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

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

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

A ConnectorTool enabling using Integration Connectors Connections as tools.

Inheritance

object > Tool.Types.ConnectorTool

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ConnectorTool()

public ConnectorTool()

ConnectorTool(ConnectorTool)

public ConnectorTool(Tool.Types.ConnectorTool other)
Parameter
Name Description
other ToolTypesConnectorTool

Properties

Actions

public RepeatedField<Tool.Types.ConnectorTool.Types.Action> Actions { get; }

Required. Actions for the tool to use.

Property Value
Type Description
RepeatedFieldToolTypesConnectorToolTypesAction

Name

public string Name { get; set; }

Required. The full resource name of the referenced Integration Connectors Connection. Format: 'projects//locations//connections/*'

Property Value
Type Description
string