public interface ToolCallResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
The name of the tool's action associated with this call.
|
com.google.protobuf.ByteString |
getActionBytes()
The name of the tool's action associated with this call.
|
ToolCallResult.Error |
getError()
The tool call's error.
|
ToolCallResult.ErrorOrBuilder |
getErrorOrBuilder()
The tool call's error.
|
com.google.protobuf.Struct |
getOutputParameters()
The tool call's output parameters.
|
com.google.protobuf.StructOrBuilder |
getOutputParametersOrBuilder()
The tool call's output parameters.
|
ToolCallResult.ResultCase |
getResultCase() |
String |
getTool()
The [tool][Tool] associated with this call.
|
com.google.protobuf.ByteString |
getToolBytes()
The [tool][Tool] associated with this call.
|
boolean |
hasError()
The tool call's error.
|
boolean |
hasOutputParameters()
The tool call's output parameters.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTool()
The [tool][Tool] associated with this call. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/tools/<Tool ID>`.
string tool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getToolBytes()
The [tool][Tool] associated with this call. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/tools/<Tool ID>`.
string tool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getAction()
The name of the tool's action associated with this call.
string action = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getActionBytes()
The name of the tool's action associated with this call.
string action = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasError()
The tool call's error.
.google.cloud.dialogflow.cx.v3beta1.ToolCallResult.Error error = 3;ToolCallResult.Error getError()
The tool call's error.
.google.cloud.dialogflow.cx.v3beta1.ToolCallResult.Error error = 3;ToolCallResult.ErrorOrBuilder getErrorOrBuilder()
The tool call's error.
.google.cloud.dialogflow.cx.v3beta1.ToolCallResult.Error error = 3;boolean hasOutputParameters()
The tool call's output parameters.
.google.protobuf.Struct output_parameters = 4;com.google.protobuf.Struct getOutputParameters()
The tool call's output parameters.
.google.protobuf.Struct output_parameters = 4;com.google.protobuf.StructOrBuilder getOutputParametersOrBuilder()
The tool call's output parameters.
.google.protobuf.Struct output_parameters = 4;ToolCallResult.ResultCase getResultCase()
Copyright © 2025 Google LLC. All rights reserved.