Class GoogleCloudDialogflowCxV3FormParameterFillBehavior
Inheritance
GoogleCloudDialogflowCxV3FormParameterFillBehavior
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowCxV3FormParameterFillBehavior : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("initialPromptFulfillment")]
public virtual GoogleCloudDialogflowCxV3Fulfillment InitialPromptFulfillment { get; set; }
Property Value
Declaration
[JsonProperty("repromptEventHandlers")]
public virtual IList<GoogleCloudDialogflowCxV3EventHandler> RepromptEventHandlers { get; set; }
Property Value
Implements