Class GoogleCloudDialogflowV2beta1ToolOpenApiTool
Inheritance
GoogleCloudDialogflowV2beta1ToolOpenApiTool
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ToolOpenApiTool : IDirectResponseSchema
Properties
Declaration
[JsonProperty("authentication")]
public virtual GoogleCloudDialogflowV2beta1ToolAuthentication Authentication { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("serviceDirectoryConfig")]
public virtual GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig ServiceDirectoryConfig { get; set; }
Property Value
TextSchema
Declaration
[JsonProperty("textSchema")]
public virtual string TextSchema { get; set; }
Property Value
Declaration
[JsonProperty("tlsConfig")]
public virtual GoogleCloudDialogflowV2beta1ToolTLSConfig TlsConfig { get; set; }
Property Value
Implements