Builder
Properties
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
Specifies a list of message groups that Amazon Lex uses to respond the user input.
The next step in the conversation.
Functions
construct an aws.sdk.kotlin.services.lexmodelsv2.model.DialogCodeHookInvocationSetting inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.ConditionalSpecification inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.ResponseSpecification inside the given block
construct an aws.sdk.kotlin.services.lexmodelsv2.model.DialogState inside the given block