Represents a set of AGI response arguments

Constructors

Methods

  • Adds a new argument to the set

    Parameters

    • key: string
    • value: string | number | boolean

    Returns void

  • Retrieves the request key as a boolean

    Parameters

    • key: string

    Returns boolean

  • Retrieves the requested key from a character code

    Parameters

    • key: string

    Returns string

  • Retrieves the value from the arguments that has no key, if it exists

    Returns string

  • Retrieves the requested key as a number

    Parameters

    • key: string

    Returns number

  • Retrieves the requested key as a string

    Parameters

    • key: string

    Returns string