dialog Action
suspend fun dialogAction(value: Output<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogActionArgs>)
suspend fun dialogAction(value: V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogActionArgs?)
Parameters
value
Configuration block for action that the bot executes at runtime when the conversation reaches this step. See dialog_action
.
suspend fun dialogAction(argument: suspend V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationTimeoutConditionalDefaultBranchNextStepDialogActionArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for action that the bot executes at runtime when the conversation reaches this step. See dialog_action
.