public interface PlaybookTransitionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Output only. The display name of the playbook.
string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Output only. The display name of the playbook.
string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getInputActionParameters() (deprecated)
public abstract Struct getInputActionParameters()Deprecated. google.cloud.dialogflow.cx.v3beta1.PlaybookTransition.input_action_parameters is deprecated. See google/cloud/dialogflow/cx/v3beta1/trace.proto;l=390
A list of input parameters for the action.
.google.protobuf.Struct input_action_parameters = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
Struct |
The inputActionParameters. |
getInputActionParametersOrBuilder() (deprecated)
public abstract StructOrBuilder getInputActionParametersOrBuilder()A list of input parameters for the action.
.google.protobuf.Struct input_action_parameters = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getPlaybook()
public abstract String 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The playbook. |
getPlaybookBytes()
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for playbook. |
hasInputActionParameters() (deprecated)
public abstract boolean hasInputActionParameters()Deprecated. google.cloud.dialogflow.cx.v3beta1.PlaybookTransition.input_action_parameters is deprecated. See google/cloud/dialogflow/cx/v3beta1/trace.proto;l=390
A list of input parameters for the action.
.google.protobuf.Struct input_action_parameters = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inputActionParameters field is set. |