7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/UserTurnIntentOutput.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/lexv2-models/model/ActiveContext.h>
50 template<
typename IntentT = UserTurnIntentOutput>
51 void SetIntent(IntentT&& value) { m_intentHasBeenSet =
true; m_intent = std::forward<IntentT>(value); }
52 template<
typename IntentT = UserTurnIntentOutput>
62 template<
typename ActiveContextsT = Aws::Vector<ActiveContext>>
63 void SetActiveContexts(ActiveContextsT&& value) { m_activeContextsHasBeenSet =
true; m_activeContexts = std::forward<ActiveContextsT>(value); }
64 template<
typename ActiveContextsT = Aws::Vector<ActiveContext>>
66 template<
typename ActiveContextsT = ActiveContext>
76 template<
typename TranscriptT = Aws::String>
77 void SetTranscript(TranscriptT&& value) { m_transcriptHasBeenSet =
true; m_transcript = std::forward<TranscriptT>(value); }
78 template<
typename TranscriptT = Aws::String>
84 bool m_intentHasBeenSet =
false;
87 bool m_activeContextsHasBeenSet =
false;
90 bool m_transcriptHasBeenSet =
false;
const UserTurnIntentOutput & GetIntent() const
const Aws::String & GetTranscript() const
bool IntentHasBeenSet() const
void SetTranscript(TranscriptT &&value)
UserTurnOutputSpecification & WithTranscript(TranscriptT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIntent(IntentT &&value)
bool TranscriptHasBeenSet() const
AWS_LEXMODELSV2_API UserTurnOutputSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API UserTurnOutputSpecification()=default
UserTurnOutputSpecification & WithIntent(IntentT &&value)
AWS_LEXMODELSV2_API UserTurnOutputSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetActiveContexts(ActiveContextsT &&value)
UserTurnOutputSpecification & WithActiveContexts(ActiveContextsT &&value)
bool ActiveContextsHasBeenSet() const
UserTurnOutputSpecification & AddActiveContexts(ActiveContextsT &&value)
const Aws::Vector< ActiveContext > & GetActiveContexts() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue