Interface AutomatedAgentReplyOrBuilder (4.11.0)

public interface AutomatedAgentReplyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
boolean

The allowCancellation.

getAutomatedAgentReplyType()

public abstract AutomatedAgentReply.AutomatedAgentReplyType getAutomatedAgentReplyType()

AutomatedAgentReply type.

.google.cloud.dialogflow.v2.AutomatedAgentReply.AutomatedAgentReplyType automated_agent_reply_type = 7;

Returns
TypeDescription
AutomatedAgentReply.AutomatedAgentReplyType

The automatedAgentReplyType.

getAutomatedAgentReplyTypeValue()

public abstract int getAutomatedAgentReplyTypeValue()

AutomatedAgentReply type.

.google.cloud.dialogflow.v2.AutomatedAgentReply.AutomatedAgentReplyType automated_agent_reply_type = 7;

Returns
TypeDescription
int

The enum numeric value on the wire for automatedAgentReplyType.

getDetectIntentResponse()

public abstract DetectIntentResponse getDetectIntentResponse()

Response of the Dialogflow Sessions.DetectIntent call.

.google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1;

Returns
TypeDescription
DetectIntentResponse

The detectIntentResponse.

getDetectIntentResponseOrBuilder()

public abstract DetectIntentResponseOrBuilder getDetectIntentResponseOrBuilder()

Response of the Dialogflow Sessions.DetectIntent call.

.google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1;

Returns
TypeDescription
DetectIntentResponseOrBuilder

hasDetectIntentResponse()

public abstract boolean hasDetectIntentResponse()

Response of the Dialogflow Sessions.DetectIntent call.

.google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1;

Returns
TypeDescription
boolean

Whether the detectIntentResponse field is set.