#include <lex_common.h>
Public Attributes | |
std::vector< uint8_t > | audio_response |
std::string | dialog_state |
std::string | intent_name |
std::string | message_format_type |
std::string | session_attributes |
std::unordered_map< std::string, std::string > | slots |
std::string | text_response |
Lex response datastructure.
Definition at line 72 of file lex_common.h.
std::vector<uint8_t> Aws::Lex::LexResponse::audio_response |
Definition at line 76 of file lex_common.h.
std::string Aws::Lex::LexResponse::dialog_state |
Definition at line 78 of file lex_common.h.
std::string Aws::Lex::LexResponse::intent_name |
Definition at line 77 of file lex_common.h.
std::string Aws::Lex::LexResponse::message_format_type |
Definition at line 75 of file lex_common.h.
std::string Aws::Lex::LexResponse::session_attributes |
Definition at line 80 of file lex_common.h.
std::unordered_map<std::string, std::string> Aws::Lex::LexResponse::slots |
Definition at line 79 of file lex_common.h.
std::string Aws::Lex::LexResponse::text_response |
Definition at line 74 of file lex_common.h.