ConversationalAgentSession.IsVoiceActivationAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.