View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV3alpha1ConversationSignals (google_api_dialogflow v0.78.0)

This message is used to hold all the Conversation Signals data, which will be converted to JSON and exported to BigQuery.

Attributes

  • turnSignals (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV3alpha1TurnSignals.t, default: nil) - Required. Turn signals for the current turn.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV3alpha1ConversationSignals{
    turnSignals:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV3alpha1TurnSignals.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.