public sealed class FulfillmentResult : IMessage<FulfillmentResult>, IEquatable<FulfillmentResult>, IDeepCloneable<FulfillmentResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation details the `FulfillmentResult` class, part of the Google Cloud AI Platform v1beta1 API, specifically within version 1.0.0-beta02."],["`FulfillmentResult` is a sealed class that inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties like `Confidence`, `Explanation`, `HasConfidence`, `HasScore`, and `Score`, which are used to define and retrieve the fulfillment score and related information."],["There are two constructors available: a default constructor `FulfillmentResult()` and a copy constructor `FulfillmentResult(FulfillmentResult other)`."],["The `FulfillmentResult` class belongs to the namespace `Google.Cloud.AIPlatform.V1Beta1` and is located within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]