7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
20namespace LexRuntimeV2 {
44 template <
typename AudioChunkT = Aws::Utils::ByteBuffer>
46 m_audioChunkHasBeenSet =
true;
47 m_audioChunk = std::forward<AudioChunkT>(value);
49 template <
typename AudioChunkT = Aws::Utils::ByteBuffer>
65 template <
typename ContentTypeT = Aws::String>
67 m_contentTypeHasBeenSet =
true;
68 m_contentType = std::forward<ContentTypeT>(value);
70 template <
typename ContentTypeT = Aws::String>
84 template <
typename EventIdT = Aws::String>
86 m_eventIdHasBeenSet =
true;
87 m_eventId = std::forward<EventIdT>(value);
89 template <
typename EventIdT = Aws::String>
104 m_clientTimestampMillisHasBeenSet =
true;
105 m_clientTimestampMillis = value;
119 long long m_clientTimestampMillis{0};
120 bool m_audioChunkHasBeenSet =
false;
121 bool m_contentTypeHasBeenSet =
false;
122 bool m_eventIdHasBeenSet =
false;
123 bool m_clientTimestampMillisHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue