Share via


ConversationalAgentSession.IsIndicatorLightAvailable Property

Definition

Gets whether the indicator light is available.

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

Property Value

Boolean

bool

True, if the indicator light is available; otherwise, false.

Applies to

See also