.NET SDK Documentation

    Show / Hide Table of Contents

    Class WakeWordEndEventArgs

    Wake word end event args. This is sent when the response (and potential intent) is received from the cloud. This is sent before the UserIntent event (if any).

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    WakeWordEventArgs
    WakeWordEndEventArgs
    Inherited Members
    WakeWordEventArgs.WakeWordEventType
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class WakeWordEndEventArgs : WakeWordEventArgs

    Properties

    | Improve this Doc View Source

    IntentHeard

    Gets a value indicating whether the intent was heard. True if a sentence was recognized with an associated intent; false otherwise.

    public bool IntentHeard { get; }
    Property Type
    Boolean
    | Improve this Doc View Source

    IntentJson

    Gets the intent and parameters as a JSON formatted string. This is empty if an intent was not heard (IntentHeard is false), or if the client does not have control. In the later case, a UserIntent event with the intent JSON data will be sent.

    public string IntentJson { get; }
    Property Type
    String

    See Also

    EventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables