toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.inputs
/
BotSsmlMessageArgs
Bot
Ssml
Message
Args
data
class
BotSsmlMessageArgs
(
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
BotSsmlMessageArgs
>
A message in Speech Synthesis Markup Language (SSML).
Members
Constructors
Bot
Ssml
Message
Args
Link copied to clipboard
constructor
(
value
:
Output
<
String
>
)
Properties
value
Link copied to clipboard
val
value
:
Output
<
String
>
The SSML text that defines the prompt.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BotSsmlMessageArgs