Class ConversationRequestedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This Class contains the requests conversation from vc-daemon.
public class ConversationRequestedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsConversationRequestedEventArgs
Properties
View SourceAppId
The application id of VC client to request dialog
Declaration
public string AppId { get; }
Property Value
Type | Description |
---|---|
string |
DisplayText
The display text requested to be displayed
Declaration
public string DisplayText { get; }
Property Value
Type | Description |
---|---|
string |
IsContinuous
If true, VoiceControlManager still has a conversation to deal with. And Start() should be called again.
Declaration
public bool IsContinuous { get; }
Property Value
Type | Description |
---|---|
bool |
UtterenceText
The utterence text requested to be spoken
Declaration
public string UtterenceText { get; }
Property Value
Type | Description |
---|---|
string |