/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains details about the errors in the test set discrepancy
* reportSee Also:
AWS
* API Reference
Contains information about discrepancies found for intents between the test * set and the bot.
*/ inline const Aws::VectorContains information about discrepancies found for intents between the test * set and the bot.
*/ inline bool IntentDiscrepanciesHasBeenSet() const { return m_intentDiscrepanciesHasBeenSet; } /** *Contains information about discrepancies found for intents between the test * set and the bot.
*/ inline void SetIntentDiscrepancies(const Aws::VectorContains information about discrepancies found for intents between the test * set and the bot.
*/ inline void SetIntentDiscrepancies(Aws::VectorContains information about discrepancies found for intents between the test * set and the bot.
*/ inline TestSetDiscrepancyErrors& WithIntentDiscrepancies(const Aws::VectorContains information about discrepancies found for intents between the test * set and the bot.
*/ inline TestSetDiscrepancyErrors& WithIntentDiscrepancies(Aws::VectorContains information about discrepancies found for intents between the test * set and the bot.
*/ inline TestSetDiscrepancyErrors& AddIntentDiscrepancies(const TestSetIntentDiscrepancyItem& value) { m_intentDiscrepanciesHasBeenSet = true; m_intentDiscrepancies.push_back(value); return *this; } /** *Contains information about discrepancies found for intents between the test * set and the bot.
*/ inline TestSetDiscrepancyErrors& AddIntentDiscrepancies(TestSetIntentDiscrepancyItem&& value) { m_intentDiscrepanciesHasBeenSet = true; m_intentDiscrepancies.push_back(std::move(value)); return *this; } /** *Contains information about discrepancies found for slots between the test set * and the bot.
*/ inline const Aws::VectorContains information about discrepancies found for slots between the test set * and the bot.
*/ inline bool SlotDiscrepanciesHasBeenSet() const { return m_slotDiscrepanciesHasBeenSet; } /** *Contains information about discrepancies found for slots between the test set * and the bot.
*/ inline void SetSlotDiscrepancies(const Aws::VectorContains information about discrepancies found for slots between the test set * and the bot.
*/ inline void SetSlotDiscrepancies(Aws::VectorContains information about discrepancies found for slots between the test set * and the bot.
*/ inline TestSetDiscrepancyErrors& WithSlotDiscrepancies(const Aws::VectorContains information about discrepancies found for slots between the test set * and the bot.
*/ inline TestSetDiscrepancyErrors& WithSlotDiscrepancies(Aws::VectorContains information about discrepancies found for slots between the test set * and the bot.
*/ inline TestSetDiscrepancyErrors& AddSlotDiscrepancies(const TestSetSlotDiscrepancyItem& value) { m_slotDiscrepanciesHasBeenSet = true; m_slotDiscrepancies.push_back(value); return *this; } /** *Contains information about discrepancies found for slots between the test set * and the bot.
*/ inline TestSetDiscrepancyErrors& AddSlotDiscrepancies(TestSetSlotDiscrepancyItem&& value) { m_slotDiscrepanciesHasBeenSet = true; m_slotDiscrepancies.push_back(std::move(value)); return *this; } private: Aws::Vector