public interface PlaybookInputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionParameters()
public abstract Struct getActionParameters()Optional. A list of input parameters for the action.
.google.protobuf.Struct action_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Struct |
The actionParameters. |
getActionParametersOrBuilder()
public abstract StructOrBuilder getActionParametersOrBuilder()Optional. A list of input parameters for the action.
.google.protobuf.Struct action_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
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. |
hasActionParameters()
public abstract boolean hasActionParameters()Optional. A list of input parameters for the action.
.google.protobuf.Struct action_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the actionParameters field is set. |