public interface PlaybookInvocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Output only.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Output only.
|
String |
getPlaybook()
Required.
|
com.google.protobuf.ByteString |
getPlaybookBytes()
Required.
|
PlaybookInput |
getPlaybookInput()
Optional.
|
PlaybookInputOrBuilder |
getPlaybookInputOrBuilder()
Optional.
|
PlaybookOutput |
getPlaybookOutput()
Optional.
|
PlaybookOutputOrBuilder |
getPlaybookOutputOrBuilder()
Optional.
|
OutputState |
getPlaybookState()
Required.
|
int |
getPlaybookStateValue()
Required.
|
boolean |
hasPlaybookInput()
Optional.
|
boolean |
hasPlaybookOutput()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPlaybook()
Required. The unique identifier of the playbook. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>`.
string playbook = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getPlaybookBytes()
Required. The unique identifier of the playbook. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>`.
string playbook = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getDisplayName()
Output only. The display name of the playbook.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDisplayNameBytes()
Output only. The display name of the playbook.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasPlaybookInput()
Optional. Input of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookInput playbook_input = 2 [(.google.api.field_behavior) = OPTIONAL];
PlaybookInput getPlaybookInput()
Optional. Input of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookInput playbook_input = 2 [(.google.api.field_behavior) = OPTIONAL];
PlaybookInputOrBuilder getPlaybookInputOrBuilder()
Optional. Input of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookInput playbook_input = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasPlaybookOutput()
Optional. Output of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput playbook_output = 3 [(.google.api.field_behavior) = OPTIONAL];
PlaybookOutput getPlaybookOutput()
Optional. Output of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput playbook_output = 3 [(.google.api.field_behavior) = OPTIONAL];
PlaybookOutputOrBuilder getPlaybookOutputOrBuilder()
Optional. Output of the child playbook invocation.
.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput playbook_output = 3 [(.google.api.field_behavior) = OPTIONAL];
int getPlaybookStateValue()
Required. Playbook invocation's output state.
.google.cloud.dialogflow.cx.v3beta1.OutputState playbook_state = 4 [(.google.api.field_behavior) = REQUIRED];
OutputState getPlaybookState()
Required. Playbook invocation's output state.
.google.cloud.dialogflow.cx.v3beta1.OutputState playbook_state = 4 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.