提供: Bright Pattern Documentation
移動先: 案内検索
Created page with "== データの説明 == 次の表には、名前(IDなど)、データタイプ (BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHARなど)、 ''interaction_quality_monito..."
Created page with "{|border="1" style="border-collapse:collapse" cellpadding="5" |'''列名''' |'''データタイプ''' |'''内容''' |- |'''id''' |BINARY (16) |プライマリーキー |- |'''..."
 
Line 8: Line 8:


{|border="1" style="border-collapse:collapse" cellpadding="5"
{|border="1" style="border-collapse:collapse" cellpadding="5"
|'''Column Name'''
|'''列名'''
|'''Data Type'''
|'''データタイプ'''
|'''Description'''
|'''内容'''
|-
|-
|'''id'''
|'''id'''
|BINARY (16)
|BINARY (16)
|Primary key
|プライマリーキー
|-
|-
|'''iqm_id'''
|'''iqm_id'''
|BINARY (16)
|BINARY (16)
|Reference to identifier of the review instance (field ''id'' in the ''interaction_quality_monitoring'' table)
|レビューの識別こへの参照 (''interaction_quality_monitoring'' 表の ''id''フィールド)
|-
|-
|'''grade_name'''
|'''grade_name'''
|VARCHAR
|VARCHAR
|Name of the call grading category
|コール評価カテゴリー名
|-
|-
|'''grade_value'''
|'''grade_value'''
|INT
|INT
|Grade assigned by the reviewer in the given category
|指定されたカテゴリーにおいてレビュアーによって付与された評価
|-
|-
|'''order_num'''
|'''order_num'''
|INT
|INT
|The order in which the given category is supposed to appear in reports relative to the other grading categories (as defined in configuration)
|指定されたカテゴリーが他の評価カテゴリーに関連するレポートに表示される順位 (定義されている通り)
|}
|}

Latest revision as of 08:09, 14 September 2019

• English

interaction_quality_monitoring_grades

interaction_quality_monitoring_grades 表の各行には、iqm_idフィールドでに記載されるレビュー中に対話セグメントに付与された単一カテゴリの評価が表示されます。


データの説明

次の表には、名前(IDなど)、データタイプ (BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHARなど)、 interaction_quality_monitoring_grades 表の各メトリック(つまり、列)の説明が含まれます。


列名 データタイプ 内容
id BINARY (16) プライマリーキー
iqm_id BINARY (16) レビューの識別こへの参照 (interaction_quality_monitoring 表の idフィールド)
grade_name VARCHAR コール評価カテゴリー名
grade_value INT 指定されたカテゴリーにおいてレビュアーによって付与された評価
order_num INT 指定されたカテゴリーが他の評価カテゴリーに関連するレポートに表示される順位 (定義されている通り)
< 前へ | 次へ >