Google Cloud Dialogflow v2beta1 API - Class Tool.Types.ExtensionTool (1.0.0-beta24)

public sealed class Tool.Types.ExtensionTool : IMessage<Tool.Types.ExtensionTool>, IEquatable<Tool.Types.ExtensionTool>, IDeepCloneable<Tool.Types.ExtensionTool>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Tool.Types.ExtensionTool.

An ExtensionTool is a way to use Vertex Extensions as a tool.

Inheritance

object > Tool.Types.ExtensionTool

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ExtensionTool()

public ExtensionTool()

ExtensionTool(ExtensionTool)

public ExtensionTool(Tool.Types.ExtensionTool other)
Parameter
Name Description
other ToolTypesExtensionTool

Properties

Name

public string Name { get; set; }

Required. The full name of the referenced vertex extension. Format: projects/{project}/locations/{location}/extensions/{extension}

Property Value
Type Description
string