public sealed class BidiStreamingAnalyzeContentResponse.Types.ToolCall : IMessage<BidiStreamingAnalyzeContentResponse.Types.ToolCall>, IEquatable<BidiStreamingAnalyzeContentResponse.Types.ToolCall>, IDeepCloneable<BidiStreamingAnalyzeContentResponse.Types.ToolCall>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BidiStreamingAnalyzeContentResponse.Types.ToolCall.
Request for the client to execute the specified tool.
Implements
IMessageBidiStreamingAnalyzeContentResponseTypesToolCall, IEquatableBidiStreamingAnalyzeContentResponseTypesToolCall, IDeepCloneableBidiStreamingAnalyzeContentResponseTypesToolCall, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ToolCall()
public ToolCall()ToolCall(ToolCall)
public ToolCall(BidiStreamingAnalyzeContentResponse.Types.ToolCall other)| Parameter | |
|---|---|
| Name | Description |
other |
BidiStreamingAnalyzeContentResponseTypesToolCall |
Properties
Args
public Struct Args { get; set; }The input parameters and values for the tool in JSON object format.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
Id
public string Id { get; set; }The unique identifier of the tool call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Tool
public string Tool { get; set; }The identifier of the tool to execute.
| Property Value | |
|---|---|
| Type | Description |
string |
|