Interface SlotDefaultValueSpecification.Builder

    • Method Detail

      • defaultValueList

        SlotDefaultValueSpecification.Builder defaultValueList​(Collection<SlotDefaultValue> defaultValueList)

        A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.

        Parameters:
        defaultValueList - A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValueList

        SlotDefaultValueSpecification.Builder defaultValueList​(SlotDefaultValue... defaultValueList)

        A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.

        Parameters:
        defaultValueList - A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.