public interface PlaybookOutputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionParameters()
public abstract Struct getActionParameters()Optional. A Struct object of output parameters for the action.
.google.protobuf.Struct action_parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Struct |
The actionParameters. |
getActionParametersOrBuilder()
public abstract StructOrBuilder getActionParametersOrBuilder()Optional. A Struct object of output parameters for the action.
.google.protobuf.Struct action_parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getExecutionSummary()
public abstract String getExecutionSummary()Optional. Summary string of the execution result of the child playbook.
string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The executionSummary. |
getExecutionSummaryBytes()
public abstract ByteString getExecutionSummaryBytes()Optional. Summary string of the execution result of the child playbook.
string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for executionSummary. |
getState() (deprecated)
public abstract PlaybookOutput.State getState()Deprecated. google.cloud.dialogflow.cx.v3beta1.PlaybookOutput.state is deprecated. See google/cloud/dialogflow/cx/v3beta1/trace.proto;l=449
End state of the playbook.
.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput.State state = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
PlaybookOutput.State |
The state. |
getStateValue() (deprecated)
public abstract int getStateValue()Deprecated. google.cloud.dialogflow.cx.v3beta1.PlaybookOutput.state is deprecated. See google/cloud/dialogflow/cx/v3beta1/trace.proto;l=449
End state of the playbook.
.google.cloud.dialogflow.cx.v3beta1.PlaybookOutput.State state = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
hasActionParameters()
public abstract boolean hasActionParameters()Optional. A Struct object of output parameters for the action.
.google.protobuf.Struct action_parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the actionParameters field is set. |