Share via


ConversationalAgentSession.IsVoiceActivationAvailable Property

Definition

Gets whether the digital assistant can be activated by speech input.

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

Property Value

Boolean

bool

True, if speech input can activate the digital assistant; otherwise, false.

Applies to

See also