View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FulfillmentResult (google_api_ai_platform v0.13.0)

Spec for fulfillment result.

Attributes

  • confidence (type: number(), default: nil) - Output only. Confidence for fulfillment score.
  • explanation (type: String.t, default: nil) - Output only. Explanation for fulfillment score.
  • score (type: number(), default: nil) - Output only. Fulfillment score.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FulfillmentResult{
  confidence: number() | nil,
  explanation: String.t() | nil,
  score: number() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.