다음을 통해 공유


ConversationalAgentSession.IsUserAuthenticated 속성

정의

사용자가 인증되었는지 여부를 가져옵니다(예: 디바이스가 잠겨 있습니다).

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

속성 값

Boolean

bool

True이면 사용자가 인증됩니다. 그렇지 않으면 false입니다.

적용 대상

추가 정보