Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::agent::Question Struct Reference

One question the Agent needs you to answer. More...

#include <types.hpp>

Public Attributes

std::string question
 Question text. More...
 
std::vector< QuestionOptionoptions
 Options; empty means free-form answer. More...
 
bool multi_select
 Whether multiple options may be selected. More...
 

Detailed Description

One question the Agent needs you to answer.

Member Data Documentation

◆ multi_select

bool longbridge::agent::Question::multi_select

Whether multiple options may be selected.

◆ options

std::vector<QuestionOption> longbridge::agent::Question::options

Options; empty means free-form answer.

◆ question

std::string longbridge::agent::Question::question

Question text.


The documentation for this struct was generated from the following file: