Class GoogleCloudDialogflowV2ToolConnectorTool
Inheritance
GoogleCloudDialogflowV2ToolConnectorTool
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2ToolConnectorTool : IDirectResponseSchema
Properties
Declaration
[JsonProperty("actions")]
public virtual IList<GoogleCloudDialogflowV2ToolConnectorToolAction> Actions { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements