Interface BuiltinIntentMetadata.Builder

  • Method Details

    • signature

      BuiltinIntentMetadata.Builder signature(String signature)

      A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

      Parameters:
      signature - A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedLocalesWithStrings

      BuiltinIntentMetadata.Builder supportedLocalesWithStrings(Collection<String> supportedLocales)

      A list of identifiers for the locales that the intent supports.

      Parameters:
      supportedLocales - A list of identifiers for the locales that the intent supports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedLocalesWithStrings

      BuiltinIntentMetadata.Builder supportedLocalesWithStrings(String... supportedLocales)

      A list of identifiers for the locales that the intent supports.

      Parameters:
      supportedLocales - A list of identifiers for the locales that the intent supports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedLocales

      BuiltinIntentMetadata.Builder supportedLocales(Collection<Locale> supportedLocales)

      A list of identifiers for the locales that the intent supports.

      Parameters:
      supportedLocales - A list of identifiers for the locales that the intent supports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedLocales

      BuiltinIntentMetadata.Builder supportedLocales(Locale... supportedLocales)

      A list of identifiers for the locales that the intent supports.

      Parameters:
      supportedLocales - A list of identifiers for the locales that the intent supports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.