다음을 통해 공유


ConversationalAgentSession.IsInterrupted 속성

정의

ConversationalAgentSession이 중단되는지 여부를 가져옵니다.

public:
 property bool IsInterrupted { bool get(); };
bool IsInterrupted();
public bool IsInterrupted { get; }
var boolean = conversationalAgentSession.isInterrupted;
Public ReadOnly Property IsInterrupted As Boolean

속성 값

Boolean

bool

True이면 ConversationalAgentSession 이 중단됩니다. 그렇지 않으면 false입니다.

설명

일부 디지털 도우미 세션은 다른 신호에 의해 중단될 수 없습니다. 예를 들어 Cortana는 사용자가 현재 세션을 종료하기 위해 취소 또는 중지 명령을 실행하도록 요구합니다(사용자가 Cortana 세션에 있을 수 없고 Alexa에 명령을 실행할 수 없음).

세션이 중단될 수 있는 경우 Windows 대화형 에이전트 플랫폼은 SessionInterrupted 이벤트를 발생하여 디지털 도우미 앱이 비활성 상태로 설정되고 입력 처리를 중지해야 함을 나타냅니다.

적용 대상

추가 정보