Class ConversationRequestedEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll

This Class contains the requests conversation from vc-daemon.

C#
Copy
public class ConversationRequestedEventArgs : EventArgs
Inheritance
System.Object
ConversationRequestedEventArgs

Properties

View Source

AppId

The application id of VC client to request dialog

Declaration
C#
Copy
public string AppId { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

DisplayText

The display text requested to be displayed

Declaration
C#
Copy
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
C#
Copy
public bool IsContinuous { get; }
Property Value
Type Description
Boolean
API Level: 6
View Source

UtterenceText

The utterence text requested to be spoken

Declaration
C#
Copy
public string UtterenceText { get; }
Property Value
Type Description
System.String
API Level: 6