Interface BuiltinSlotTypeMetadata.Builder

    • Method Detail

      • signature

        BuiltinSlotTypeMetadata.Builder signature​(String signature)

        A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.

        Parameters:
        signature - A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedLocalesWithStrings

        BuiltinSlotTypeMetadata.Builder supportedLocalesWithStrings​(Collection<String> supportedLocales)

        A list of target locales for the slot.

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

        BuiltinSlotTypeMetadata.Builder supportedLocalesWithStrings​(String... supportedLocales)

        A list of target locales for the slot.

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

        BuiltinSlotTypeMetadata.Builder supportedLocales​(Collection<Locale> supportedLocales)

        A list of target locales for the slot.

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

        BuiltinSlotTypeMetadata.Builder supportedLocales​(Locale... supportedLocales)

        A list of target locales for the slot.

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