Class GoogleCloudDialogflowCxV3beta1ParameterDefinition
Inheritance
GoogleCloudDialogflowCxV3beta1ParameterDefinition
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ParameterDefinition : 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 GoogleCloudDialogflowCxV3beta1TypeSchema TypeSchema { get; set; }
Property Value
Implements