View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2SmartReplyAnswer (google_api_dialogflow v0.74.0)

Represents a smart reply answer.

Attributes

  • answerRecord (type: String.t, default: nil) - The name of answer record, in the format of "projects//locations//answerRecords/"
  • confidence (type: number(), default: nil) - Smart reply confidence. The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).
  • reply (type: String.t, default: nil) - The content of the reply.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2SmartReplyAnswer{
  answerRecord: String.t() | nil,
  confidence: number() | nil,
  reply: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.