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