tblLVST_Answers

Table Description:

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.

Table structure:

Column Name Data Type Data Length Default Value See Also
AnswerID INTEGER N/A N/A N/A

InteractionID

INTEGER N/A N/A tblLVST_CallInteractions
stAcousticModel INTEGER N/A N/A tblLVST_StringTable
SRETime INTEGER N/A N/A N/A
DecodePlatformID INTEGER N/A N/A tblLVST_DecodePlatform

Primary Keys:

AnswerID

Foreign Key Reference Table Reference Key
InteractionID tblLVST_CallInteractions InteractionID
AcousticModel tblLVST_StringTable StringID
DecodePlatformID tblLVST_DecodePlatform DecodePlatformID
stAcousticModel tblLVST_StringTable StringID

Column Descriptions and Constraints:

Column Description Constraint Name Constraint Description
AnswerID Autoincrementing primary key. N/A N/A
InteractionID Foreign key reference to tblLVST_CallInteractions. Links this answer to an interaction. N/A N/A
stAcousticModel Foreign key reference to tblLVST_StringTable. Identifies the acoustic model the answer was generated by. N/A N/A
SRETime The amount of time, in _milliseconds_, to get a recognition result back. This *includes* network traversal. N/A N/A
DecodePlatformID Foreign key to tblLVST_DecodePlatform. Identifies the platform which generated this result. N/A N/A

Column Descriptions and Constraints:

Constraint Name Constraint Description Columns Related
N/A N/A N/A
© 2012 LumenVox LLC. All rights reserved.