image Response Card
suspend fun imageResponseCard(value: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardArgs>)
suspend fun imageResponseCard(value: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardArgs?)
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 V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureResponseMessageGroupMessageImageResponseCardArgsBuilder.() -> 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
.