FlowLexFlowNodeConfigurationArgs

data class FlowLexFlowNodeConfigurationArgs(val botAliasArn: Output<String>, val localeId: Output<String>) : ConvertibleToJava<FlowLexFlowNodeConfigurationArgs>

Lex flow node configuration

Constructors

Link copied to clipboard
constructor(botAliasArn: Output<String>, localeId: Output<String>)

Properties

Link copied to clipboard
val botAliasArn: Output<String>

ARN of a Lex bot alias

Link copied to clipboard
val localeId: Output<String>

Lex bot locale id

Functions

Link copied to clipboard
open override fun toJava(): FlowLexFlowNodeConfigurationArgs