ConversationalAgentSession.IsScreenAvailable 속성

정의

화면을 켤 수 있는지 여부를 가져옵니다.

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

속성 값

Boolean

bool

True이면 화면을 켤 수 있습니다. 그렇지 않으면 false입니다.

적용 대상

추가 정보