OnFullResponse
: NLPRequestResponseEvent< TResponseData > |
Called on request language processing once completely analyzed
Signature
NLPRequestResponseEvent<TResponseData> Meta.Voice.NLPRequestEvents< TUnityEvent, TResponseData >.OnFullResponse |
OnPartialResponse
: NLPRequestResponseEvent< TResponseData > |
Called on request language processing while audio is still being analyzed
Signature
NLPRequestResponseEvent<TResponseData> Meta.Voice.NLPRequestEvents< TUnityEvent, TResponseData >.OnPartialResponse |
OnRawResponse
: TranscriptionRequestEvent |
Called on request language processing raw text received
Signature
TranscriptionRequestEvent Meta.Voice.NLPRequestEvents< TUnityEvent, TResponseData >.OnRawResponse |
OnValidateResponse
: NLPRequestResponseValidatorEvent< TResponseData > |
Called by request to allow custom validation prior to error determination.
Signature
NLPRequestResponseValidatorEvent<TResponseData> Meta.Voice.NLPRequestEvents< TUnityEvent, TResponseData >.OnValidateResponse |