public interface PlaybookInputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for precedingConversationSummary. |