Class GoogleCloudDialogflowCxV3beta1ToolOpenApiTool
Inheritance
GoogleCloudDialogflowCxV3beta1ToolOpenApiTool
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1ToolOpenApiTool : IDirectResponseSchema
Properties
Declaration
[JsonProperty("authentication")]
public virtual GoogleCloudDialogflowCxV3beta1ToolAuthentication Authentication { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("serviceDirectoryConfig")]
public virtual GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig ServiceDirectoryConfig { get; set; }
Property Value
TextSchema
Declaration
[JsonProperty("textSchema")]
public virtual string TextSchema { get; set; }
Property Value
Declaration
[JsonProperty("tlsConfig")]
public virtual GoogleCloudDialogflowCxV3beta1ToolTLSConfig TlsConfig { get; set; }
Property Value
Implements