Class GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo
Request and response for a tool call.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ToolCall
Required. Request for a tool call.
Declaration
[JsonProperty("toolCall")]
public virtual GoogleCloudDialogflowV2beta1ToolCall ToolCall { get; set; }
Property Value
Type | Description |
---|---|
Google |
ToolCallResult
Required. Response for a tool call.
Declaration
[JsonProperty("toolCallResult")]
public virtual GoogleCloudDialogflowV2beta1ToolCallResult ToolCallResult { get; set; }
Property Value
Type | Description |
---|---|
Google |