Class GoogleCloudDialogflowV2beta1ToolConnectorTool
Inheritance
GoogleCloudDialogflowV2beta1ToolConnectorTool
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ToolConnectorTool : IDirectResponseSchema
Properties
Declaration
[JsonProperty("actions")]
public virtual IList<GoogleCloudDialogflowV2beta1ToolConnectorToolAction> 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