toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.inputs
/
BotOutputContextArgs
Bot
Output
Context
Args
data
class
BotOutputContextArgs
(
val
name
:
Output
<
String
>
,
val
timeToLiveInSeconds
:
Output
<
Int
>
,
val
turnsToLive
:
Output
<
Int
>
)
:
ConvertibleToJava
<
BotOutputContextArgs
>
Members
Constructors
Bot
Output
Context
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
timeToLiveInSeconds
:
Output
<
Int
>
,
turnsToLive
:
Output
<
Int
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
time
To
Live
In
Seconds
Link copied to clipboard
val
timeToLiveInSeconds
:
Output
<
Int
>
turns
To
Live
Link copied to clipboard
val
turnsToLive
:
Output
<
Int
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BotOutputContextArgs