View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaFeedbackConversationInfo (google_api_discovery_engine v0.23.0)

The conversation information such as the question index and session name.

Attributes

  • questionIndex (type: integer(), default: nil) - The index of the user input within the conversation messages.
  • session (type: String.t, default: nil) - Name of the newly generated or continued session.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaFeedbackConversationInfo{
    questionIndex: integer() | nil,
    session: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.