BotQnAIntentConfigurationArgs

data class BotQnAIntentConfigurationArgs(val bedrockModelConfiguration: Output<BotBedrockModelSpecificationArgs>, val dataSourceConfiguration: Output<BotQnAIntentConfigurationDataSourceConfigurationPropertiesArgs>) : ConvertibleToJava<BotQnAIntentConfigurationArgs>

Constructors

Link copied to clipboard
constructor(bedrockModelConfiguration: Output<BotBedrockModelSpecificationArgs>, dataSourceConfiguration: Output<BotQnAIntentConfigurationDataSourceConfigurationPropertiesArgs>)

Properties

Link copied to clipboard

Contains details about the configuration of the data source used for the AMAZON.QnAIntent .

Functions

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