Cx Page Form Parameter Fill Behavior Reprompt Event Handler Trigger Fulfillment
data class CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillment(val conditionalCases: List<CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentConditionalCase>? = null, val messages: List<CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentMessage>? = null, val returnPartialResponses: Boolean? = null, val setParameterActions: List<CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentSetParameterAction>? = null, val tag: String? = null, val webhook: String? = null)
Constructors
Link copied to clipboard
fun CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillment(conditionalCases: List<CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentConditionalCase>? = null, messages: List<CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentMessage>? = null, returnPartialResponses: Boolean? = null, setParameterActions: List<CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentSetParameterAction>? = null, tag: String? = null, webhook: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
Link copied to clipboard