Cx Page Entry Fulfillment Args
data class CxPageEntryFulfillmentArgs(val conditionalCases: Output<List<CxPageEntryFulfillmentConditionalCaseArgs>>? = null, val messages: Output<List<CxPageEntryFulfillmentMessageArgs>>? = null, val returnPartialResponses: Output<Boolean>? = null, val setParameterActions: Output<List<CxPageEntryFulfillmentSetParameterActionArgs>>? = null, val tag: Output<String>? = null, val webhook: Output<String>? = null) : ConvertibleToJava<CxPageEntryFulfillmentArgs>
Constructors
Link copied to clipboard
fun CxPageEntryFulfillmentArgs(conditionalCases: Output<List<CxPageEntryFulfillmentConditionalCaseArgs>>? = null, messages: Output<List<CxPageEntryFulfillmentMessageArgs>>? = null, returnPartialResponses: Output<Boolean>? = null, setParameterActions: Output<List<CxPageEntryFulfillmentSetParameterActionArgs>>? = null, tag: Output<String>? = null, webhook: Output<String>? = null)
Functions
Properties
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.