Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This Class contains the requests conversation from vc-daemon.
public class ConversationRequestedEventArgs : EventArgs
- Inheritance
-
System.Object
ConversationRequestedEventArgs
Properties
View Source
AppId
The application id of VC client to request dialog
Declaration
public string AppId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
DisplayText
The display text requested to be displayed
Declaration
public string DisplayText { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
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 |
System.Boolean |
|
API Level: 6
View Source
UtterenceText
The utterence text requested to be spoken
Declaration
public string UtterenceText { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6