Aracılığıyla paylaş


IActivity.ApplyConversationReference(ConversationReference, Boolean) Yöntem

Tanım

Mevcut konuşma başvurusundan gelen teslim bilgileriyle bir etkinlik Güncelleştirmeler.

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

Parametreler

reference
ConversationReference

Konuşma başvurusu.

isIncoming
Boolean

(İsteğe bağlı) true etkinliği, botunun alıcı olduğu bir gelen etkinlik olarak ele almak için; otherwaire false. Varsayılan değer olur falseve etkinlik botu gönderen olarak gösterir.

Döndürülenler

Etkinlik.

Özel durumlar

reference null değeridir.

Açıklamalar

Daha sonra giden etkinliği doğru teslim bilgileriyle güncelleştirmek için kullanabileceğiniz bir konuşma başvurusu almak için gelen etkinliği çağırın GetConversationReference() .

Şunlara uygulanır