/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace LexModelsV2 { namespace Model { class SearchAssociatedTranscriptsResult { public: AWS_LEXMODELSV2_API SearchAssociatedTranscriptsResult(); AWS_LEXMODELSV2_API SearchAssociatedTranscriptsResult(const Aws::AmazonWebServiceResult& result); AWS_LEXMODELSV2_API SearchAssociatedTranscriptsResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The unique identifier of the bot associated with the transcripts that you are * searching.

*/ inline const Aws::String& GetBotId() const{ return m_botId; } /** *

The unique identifier of the bot associated with the transcripts that you are * searching.

*/ inline void SetBotId(const Aws::String& value) { m_botId = value; } /** *

The unique identifier of the bot associated with the transcripts that you are * searching.

*/ inline void SetBotId(Aws::String&& value) { m_botId = std::move(value); } /** *

The unique identifier of the bot associated with the transcripts that you are * searching.

*/ inline void SetBotId(const char* value) { m_botId.assign(value); } /** *

The unique identifier of the bot associated with the transcripts that you are * searching.

*/ inline SearchAssociatedTranscriptsResult& WithBotId(const Aws::String& value) { SetBotId(value); return *this;} /** *

The unique identifier of the bot associated with the transcripts that you are * searching.

*/ inline SearchAssociatedTranscriptsResult& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return *this;} /** *

The unique identifier of the bot associated with the transcripts that you are * searching.

*/ inline SearchAssociatedTranscriptsResult& WithBotId(const char* value) { SetBotId(value); return *this;} /** *

The version of the bot containing the transcripts that you are searching.

*/ inline const Aws::String& GetBotVersion() const{ return m_botVersion; } /** *

The version of the bot containing the transcripts that you are searching.

*/ inline void SetBotVersion(const Aws::String& value) { m_botVersion = value; } /** *

The version of the bot containing the transcripts that you are searching.

*/ inline void SetBotVersion(Aws::String&& value) { m_botVersion = std::move(value); } /** *

The version of the bot containing the transcripts that you are searching.

*/ inline void SetBotVersion(const char* value) { m_botVersion.assign(value); } /** *

The version of the bot containing the transcripts that you are searching.

*/ inline SearchAssociatedTranscriptsResult& WithBotVersion(const Aws::String& value) { SetBotVersion(value); return *this;} /** *

The version of the bot containing the transcripts that you are searching.

*/ inline SearchAssociatedTranscriptsResult& WithBotVersion(Aws::String&& value) { SetBotVersion(std::move(value)); return *this;} /** *

The version of the bot containing the transcripts that you are searching.

*/ inline SearchAssociatedTranscriptsResult& WithBotVersion(const char* value) { SetBotVersion(value); return *this;} /** *

The identifier of the language and locale of the transcripts to search. The * string must match one of the supported locales. For more information, see Supported * languages

*/ inline const Aws::String& GetLocaleId() const{ return m_localeId; } /** *

The identifier of the language and locale of the transcripts to search. The * string must match one of the supported locales. For more information, see Supported * languages

*/ inline void SetLocaleId(const Aws::String& value) { m_localeId = value; } /** *

The identifier of the language and locale of the transcripts to search. The * string must match one of the supported locales. For more information, see Supported * languages

*/ inline void SetLocaleId(Aws::String&& value) { m_localeId = std::move(value); } /** *

The identifier of the language and locale of the transcripts to search. The * string must match one of the supported locales. For more information, see Supported * languages

*/ inline void SetLocaleId(const char* value) { m_localeId.assign(value); } /** *

The identifier of the language and locale of the transcripts to search. The * string must match one of the supported locales. For more information, see Supported * languages

*/ inline SearchAssociatedTranscriptsResult& WithLocaleId(const Aws::String& value) { SetLocaleId(value); return *this;} /** *

The identifier of the language and locale of the transcripts to search. The * string must match one of the supported locales. For more information, see Supported * languages

*/ inline SearchAssociatedTranscriptsResult& WithLocaleId(Aws::String&& value) { SetLocaleId(std::move(value)); return *this;} /** *

The identifier of the language and locale of the transcripts to search. The * string must match one of the supported locales. For more information, see Supported * languages

*/ inline SearchAssociatedTranscriptsResult& WithLocaleId(const char* value) { SetLocaleId(value); return *this;} /** *

The unique identifier of the bot recommendation associated with the * transcripts to search.

*/ inline const Aws::String& GetBotRecommendationId() const{ return m_botRecommendationId; } /** *

The unique identifier of the bot recommendation associated with the * transcripts to search.

*/ inline void SetBotRecommendationId(const Aws::String& value) { m_botRecommendationId = value; } /** *

The unique identifier of the bot recommendation associated with the * transcripts to search.

*/ inline void SetBotRecommendationId(Aws::String&& value) { m_botRecommendationId = std::move(value); } /** *

The unique identifier of the bot recommendation associated with the * transcripts to search.

*/ inline void SetBotRecommendationId(const char* value) { m_botRecommendationId.assign(value); } /** *

The unique identifier of the bot recommendation associated with the * transcripts to search.

*/ inline SearchAssociatedTranscriptsResult& WithBotRecommendationId(const Aws::String& value) { SetBotRecommendationId(value); return *this;} /** *

The unique identifier of the bot recommendation associated with the * transcripts to search.

*/ inline SearchAssociatedTranscriptsResult& WithBotRecommendationId(Aws::String&& value) { SetBotRecommendationId(std::move(value)); return *this;} /** *

The unique identifier of the bot recommendation associated with the * transcripts to search.

*/ inline SearchAssociatedTranscriptsResult& WithBotRecommendationId(const char* value) { SetBotRecommendationId(value); return *this;} /** *

A index that indicates whether there are more results to return in a response * to the SearchAssociatedTranscripts operation. If the nextIndex field is present, * you send the contents as the nextIndex parameter of a * SearchAssociatedTranscriptsRequest operation to get the next page of * results.

*/ inline int GetNextIndex() const{ return m_nextIndex; } /** *

A index that indicates whether there are more results to return in a response * to the SearchAssociatedTranscripts operation. If the nextIndex field is present, * you send the contents as the nextIndex parameter of a * SearchAssociatedTranscriptsRequest operation to get the next page of * results.

*/ inline void SetNextIndex(int value) { m_nextIndex = value; } /** *

A index that indicates whether there are more results to return in a response * to the SearchAssociatedTranscripts operation. If the nextIndex field is present, * you send the contents as the nextIndex parameter of a * SearchAssociatedTranscriptsRequest operation to get the next page of * results.

*/ inline SearchAssociatedTranscriptsResult& WithNextIndex(int value) { SetNextIndex(value); return *this;} /** *

The object that contains the associated transcript that meet the criteria you * specified.

*/ inline const Aws::Vector& GetAssociatedTranscripts() const{ return m_associatedTranscripts; } /** *

The object that contains the associated transcript that meet the criteria you * specified.

*/ inline void SetAssociatedTranscripts(const Aws::Vector& value) { m_associatedTranscripts = value; } /** *

The object that contains the associated transcript that meet the criteria you * specified.

*/ inline void SetAssociatedTranscripts(Aws::Vector&& value) { m_associatedTranscripts = std::move(value); } /** *

The object that contains the associated transcript that meet the criteria you * specified.

*/ inline SearchAssociatedTranscriptsResult& WithAssociatedTranscripts(const Aws::Vector& value) { SetAssociatedTranscripts(value); return *this;} /** *

The object that contains the associated transcript that meet the criteria you * specified.

*/ inline SearchAssociatedTranscriptsResult& WithAssociatedTranscripts(Aws::Vector&& value) { SetAssociatedTranscripts(std::move(value)); return *this;} /** *

The object that contains the associated transcript that meet the criteria you * specified.

*/ inline SearchAssociatedTranscriptsResult& AddAssociatedTranscripts(const AssociatedTranscript& value) { m_associatedTranscripts.push_back(value); return *this; } /** *

The object that contains the associated transcript that meet the criteria you * specified.

*/ inline SearchAssociatedTranscriptsResult& AddAssociatedTranscripts(AssociatedTranscript&& value) { m_associatedTranscripts.push_back(std::move(value)); return *this; } /** *

The total number of transcripts returned by the search.

*/ inline int GetTotalResults() const{ return m_totalResults; } /** *

The total number of transcripts returned by the search.

*/ inline void SetTotalResults(int value) { m_totalResults = value; } /** *

The total number of transcripts returned by the search.

*/ inline SearchAssociatedTranscriptsResult& WithTotalResults(int value) { SetTotalResults(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline SearchAssociatedTranscriptsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline SearchAssociatedTranscriptsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline SearchAssociatedTranscriptsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_botId; Aws::String m_botVersion; Aws::String m_localeId; Aws::String m_botRecommendationId; int m_nextIndex; Aws::Vector m_associatedTranscripts; int m_totalResults; Aws::String m_requestId; }; } // namespace Model } // namespace LexModelsV2 } // namespace Aws