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