initial Prompt Fulfillment
suspend fun initialPromptFulfillment(value: Output<CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgs>)
suspend fun initialPromptFulfillment(value: CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgs?)
Parameters
value
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter. Structure is documented below.
suspend fun initialPromptFulfillment(argument: suspend CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgsBuilder.() -> Unit)
Parameters
argument
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter. Structure is documented below.