7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/DataSourceConfiguration.h>
9#include <aws/lexv2-models/model/BedrockModelSpecification.h>
49 template<
typename DataSourceConfigurationT = DataSourceConfiguration>
50 void SetDataSourceConfiguration(DataSourceConfigurationT&& value) { m_dataSourceConfigurationHasBeenSet =
true; m_dataSourceConfiguration = std::forward<DataSourceConfigurationT>(value); }
51 template<
typename DataSourceConfigurationT = DataSourceConfiguration>
59 template<
typename BedrockModelConfigurationT = BedrockModelSpecification>
60 void SetBedrockModelConfiguration(BedrockModelConfigurationT&& value) { m_bedrockModelConfigurationHasBeenSet =
true; m_bedrockModelConfiguration = std::forward<BedrockModelConfigurationT>(value); }
61 template<
typename BedrockModelConfigurationT = BedrockModelSpecification>
67 bool m_dataSourceConfigurationHasBeenSet =
false;
70 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