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