7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/BedrockModelSpecification.h>
9#include <aws/lexv2-models/model/DataSourceConfiguration.h>
20namespace LexModelsV2 {
43 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
45 m_dataSourceConfigurationHasBeenSet =
true;
46 m_dataSourceConfiguration = std::forward<DataSourceConfigurationT>(value);
48 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
59 template <
typename BedrockModelConfigurationT = BedrockModelSpecification>
61 m_bedrockModelConfigurationHasBeenSet =
true;
62 m_bedrockModelConfiguration = std::forward<BedrockModelConfigurationT>(value);
64 template <
typename BedrockModelConfigurationT = BedrockModelSpecification>
74 bool m_dataSourceConfigurationHasBeenSet =
false;
75 bool m_bedrockModelConfigurationHasBeenSet =
false;
AWS_LEXMODELSV2_API QnAIntentConfiguration(Aws::Utils::Json::JsonView jsonValue)
QnAIntentConfiguration & WithDataSourceConfiguration(DataSourceConfigurationT &&value)
AWS_LEXMODELSV2_API QnAIntentConfiguration()=default
void SetBedrockModelConfiguration(BedrockModelConfigurationT &&value)
const BedrockModelSpecification & GetBedrockModelConfiguration() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const DataSourceConfiguration & GetDataSourceConfiguration() const
void SetDataSourceConfiguration(DataSourceConfigurationT &&value)
bool DataSourceConfigurationHasBeenSet() const
AWS_LEXMODELSV2_API QnAIntentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
QnAIntentConfiguration & WithBedrockModelConfiguration(BedrockModelConfigurationT &&value)
bool BedrockModelConfigurationHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue