/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information for the results of the intent classification test. See
* Also:
AWS
* API Reference
A list of the results for the intent classification test.
*/ inline const Aws::VectorA list of the results for the intent classification test.
*/ inline bool ItemsHasBeenSet() const { return m_itemsHasBeenSet; } /** *A list of the results for the intent classification test.
*/ inline void SetItems(const Aws::VectorA list of the results for the intent classification test.
*/ inline void SetItems(Aws::VectorA list of the results for the intent classification test.
*/ inline IntentClassificationTestResults& WithItems(const Aws::VectorA list of the results for the intent classification test.
*/ inline IntentClassificationTestResults& WithItems(Aws::VectorA list of the results for the intent classification test.
*/ inline IntentClassificationTestResults& AddItems(const IntentClassificationTestResultItem& value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } /** *A list of the results for the intent classification test.
*/ inline IntentClassificationTestResults& AddItems(IntentClassificationTestResultItem&& value) { m_itemsHasBeenSet = true; m_items.push_back(std::move(value)); return *this; } private: Aws::Vector