Interface PlaybookInputOrBuilder (0.50.0)

public interface PlaybookInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParameters(int index)

public abstract ActionParameter getParameters(int index)

Optional. A list of input parameters for the invocation.

repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint
Returns
TypeDescription
ActionParameter

getParametersCount()

public abstract int getParametersCount()

Optional. A list of input parameters for the invocation.

repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getParametersList()

public abstract List<ActionParameter> getParametersList()

Optional. A list of input parameters for the invocation.

repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<ActionParameter>

getParametersOrBuilder(int index)

public abstract ActionParameterOrBuilder getParametersOrBuilder(int index)

Optional. A list of input parameters for the invocation.

repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint
Returns
TypeDescription
ActionParameterOrBuilder

getParametersOrBuilderList()

public abstract List<? extends ActionParameterOrBuilder> getParametersOrBuilderList()

Optional. A list of input parameters for the invocation.

repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.ActionParameterOrBuilder>

getPrecedingConversationSummary()

public abstract String getPrecedingConversationSummary()

Optional. Summary string of the preceding conversation for the child playbook invocation.

string preceding_conversation_summary = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The precedingConversationSummary.

getPrecedingConversationSummaryBytes()

public abstract ByteString getPrecedingConversationSummaryBytes()

Optional. Summary string of the preceding conversation for the child playbook invocation.

string preceding_conversation_summary = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for precedingConversationSummary.