Cx Page Form Parameter Fill Behavior Initial Prompt Fulfillment Args
data class CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgs(val conditionalCases: Output<List<CxPageFormParameterFillBehaviorInitialPromptFulfillmentConditionalCaseArgs>>? = null, val messages: Output<List<CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageArgs>>? = null, val returnPartialResponses: Output<Boolean>? = null, val setParameterActions: Output<List<CxPageFormParameterFillBehaviorInitialPromptFulfillmentSetParameterActionArgs>>? = null, val tag: Output<String>? = null, val webhook: Output<String>? = null) : ConvertibleToJava<CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgs>
Constructors
Link copied to clipboard
constructor(conditionalCases: Output<List<CxPageFormParameterFillBehaviorInitialPromptFulfillmentConditionalCaseArgs>>? = null, messages: Output<List<CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageArgs>>? = null, returnPartialResponses: Output<Boolean>? = null, setParameterActions: Output<List<CxPageFormParameterFillBehaviorInitialPromptFulfillmentSetParameterActionArgs>>? = null, tag: Output<String>? = null, webhook: Output<String>? = null)
Properties
Link copied to clipboard
val conditionalCases: Output<List<CxPageFormParameterFillBehaviorInitialPromptFulfillmentConditionalCaseArgs>>? = null
Conditional cases for this fulfillment. Structure is documented below.
Link copied to clipboard
val messages: Output<List<CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageArgs>>? = null
The list of rich message responses to present to the user. Structure is documented below.
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
val setParameterActions: Output<List<CxPageFormParameterFillBehaviorInitialPromptFulfillmentSetParameterActionArgs>>? = null
Set parameter values before executing the webhook. Structure is documented below.