Class GoogleCloudDialogflowCxV3beta1InlineSchema
Inheritance
GoogleCloudDialogflowCxV3beta1InlineSchema
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1InlineSchema : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Items
Declaration
[JsonProperty("items")]
public virtual GoogleCloudDialogflowCxV3beta1TypeSchema Items { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements