View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SmartComposeSuggestionData (google_api_contact_center_insights v0.8.0)

Agent Assist Smart Compose suggestion data.

Attributes

  • confidenceScore (type: float(), default: nil) - The system's confidence score that this suggestion is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
  • metadata (type: map(), default: nil) - Map that contains metadata about the Smart Compose suggestion and the document from which it originates.
  • queryRecord (type: String.t, default: nil) - The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
  • suggestion (type: String.t, default: nil) - The content of the suggestion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SmartComposeSuggestionData{
    confidenceScore: float() | nil,
    metadata: map() | nil,
    queryRecord: String.t() | nil,
    suggestion: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.