Please enable JavaScript.
Coggle requires JavaScript to display documents.
Microsoft bot framework platform (Activity - object communication bot…
Microsoft bot framework platform
connector
comunicate with chenels
Activity - object communication bot-chenel
message
text
TextFormat
Locale
Attachments
image
audio
video
file
Entities
exchange of common contextual metadata between the channel and bottext
Mention
"mention" someone within the context of a conversation
Place objects
Location-related information
Channel data channel-specific functionality
Text to speech
-specify the text to be spoken by your bot on a speech-enabled channel
Suggested actions -buttons . will dissapear
conversationUpdate
Indicates that the bot was added to a conversation, other members were added to or removed from the conversation, or conversation metadata has changed.
contactRelationUpdate
Indicates that the bot was added or removed from a user's contact list.
typing
ping
Represents an attempt to determine whether a bot's endpoint is accessible.
deleteUserData
Indicates to a bot that a user has requested that the bot delete any user data it may have stored.
endOfConversation
Indicates the end of a conversation.
event
Represents a communication sent to a bot that is not visible to the user.
invoke
perform a specific operation. This activity type is reserved for internal use
dialogs
formFlow
Luis dialog
state (user name etc)
activity.GetStateClient()
StateClient stateClient = new StateClient(new MicrosoftAppCredentials(microsoftAppId, microsoftAppPassword));
Intercept messages
proactive messages