public interface AutomatedAgentReplyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowCancellation()
public abstract boolean getAllowCancellation()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.
bool allow_cancellation = 8;
| Type | Description |
| boolean | The allowCancellation. |
getAutomatedAgentReplyType()
public abstract AutomatedAgentReply.AutomatedAgentReplyType getAutomatedAgentReplyType()AutomatedAgentReply type.
.google.cloud.dialogflow.v2.AutomatedAgentReply.AutomatedAgentReplyType automated_agent_reply_type = 7;
| Type | Description |
| AutomatedAgentReply.AutomatedAgentReplyType | The automatedAgentReplyType. |
getAutomatedAgentReplyTypeValue()
public abstract int getAutomatedAgentReplyTypeValue()AutomatedAgentReply type.
.google.cloud.dialogflow.v2.AutomatedAgentReply.AutomatedAgentReplyType automated_agent_reply_type = 7;
| Type | Description |
| int | The enum numeric value on the wire for automatedAgentReplyType. |
getCxCurrentPage()
public abstract String getCxCurrentPage() The unique identifier of the current Dialogflow CX conversation page.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/pages/<Page ID>.
string cx_current_page = 11;
| Type | Description |
| String | The cxCurrentPage. |
getCxCurrentPageBytes()
public abstract ByteString getCxCurrentPageBytes() The unique identifier of the current Dialogflow CX conversation page.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/pages/<Page ID>.
string cx_current_page = 11;
| Type | Description |
| ByteString | The bytes for cxCurrentPage. |
getDetectIntentResponse()
public abstract DetectIntentResponse getDetectIntentResponse()Response of the Dialogflow Sessions.DetectIntent call.
.google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1;
| Type | Description |
| DetectIntentResponse | The detectIntentResponse. |
getDetectIntentResponseOrBuilder()
public abstract DetectIntentResponseOrBuilder getDetectIntentResponseOrBuilder()Response of the Dialogflow Sessions.DetectIntent call.
.google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1;
| Type | Description |
| DetectIntentResponseOrBuilder |
hasDetectIntentResponse()
public abstract boolean hasDetectIntentResponse()Response of the Dialogflow Sessions.DetectIntent call.
.google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1;
| Type | Description |
| boolean | Whether the detectIntentResponse field is set. |