다음을 통해 공유


IActivity.ApplyConversationReference(ConversationReference, Boolean) 메서드

정의

기존 대화 참조의 배달 정보를 사용하여 활동을 업데이트.

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 을 사용하여 활동을 들어오는 활동으로 처리합니다. 여기서 봇은 받는 사람입니다. otherwaire false. 기본값은 false이며 작업은 봇을 보낸 사람으로 표시합니다.

반환

활동.

예외

reference가 null입니다.

설명

들어오는 작업을 호출 GetConversationReference() 하여 대화 참조를 받은 다음, 보내는 활동을 올바른 배달 정보로 업데이트하는 데 사용할 수 있습니다.

적용 대상