public interface ActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Action.ActionCase |
getActionCase() |
AgentUtterance |
getAgentUtterance()
Optional.
|
AgentUtteranceOrBuilder |
getAgentUtteranceOrBuilder()
Optional.
|
FlowInvocation |
getFlowInvocation()
Optional.
|
FlowInvocationOrBuilder |
getFlowInvocationOrBuilder()
Optional.
|
PlaybookInvocation |
getPlaybookInvocation()
Optional.
|
PlaybookInvocationOrBuilder |
getPlaybookInvocationOrBuilder()
Optional.
|
ToolUse |
getToolUse()
Optional.
|
ToolUseOrBuilder |
getToolUseOrBuilder()
Optional.
|
UserUtterance |
getUserUtterance()
Optional.
|
UserUtteranceOrBuilder |
getUserUtteranceOrBuilder()
Optional.
|
boolean |
hasAgentUtterance()
Optional.
|
boolean |
hasFlowInvocation()
Optional.
|
boolean |
hasPlaybookInvocation()
Optional.
|
boolean |
hasToolUse()
Optional.
|
boolean |
hasUserUtterance()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUserUtterance()
Optional. Agent obtained a message from the customer.
.google.cloud.dialogflow.cx.v3beta1.UserUtterance user_utterance = 1 [(.google.api.field_behavior) = OPTIONAL];
UserUtterance getUserUtterance()
Optional. Agent obtained a message from the customer.
.google.cloud.dialogflow.cx.v3beta1.UserUtterance user_utterance = 1 [(.google.api.field_behavior) = OPTIONAL];
UserUtteranceOrBuilder getUserUtteranceOrBuilder()
Optional. Agent obtained a message from the customer.
.google.cloud.dialogflow.cx.v3beta1.UserUtterance user_utterance = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasAgentUtterance()
Optional. Action performed by the agent as a message.
.google.cloud.dialogflow.cx.v3beta1.AgentUtterance agent_utterance = 2 [(.google.api.field_behavior) = OPTIONAL];
AgentUtterance getAgentUtterance()
Optional. Action performed by the agent as a message.
.google.cloud.dialogflow.cx.v3beta1.AgentUtterance agent_utterance = 2 [(.google.api.field_behavior) = OPTIONAL];
AgentUtteranceOrBuilder getAgentUtteranceOrBuilder()
Optional. Action performed by the agent as a message.
.google.cloud.dialogflow.cx.v3beta1.AgentUtterance agent_utterance = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasToolUse()
Optional. Action performed on behalf of the agent by calling a plugin tool.
.google.cloud.dialogflow.cx.v3beta1.ToolUse tool_use = 3 [(.google.api.field_behavior) = OPTIONAL];
ToolUse getToolUse()
Optional. Action performed on behalf of the agent by calling a plugin tool.
.google.cloud.dialogflow.cx.v3beta1.ToolUse tool_use = 3 [(.google.api.field_behavior) = OPTIONAL];
ToolUseOrBuilder getToolUseOrBuilder()
Optional. Action performed on behalf of the agent by calling a plugin tool.
.google.cloud.dialogflow.cx.v3beta1.ToolUse tool_use = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean hasPlaybookInvocation()
Optional. Action performed on behalf of the agent by invoking a child playbook.
.google.cloud.dialogflow.cx.v3beta1.PlaybookInvocation playbook_invocation = 4 [(.google.api.field_behavior) = OPTIONAL];
PlaybookInvocation getPlaybookInvocation()
Optional. Action performed on behalf of the agent by invoking a child playbook.
.google.cloud.dialogflow.cx.v3beta1.PlaybookInvocation playbook_invocation = 4 [(.google.api.field_behavior) = OPTIONAL];
PlaybookInvocationOrBuilder getPlaybookInvocationOrBuilder()
Optional. Action performed on behalf of the agent by invoking a child playbook.
.google.cloud.dialogflow.cx.v3beta1.PlaybookInvocation playbook_invocation = 4 [(.google.api.field_behavior) = OPTIONAL];
boolean hasFlowInvocation()
Optional. Action performed on behalf of the agent by invoking a CX flow.
.google.cloud.dialogflow.cx.v3beta1.FlowInvocation flow_invocation = 5 [(.google.api.field_behavior) = OPTIONAL];
FlowInvocation getFlowInvocation()
Optional. Action performed on behalf of the agent by invoking a CX flow.
.google.cloud.dialogflow.cx.v3beta1.FlowInvocation flow_invocation = 5 [(.google.api.field_behavior) = OPTIONAL];
FlowInvocationOrBuilder getFlowInvocationOrBuilder()
Optional. Action performed on behalf of the agent by invoking a CX flow.
.google.cloud.dialogflow.cx.v3beta1.FlowInvocation flow_invocation = 5 [(.google.api.field_behavior) = OPTIONAL];
Action.ActionCase getActionCase()
Copyright © 2025 Google LLC. All rights reserved.