EndOfConversationCode Class

Definition

Caution

This will be removed by end of summer 2026.

[System.Obsolete("This will be removed by end of summer 2026.")]
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Api.Activities.EndOfConversationCode>))]
public class EndOfConversationCode : Microsoft.Teams.Common.StringEnum
[<System.Obsolete("This will be removed by end of summer 2026.")>]
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Api.Activities.EndOfConversationCode>))>]
type EndOfConversationCode = class
    inherit StringEnum
Public Class EndOfConversationCode
Inherits StringEnum
Inheritance
EndOfConversationCode
Attributes

Constructors

Name Description
EndOfConversationCode(String)

Fields

Name Description
BotIssuedInvalidMessage
BotTimedOut
ChannelFailed
CompletedSuccessfully
Unknown
UserCancelled

Properties

Name Description
IsBotIssuedInvalidMessage
IsBotTimedOut
IsChannelFailed
IsCompletedSuccessfully
IsUnknown
IsUserCancelled
Value (Inherited from StringEnum)

Methods

Name Description
Clone() (Inherited from StringEnum)
CompareTo(Object) (Inherited from StringEnum)
CompareTo(String) (Inherited from StringEnum)
Equals(Object) (Inherited from StringEnum)
Equals(String) (Inherited from StringEnum)
Equals(StringEnum) (Inherited from StringEnum)
GetHashCode() (Inherited from StringEnum)
ToString() (Inherited from StringEnum)

Applies to