Class GoogleCloudDialogflowCxV3ConversationSignals
This message is used to hold all the Conversation Signals data, which will be converted to JSON and exported to BigQuery.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ConversationSignals : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TurnSignals
Required. Turn signals for the current turn.
Declaration
[JsonProperty("turnSignals")]
public virtual GoogleCloudDialogflowCxV3TurnSignals TurnSignals { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3TurnSignals |