Class GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference
Inheritance
GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Schema
Declaration
[JsonProperty("schema")]
public virtual string Schema { get; set; }
Property Value
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
Implements