public interface PlaybookOutputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getParameters(int index)
public abstract ActionParameter getParameters(int index)Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ActionParameter |
|
getParametersCount()
public abstract int getParametersCount()Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getParametersList()
public abstract List<ActionParameter> getParametersList()Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<ActionParameter> |
|
getParametersOrBuilder(int index)
public abstract ActionParameterOrBuilder getParametersOrBuilder(int index)Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ActionParameterOrBuilder |
|
getParametersOrBuilderList()
public abstract List<? extends ActionParameterOrBuilder> getParametersOrBuilderList()Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3beta1.ActionParameterOrBuilder> |
|