Typedef GenieNode_TextOutput_Callback_t

Typedef Documentation

typedef Genie_Status_t (*GenieNode_TextOutput_Callback_t)(const char *response, const GenieNode_TextOutput_SentenceCode_t sentenceCode, const void *userData)

A client-defined callback function to handle text-generator responses.

Param response

[in] The null-terminated query response.

Param sentenceCode

[in] The sentence code related to the responseStr.

Param userData

[in] The userData field provided to GeniePipeline_execute.

Return

None