image Response Card
suspend fun imageResponseCard(value: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardArgs>)
suspend fun imageResponseCard(value: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardArgs?)
Parameters
value
Configuration block for a message that defines a response card that the client application can show to the user. See image_response_card
.
suspend fun imageResponseCard(argument: suspend V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for a message that defines a response card that the client application can show to the user. See image_response_card
.