Activity.ApplyConversationReference(ConversationReference, Boolean) 메서드

정의

이 작업을 기존 ConversationReference의 배달 정보로 업데이트.

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
override this.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 봇이 받는 사람인 들어오는 활동으로 활동을 처리하려면 이고, false그렇지 않으면 입니다. 기본값은 false이며 활동은 봇을 보낸 사람으로 표시합니다.

반환

이 활성은 배달 정보로 업데이트되었습니다.

구현

설명

들어오는 활동을 호출 GetConversationReference() 하여 대화 참조를 가져옵니다. 그러면 를 사용하여 보내는 활동을 올바른 배달 정보로 업데이트할 수 있습니다.

적용 대상