Tracks answers from the decode platform. A single interaction may have multiple answers, possibly coming from different decode platforms. Each answer also has a set of nbest results, both raw text and semantic. This table maps the bare administrative information for each response.
|
Column Name |
Data Type |
Data Length |
Default Value |
See Also |
|
AnswerID |
INTEGER |
N/A |
N/A |
N/A |
|
InteractionID |
INTEGER |
N/A |
N/A |
|
|
stAcousticModel |
INTEGER |
N/A |
N/A |
|
|
SRETime |
INTEGER |
N/A |
N/A |
N/A |
|
DecodePlatformID |
INTEGER |
N/A |
N/A |
AnswerID
|
Foreign key |
Reference table |
Reference key |
|
InteractionID |
tblLVST_CallInteractions |
InteractionID |
|
Foreign key |
Reference table |
Reference key |
|
AcousticModel |
tblLVST_StringTable |
StringID |
|
Foreign key |
Reference table |
Reference key |
|
DecodePlatformID |
tblLVST_DecodePlatform |
DecodePlatformID |
|
Foreign key |
Reference table |
Reference key |
|
stAcousticModel |
tblLVST_StringTable |
StringID |
AnswerID
Description: Autoincrementing primary key.
Constraint Name: N/A
Constraint Description: N/A
InteractionID
Description:Foreign key reference to tblLVST_CallInteractions. Links this answer to an interaction.
Constraint Name:N/A
Constraint Description:N/A
stAcousticModel
Description:Foreign key reference to tblLVST_StringTable. Identifies the acoustic model the answer was generated by.
Constraint Name:N/A
Constraint Description:N/A
SRETime
Description:The amount of time, in _milliseconds_, to get a recognition result back. This *includes* network traversal.
Constraint Name:N/A
Constraint Description:N/A
DecodePlatformID
Description:Foreign key to tblLVST_DecodePlatform. Identifies the platform which generated this result.
Constraint Name:N/A
Constraint Description:N/A
Constraint Name: N/A
Constraint Description: N/A
Columns related: N/A