Class GoogleCloudDialogflowV2AutomatedAgentReply
Represents a response from an automated agent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AutomatedAgentReply : IDirectResponseSchema
Properties
AllowCancellation
Indicates whether the partial automated agent reply is interruptible when a later reply message arrives. e.g. if the agent specified some music as partial response, it can be cancelled.
Declaration
[JsonProperty("allowCancellation")]
public virtual bool? AllowCancellation { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AutomatedAgentReplyType
AutomatedAgentReply type.
Declaration
[JsonProperty("automatedAgentReplyType")]
public virtual string AutomatedAgentReplyType { get; set; }
Property Value
Type | Description |
---|---|
string |
CxCurrentPage
The unique identifier of the current Dialogflow CX conversation page. Format:
projects//locations//agents//flows//pages/
.
Declaration
[JsonProperty("cxCurrentPage")]
public virtual string CxCurrentPage { get; set; }
Property Value
Type | Description |
---|---|
string |
DetectIntentResponse
Response of the Dialogflow Sessions.DetectIntent call.
Declaration
[JsonProperty("detectIntentResponse")]
public virtual GoogleCloudDialogflowV2DetectIntentResponse DetectIntentResponse { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2DetectIntentResponse |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |