Class GoogleCloudDialogflowV2ToolExtensionTool
An ExtensionTool is a way to use Vertex Extensions as a tool.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ToolExtensionTool : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Required. The full name of the referenced vertex extension. Format:
projects/{project}/locations/{location}/extensions/{extension}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |