다음을 통해 공유


DialogReason enum

대화 메서드가 호출되는 이유를 나타냅니다.

설명

대화 상자 컨텍스트를 사용하여 대화 집합의 대화 상자를 제어합니다. 대화 컨텍스트는 자체에 대한 참조를 호출하는 대화 메서드에 전달합니다. 또한 특정 메서드가 호출되는 이유를 이유를 전달합니다.

참조

필드

beginCalled

dialogContext.beginDialog 또는 dialogContext.replaceDialog 시작됩니다.

cancelCalled

dialogContext.cancelAllDialogs 대화 상자가 취소됩니다.

continueCalled

dialogContext.continueDialog 대화 상자가 계속됩니다.

endCalled

dialogContext.endDialog 종료됩니다.

nextCalled

폭포 대화 상자의 이전 단계인 WaterfallStepContext.next가때문에 WaterfallDialog 단계가 호출되고 있습니다.

replaceCalled

dialogContext.replaceDialog 종료됩니다.