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.outputs
/
BotOutputContext
Bot
Output
Context
data
class
BotOutputContext
(
val
name
:
String
,
val
timeToLiveInSeconds
:
Int
,
val
turnsToLive
:
Int
)
A session context that is activated when an intent is fulfilled.
Members
Constructors
Bot
Output
Context
Link copied to clipboard
constructor
(
name
:
String
,
timeToLiveInSeconds
:
Int
,
turnsToLive
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
time
To
Live
In
Seconds
Link copied to clipboard
val
timeToLiveInSeconds
:
Int
turns
To
Live
Link copied to clipboard
val
turnsToLive
:
Int