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 keys relationships:

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

 

Column Descriptions and Constraints:

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
 

Table Constraints:

Constraint Name: N/A
Constraint Description:
N/A
Columns related:
N/A