|
Longbridge OpenAPI C++ SDK
|
One question the Agent needs you to answer. More...
#include <types.hpp>
Public Attributes | |
| std::string | question |
| Question text. More... | |
| std::vector< QuestionOption > | options |
| Options; empty means free-form answer. More... | |
| bool | multi_select |
| Whether multiple options may be selected. More... | |
One question the Agent needs you to answer.
| bool longbridge::agent::Question::multi_select |
Whether multiple options may be selected.
| std::vector<QuestionOption> longbridge::agent::Question::options |
Options; empty means free-form answer.
| std::string longbridge::agent::Question::question |
Question text.