View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV3alpha1ConversationSignals (google_api_dialogflow v0.88.3)
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.V3.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.V3.Model.GoogleCloudDialogflowV3alpha1ConversationSignals{ turnSignals: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV3alpha1TurnSignals.t() | nil }