public interface PlaybookInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getActionParameters()
Optional.
|
com.google.protobuf.StructOrBuilder |
getActionParametersOrBuilder()
Optional.
|
String |
getPrecedingConversationSummary()
Optional.
|
com.google.protobuf.ByteString |
getPrecedingConversationSummaryBytes()
Optional.
|
boolean |
hasActionParameters()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPrecedingConversationSummary()
Optional. Summary string of the preceding conversation for the child playbook invocation.
string preceding_conversation_summary = 1 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.ByteString getPrecedingConversationSummaryBytes()
Optional. Summary string of the preceding conversation for the child playbook invocation.
string preceding_conversation_summary = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasActionParameters()
Optional. A list of input parameters for the action.
.google.protobuf.Struct action_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Struct getActionParameters()
Optional. A list of input parameters for the action.
.google.protobuf.Struct action_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.StructOrBuilder getActionParametersOrBuilder()
Optional. A list of input parameters for the action.
.google.protobuf.Struct action_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.