TelemetryConstants class
Defines names of common properties for use with a BotTelemetryClient object.
Properties
| activity |
The telemetry property value for activity type. |
| attachments |
The telemetry property value for attachments. |
| channel |
The telemetry property value for channel id. |
| conversation |
The telemetry property value for conversation id. |
| conversation |
The telemetry property value for conversation name. |
| dialog |
The telemetry property value for dialog id. |
| from |
The telemetry property value for from id. |
| from |
The telemetry property value for from name. |
| locale |
The telemetry property value for locale. |
| recipient |
The telemetry property value for recipient id. |
| recipient |
The telemetry property value for recipient name. |
| reply |
The telemetry property value for reply activity id. |
| speak |
The telemetry property value for speak. |
| text |
The telemetry property value for text. |
| user |
The telemetry property value for user id. |
Property Details
activityTypeProperty
The telemetry property value for activity type.
static activityTypeProperty: string
Property Value
string
attachmentsProperty
The telemetry property value for attachments.
static attachmentsProperty: string
Property Value
string
channelIdProperty
The telemetry property value for channel id.
static channelIdProperty: string
Property Value
string
conversationIdProperty
The telemetry property value for conversation id.
static conversationIdProperty: string
Property Value
string
conversationNameProperty
The telemetry property value for conversation name.
static conversationNameProperty: string
Property Value
string
dialogIdProperty
The telemetry property value for dialog id.
static dialogIdProperty: string
Property Value
string
fromIdProperty
The telemetry property value for from id.
static fromIdProperty: string
Property Value
string
fromNameProperty
The telemetry property value for from name.
static fromNameProperty: string
Property Value
string
localeProperty
The telemetry property value for locale.
static localeProperty: string
Property Value
string
recipientIdProperty
The telemetry property value for recipient id.
static recipientIdProperty: string
Property Value
string
recipientNameProperty
The telemetry property value for recipient name.
static recipientNameProperty: string
Property Value
string
replyActivityIdProperty
The telemetry property value for reply activity id.
static replyActivityIdProperty: string
Property Value
string
speakProperty
The telemetry property value for speak.
static speakProperty: string
Property Value
string
textProperty
The telemetry property value for text.
static textProperty: string
Property Value
string
userIdProperty
The telemetry property value for user id.
static userIdProperty: string
Property Value
string