Class GoogleCloudDialogflowCxV3ParameterDefinition
Inheritance
GoogleCloudDialogflowCxV3ParameterDefinition
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ParameterDefinition : IDirectResponseSchema
Properties
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
TypeSchema
Declaration
[JsonProperty("typeSchema")]
public virtual GoogleCloudDialogflowCxV3TypeSchema TypeSchema { get; set; }
Property Value
Implements