ConversationAccount クラス

定義

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

コンストラクター

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

プロパティ

AadObjectId
ConversationType
Id
IsGroup
Name
Properties
Role
TenantId

メソッド

Equals(ConversationAccount)
Equals(Object)
GetHashCode()

適用対象