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 {
42 template <
typename AudioChunkT = Aws::Utils::ByteBuffer>
44 m_audioChunkHasBeenSet =
true;
45 m_audioChunk = std::forward<AudioChunkT>(value);
47 template <
typename AudioChunkT = Aws::Utils::ByteBuffer>
62 template <
typename ContentTypeT = Aws::String>
64 m_contentTypeHasBeenSet =
true;
65 m_contentType = std::forward<ContentTypeT>(value);
67 template <
typename ContentTypeT = Aws::String>
82 template <
typename EventIdT = Aws::String>
84 m_eventIdHasBeenSet =
true;
85 m_eventId = std::forward<EventIdT>(value);
87 template <
typename EventIdT = Aws::String>
99 bool m_audioChunkHasBeenSet =
false;
100 bool m_contentTypeHasBeenSet =
false;
101 bool m_eventIdHasBeenSet =
false;
const Aws::String & GetContentType() const
const Aws::String & GetEventId() const
AudioResponseEvent & WithContentType(ContentTypeT &&value)
bool AudioChunkHasBeenSet() const
AudioResponseEvent & WithEventId(EventIdT &&value)
void SetAudioChunk(AudioChunkT &&value)
AWS_LEXRUNTIMEV2_API AudioResponseEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::ByteBuffer & GetAudioChunk() const
bool ContentTypeHasBeenSet() const
bool EventIdHasBeenSet() const
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXRUNTIMEV2_API AudioResponseEvent()=default
void SetEventId(EventIdT &&value)
AWS_LEXRUNTIMEV2_API AudioResponseEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AudioResponseEvent & WithAudioChunk(AudioChunkT &&value)
void SetContentType(ContentTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue