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-03-25 UTC."],[[["This documentation details the `FulfillmentResult` class, part of the Google Cloud AI Platform v1beta1 API, version 1.0.0-beta09."],["The `FulfillmentResult` class is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `Confidence`, `Explanation`, and `Score`, along with corresponding boolean properties `HasConfidence` and `HasScore` to indicate if these fields are set."],["The `FulfillmentResult` class has two constructors: a parameterless constructor and one that takes another `FulfillmentResult` object."],["This class contains functionality that provides a spec for fulfillment results, using information from the `Confidence`, `Explanation`, and `Score` properties."]]],[]]