EndOfConversationCodes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for EndOfConversationCodes.
public static class EndOfConversationCodes
type EndOfConversationCodes = class
Public Class EndOfConversationCodes
- Inheritance
-
EndOfConversationCodes
Fields
BotIssuedInvalidMessage |
The code value for bot-issued invalid message end of conversations. |
BotTimedOut |
The code value for bot time out end of conversations. |
ChannelFailed |
The code value for channel failed end of conversations. |
CompletedSuccessfully |
The code value for successful end of conversations. |
Unknown |
The code value for unknown end of conversations. |
UserCancelled |
The code value for user cancelled end of conversations. |