public sealed class BidiStreamingAnalyzeContentResponse.Types.ToolCalls : IMessage<BidiStreamingAnalyzeContentResponse.Types.ToolCalls>, IEquatable<BidiStreamingAnalyzeContentResponse.Types.ToolCalls>, IDeepCloneable<BidiStreamingAnalyzeContentResponse.Types.ToolCalls>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BidiStreamingAnalyzeContentResponse.Types.ToolCalls.
The tool calls from the server.
Implements
IMessageBidiStreamingAnalyzeContentResponseTypesToolCalls, IEquatableBidiStreamingAnalyzeContentResponseTypesToolCalls, IDeepCloneableBidiStreamingAnalyzeContentResponseTypesToolCalls, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |
|