Class GoogleCloudDialogflowV2ToolOpenApiTool
Inheritance
GoogleCloudDialogflowV2ToolOpenApiTool
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2ToolOpenApiTool : IDirectResponseSchema
Properties
Declaration
[JsonProperty("authentication")]
public virtual GoogleCloudDialogflowV2ToolAuthentication Authentication { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("serviceDirectoryConfig")]
public virtual GoogleCloudDialogflowV2ToolServiceDirectoryConfig ServiceDirectoryConfig { get; set; }
Property Value
TextSchema
Declaration
[JsonProperty("textSchema")]
public virtual string TextSchema { get; set; }
Property Value
Declaration
[JsonProperty("tlsConfig")]
public virtual GoogleCloudDialogflowV2ToolTLSConfig TlsConfig { get; set; }
Property Value
Implements