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
    object
    System.EventArgs
    ConversationRequestedEventArgs

    Properties

    View Source

    AppId

    The application id of VC client to request dialog

    Declaration
    public string AppId { get; }
    Property Value
    Type Description
    string
    View Source

    DisplayText

    The display text requested to be displayed

    Declaration
    public string DisplayText { get; }
    Property Value
    Type Description
    string
    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
    bool
    View Source

    UtterenceText

    The utterence text requested to be spoken

    Declaration
    public string UtterenceText { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX