View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput (google_api_contact_center_insights v0.10.2)

Explicit input used for generating the answer

Attributes

  • generatorName (type: String.t, default: nil) - The resource name of associated generator. Format: projects//locations//generators/
  • query (type: String.t, default: nil) - Query text. Article Search uses this to store the input query used to generate the search results.
  • querySource (type: String.t, default: nil) - Query source for the answer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput{
    generatorName: String.t() | nil,
    query: String.t() | nil,
    querySource: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.