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

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

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

The tool calls from the server.

Inheritance

object > BidiStreamingAnalyzeContentResponse.Types.ToolCalls

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ToolCalls()

public ToolCalls()

ToolCalls(ToolCalls)

public ToolCalls(BidiStreamingAnalyzeContentResponse.Types.ToolCalls other)
Parameter
Name Description
other BidiStreamingAnalyzeContentResponseTypesToolCalls

Properties

ToolCalls_

public RepeatedField<BidiStreamingAnalyzeContentResponse.Types.ToolCall> ToolCalls_ { get; }

The list of tool calls.

Property Value
Type Description
RepeatedFieldBidiStreamingAnalyzeContentResponseTypesToolCall