public static interface Tool.ConnectorTool.ActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Tool.ConnectorTool.Action.ActionSpecCase |
getActionSpecCase() |
String |
getConnectionActionId()
ID of a Connection action for the tool to use.
|
com.google.protobuf.ByteString |
getConnectionActionIdBytes()
ID of a Connection action for the tool to use.
|
Tool.ConnectorTool.Action.EntityOperation |
getEntityOperation()
Entity operation configuration for the tool to use.
|
Tool.ConnectorTool.Action.EntityOperationOrBuilder |
getEntityOperationOrBuilder()
Entity operation configuration for the tool to use.
|
String |
getInputFields(int index)
Optional.
|
com.google.protobuf.ByteString |
getInputFieldsBytes(int index)
Optional.
|
int |
getInputFieldsCount()
Optional.
|
List<String> |
getInputFieldsList()
Optional.
|
String |
getOutputFields(int index)
Optional.
|
com.google.protobuf.ByteString |
getOutputFieldsBytes(int index)
Optional.
|
int |
getOutputFieldsCount()
Optional.
|
List<String> |
getOutputFieldsList()
Optional.
|
boolean |
hasConnectionActionId()
ID of a Connection action for the tool to use.
|
boolean |
hasEntityOperation()
Entity operation configuration for the tool to use.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConnectionActionId()
ID of a Connection action for the tool to use.
string connection_action_id = 4;String getConnectionActionId()
ID of a Connection action for the tool to use.
string connection_action_id = 4;com.google.protobuf.ByteString getConnectionActionIdBytes()
ID of a Connection action for the tool to use.
string connection_action_id = 4;boolean hasEntityOperation()
Entity operation configuration for the tool to use.
.google.cloud.dialogflow.cx.v3beta1.Tool.ConnectorTool.Action.EntityOperation entity_operation = 5;
Tool.ConnectorTool.Action.EntityOperation getEntityOperation()
Entity operation configuration for the tool to use.
.google.cloud.dialogflow.cx.v3beta1.Tool.ConnectorTool.Action.EntityOperation entity_operation = 5;
Tool.ConnectorTool.Action.EntityOperationOrBuilder getEntityOperationOrBuilder()
Entity operation configuration for the tool to use.
.google.cloud.dialogflow.cx.v3beta1.Tool.ConnectorTool.Action.EntityOperation entity_operation = 5;
List<String> getInputFieldsList()
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];int getInputFieldsCount()
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];String getInputFields(int index)
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getInputFieldsBytes(int index)
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.List<String> getOutputFieldsList()
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];int getOutputFieldsCount()
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];String getOutputFields(int index)
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getOutputFieldsBytes(int index)
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Tool.ConnectorTool.Action.ActionSpecCase getActionSpecCase()
Copyright © 2025 Google LLC. All rights reserved.