Class GoogleCloudDialogflowCxV3ToolOpenApiTool
Inheritance
GoogleCloudDialogflowCxV3ToolOpenApiTool
Assembly: Google.Apis.Dialogflow.v3.dll
public class GoogleCloudDialogflowCxV3ToolOpenApiTool : IDirectResponseSchema
Properties
Declaration
[JsonProperty("authentication")]
public virtual GoogleCloudDialogflowCxV3ToolAuthentication Authentication { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("serviceDirectoryConfig")]
public virtual GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig ServiceDirectoryConfig { get; set; }
Property Value
TextSchema
Declaration
[JsonProperty("textSchema")]
public virtual string TextSchema { get; set; }
Property Value
Declaration
[JsonProperty("tlsConfig")]
public virtual GoogleCloudDialogflowCxV3ToolTLSConfig TlsConfig { get; set; }
Property Value
Implements