Interface BuiltinIntentMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>, SdkBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>, SdkPojo
Enclosing class:
BuiltinIntentMetadata

public static interface BuiltinIntentMetadata.Builder extends SdkPojo, CopyableBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata>
  • 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.