pulumi-aws-native-kotlin
0.82.0.0
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).
Constructors
Functions
Properties
Constructors
Bot
Ssml
Message
Args
Link copied to clipboard
fun
BotSsmlMessageArgs
(
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BotSsmlMessageArgs
Properties
value
Link copied to clipboard
val
value
:
Output
<
String
>
The SSML text that defines the prompt.