public sealed class Tool.Types.ConnectorTool : IMessage<Tool.Types.ConnectorTool>, IEquatable<Tool.Types.ConnectorTool>, IDeepCloneable<Tool.Types.ConnectorTool>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Tool.Types.ConnectorTool.
A ConnectorTool enabling using Integration Connectors Connections as tools.
Implements
IMessageToolTypesConnectorTool, IEquatableToolTypesConnectorTool, IDeepCloneableToolTypesConnectorTool, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |
|