Google Cloud Dialogflow v2beta1 API - Class BidiStreamingAnalyzeContentResponse.Types.ToolCall (1.0.0-beta30)

public sealed class BidiStreamingAnalyzeContentResponse.Types.ToolCall : IMessage<BidiStreamingAnalyzeContentResponse.Types.ToolCall>, IEquatable<BidiStreamingAnalyzeContentResponse.Types.ToolCall>, IDeepCloneable<BidiStreamingAnalyzeContentResponse.Types.ToolCall>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BidiStreamingAnalyzeContentResponse.Types.ToolCall.

Request for the client to execute the specified tool.

Inheritance

object > BidiStreamingAnalyzeContentResponse.Types.ToolCall

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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