IActivity.ApplyConversationReference(ConversationReference, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新來自現有交談參考傳遞資訊的活動。
public Microsoft.Bot.Schema.Activity ApplyConversationReference (Microsoft.Bot.Schema.ConversationReference reference, bool isIncoming = false);
abstract member ApplyConversationReference : Microsoft.Bot.Schema.ConversationReference * bool -> Microsoft.Bot.Schema.Activity
Public Function ApplyConversationReference (reference As ConversationReference, Optional isIncoming As Boolean = false) As Activity
參數
- reference
- ConversationReference
交談參考。
- isIncoming
- Boolean
(選擇性) true
將活動視為傳入活動,其中 Bot 是收件者;otherwaire false
。
預設值為 false
,而活動會將 Bot 顯示為傳送者。
傳回
活動。
例外狀況
reference
為 null。
備註
在傳入活動上呼叫 GetConversationReference() ,以取得交談參考,您接著可以使用正確的傳遞資訊來更新傳出活動。