#include <lex_common.h>
Public Attributes | |
std::string | accept_type |
std::vector< uint8_t > | audio_request |
std::string | content_type |
std::string | text_request |
Lex request datastructure.
Definition at line 61 of file lex_common.h.
std::string Aws::Lex::LexRequest::accept_type |
Definition at line 63 of file lex_common.h.
std::vector<uint8_t> Aws::Lex::LexRequest::audio_request |
Definition at line 65 of file lex_common.h.
std::string Aws::Lex::LexRequest::content_type |
Definition at line 66 of file lex_common.h.
std::string Aws::Lex::LexRequest::text_request |
Definition at line 64 of file lex_common.h.