Enum GenieDialog_SentenceCode_t¶
Defined in File GenieDialog.h
Enum Documentation¶
-
enum GenieDialog_SentenceCode_t¶
An enum which defines the sentence code supported by GENIE backends.
Values:
-
enumerator GENIE_DIALOG_SENTENCE_COMPLETE = 0¶
The string is the entire query/response.
-
enumerator GENIE_DIALOG_SENTENCE_BEGIN = 1¶
The string is the beginning of the query/response.
-
enumerator GENIE_DIALOG_SENTENCE_CONTINUE = 2¶
The string is a part of the query/response and not the beginning or end.
-
enumerator GENIE_DIALOG_SENTENCE_END = 3¶
The string is the end of the query/response.
-
enumerator GENIE_DIALOG_SENTENCE_ABORT = 4¶
The query has been aborted.
-
enumerator GENIE_DIALOG_SENTENCE_COMPLETE = 0¶