ConversationAccount Class

Definition

public class ConversationAccount : IEquatable<Microsoft.Bot.Connector.ConversationAccount>
type ConversationAccount = class
    interface IEquatable<ConversationAccount>
Public Class ConversationAccount
Implements IEquatable(Of ConversationAccount)
Inheritance
ConversationAccount
Implements

Constructors

ConversationAccount()
ConversationAccount(Nullable<Boolean>, String, String, String, String, String, String)

Properties

AadObjectId
ConversationType
Id
IsGroup
Name
Properties
Role
TenantId

Methods

Equals(ConversationAccount)
Equals(Object)
GetHashCode()

Applies to