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