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