LuisTelemetryConstants 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
默认情况下记录的 IBotTelemetryClient 事件和属性名称。
public static class LuisTelemetryConstants
type LuisTelemetryConstants = class
Public Class LuisTelemetryConstants
- 继承
-
LuisTelemetryConstants
字段
| ActivityIdProperty |
在遥测中的自定义事件中存储活动 ID 时使用的密钥。 |
| ApplicationIdProperty |
在遥测中的自定义事件中存储 LUIS 应用 ID 时使用的密钥。 |
| EntitiesProperty |
在遥测中的自定义事件中存储 LUIS 实体时使用的密钥。 |
| FromIdProperty |
在遥测中的自定义事件中存储 FromId 时使用的密钥。 |
| Intent2Property |
在遥测中的自定义事件中存储 LUIS 意向时使用的密钥。 |
| IntentProperty |
在遥测中的自定义事件中存储 LUIS 意向时使用的密钥。 |
| IntentScore2Property |
在遥测中的自定义事件中存储 LUIS 意向分数时使用的密钥。 |
| IntentScoreProperty |
在遥测中的自定义事件中存储 LUIS 意向分数时使用的密钥。 |
| LuisResult |
在遥测中的自定义事件中存储 LUIS 结果时使用的密钥。 |
| QuestionProperty |
在遥测中的自定义事件中存储 LUIS 查询时使用的密钥。 |
| SentimentLabelProperty |
在遥测中的自定义事件中存储情绪标签时使用的键。 |
| SentimentScoreProperty |
在遥测中的自定义事件中存储 LUIS 情绪分数时使用的密钥。 |