RestRecognizeCompleted interface
Properties
| call |
Call connection ID. |
| choice |
Defines the result for RecognitionType = Choices |
| correlation |
Correlation ID for event to call correlation. Also called ChainId for skype chain ID. |
| dtmf |
Defines the result for RecognitionType = Dtmf |
| operation |
Used by customers when calling mid-call actions to correlate the request to the response event. |
| recognition |
Determines the sub-type of the recognize operation. In case of cancel operation the this field is not set and is returned empty |
| result |
Contains the resulting SIP code, sub-code and message. |
| server |
Server call ID. |
| speech |
Defines the result for RecognitionType = Speech and SpeechOrDtmf NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
callConnectionId
Call connection ID.
callConnectionId?: string
Property Value
string
choiceResult
Defines the result for RecognitionType = Choices
choiceResult?: ChoiceResult
Property Value
correlationId
Correlation ID for event to call correlation. Also called ChainId for skype chain ID.
correlationId?: string
Property Value
string
dtmfResult
operationContext
Used by customers when calling mid-call actions to correlate the request to the response event.
operationContext?: string
Property Value
string
recognitionType
Determines the sub-type of the recognize operation. In case of cancel operation the this field is not set and is returned empty
recognitionType?: string
Property Value
string
resultInformation
Contains the resulting SIP code, sub-code and message.
resultInformation?: ResultInformation
Property Value
serverCallId
Server call ID.
serverCallId?: string
Property Value
string
speechResult
Defines the result for RecognitionType = Speech and SpeechOrDtmf NOTE: This property will not be serialized. It can only be populated by the server.
speechResult?: SpeechResult