public sealed class FulfillmentResult : IMessage<FulfillmentResult>, IEquatable<FulfillmentResult>, IDeepCloneable<FulfillmentResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class FulfillmentResult.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This page provides reference documentation for the `FulfillmentResult` class within the Vertex AI v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `FulfillmentResult` class is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The class provides properties like `Confidence`, `Explanation`, and `Score`, which are all output-only and are related to the result of a fulfillment operation, while also providing a way to see if the fields are set with the `HasConfidence` and `HasScore` boolean properties."],["There are two constructors for `FulfillmentResult`, a default constructor, and one that takes another `FulfillmentResult` object as a parameter for initialization."],["The provided content also shows that there are two versions of the API available, `1.0.0-beta21` (latest) and `1.0.0-beta20`."]]],[]]