Typedef GenieDialog_TokenQueryCallback_t¶
Defined in File GenieDialog.h
Typedef Documentation¶
-
typedef void (*GenieDialog_TokenQueryCallback_t)(const uint32_t *response, const uint32_t numTokens, const GenieDialog_SentenceCode_t sentenceCode, const void *userData)¶
A client-defined callback function to handle GenieDialog_tokenQuery responses.
- Param response
[in] The response token array
- Param numTokens
[in] The response token array size
- Param sentenceCode
[in] The sentence code related to the response token.
- Param userData
[in] The userData field provided to GenieDialog_tokenQuery.
- Return
None