Interface PlaybookOutputOrBuilder (0.52.0)

public interface PlaybookOutputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.ActionParameterOrBuilder>