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
/
BotDtmfSpecification
Bot
Dtmf
Specification
data
class
BotDtmfSpecification
(
val
deletionCharacter
:
String
,
val
endCharacter
:
String
,
val
endTimeoutMs
:
Int
,
val
maxLength
:
Int
)
Members
Constructors
Bot
Dtmf
Specification
Link copied to clipboard
constructor
(
deletionCharacter
:
String
,
endCharacter
:
String
,
endTimeoutMs
:
Int
,
maxLength
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
deletion
Character
Link copied to clipboard
val
deletionCharacter
:
String
end
Character
Link copied to clipboard
val
endCharacter
:
String
end
Timeout
Ms
Link copied to clipboard
val
endTimeoutMs
:
Int
max
Length
Link copied to clipboard
val
maxLength
:
Int