toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.lex.kotlin.outputs
/
IntentRejectionStatement
Intent
Rejection
Statement
data
class
IntentRejectionStatement
(
val
messages
:
List
<
IntentRejectionStatementMessage
>
,
val
responseCard
:
String
?
=
null
)
Members
Constructors
Intent
Rejection
Statement
Link copied to clipboard
constructor
(
messages
:
List
<
IntentRejectionStatementMessage
>
,
responseCard
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
messages
Link copied to clipboard
val
messages
:
List
<
IntentRejectionStatementMessage
>
response
Card
Link copied to clipboard
val
responseCard
:
String
?
=
null