ConversationReference クラス

定義

会話内の特定のポイントに関連するオブジェクト。

public class ConversationReference
type ConversationReference = class
Public Class ConversationReference
継承
ConversationReference

コンストラクター

ConversationReference()

ConversationReference クラスの新しいインスタンスを初期化します。

ConversationReference(CultureInfo, String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)

ConversationReference クラスの新しいインスタンスを初期化します。

ConversationReference(String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)

ConversationReference クラスの新しいインスタンスを初期化します。

プロパティ

ActivityId

参照するアクティビティの ID (省略可能) を取得または設定します。

Bot

この会話に参加しているボットを取得または設定します (省略可能)。

ChannelId

参照先の会話が存在するチャネルの ID を取得または設定します。

Conversation

スレッドへの参照を取得または設定します。

Locale

参照先の会話の BCP-47 ロケール名を取得または設定します (省略可能)。

ServiceUrl

参照先の会話に関する操作を実行できるサービス エンドポイントを取得または設定します (省略可能)。

User

この会話に参加しているユーザーを取得または設定します (省略可能)。

メソッド

GetContinuationActivity()

ボットに投稿されるときに、会話参照からを作成 Activity します。

適用対象