Class GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings
Inheritance
GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Generator
Declaration
[JsonProperty("generator")]
public virtual string Generator { get; set; }
Property Value
Declaration
[JsonProperty("inputParameters")]
public virtual IDictionary<string, string> InputParameters { get; set; }
Property Value
OutputParameter
Declaration
[JsonProperty("outputParameter")]
public virtual string OutputParameter { get; set; }
Property Value
Implements