/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about the utterances in the results of the test set
* execution.See Also:
AWS
* API Reference
Contains information about an utterance in the results of the test set * execution.
*/ inline const Aws::VectorContains information about an utterance in the results of the test set * execution.
*/ inline bool ItemsHasBeenSet() const { return m_itemsHasBeenSet; } /** *Contains information about an utterance in the results of the test set * execution.
*/ inline void SetItems(const Aws::VectorContains information about an utterance in the results of the test set * execution.
*/ inline void SetItems(Aws::VectorContains information about an utterance in the results of the test set * execution.
*/ inline UtteranceLevelTestResults& WithItems(const Aws::VectorContains information about an utterance in the results of the test set * execution.
*/ inline UtteranceLevelTestResults& WithItems(Aws::VectorContains information about an utterance in the results of the test set * execution.
*/ inline UtteranceLevelTestResults& AddItems(const UtteranceLevelTestResultItem& value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } /** *Contains information about an utterance in the results of the test set * execution.
*/ inline UtteranceLevelTestResults& AddItems(UtteranceLevelTestResultItem&& value) { m_itemsHasBeenSet = true; m_items.push_back(std::move(value)); return *this; } private: Aws::Vector