toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.outputs
/
BotImageResponseCard
Bot
Image
Response
Card
data
class
BotImageResponseCard
(
val
buttons
:
List
<
BotButton
>
?
=
null
,
val
imageUrl
:
String
?
=
null
,
val
subtitle
:
String
?
=
null
,
val
title
:
String
)
Members
Constructors
Bot
Image
Response
Card
Link copied to clipboard
constructor
(
buttons
:
List
<
BotButton
>
?
=
null
,
imageUrl
:
String
?
=
null
,
subtitle
:
String
?
=
null
,
title
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
buttons
Link copied to clipboard
val
buttons
:
List
<
BotButton
>
?
=
null
image
Url
Link copied to clipboard
val
imageUrl
:
String
?
=
null
subtitle
Link copied to clipboard
val
subtitle
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String