Interface AppDefinitionInput.Builder

    • Method Detail

      • cards

        AppDefinitionInput.Builder cards​(Collection<CardInput> cards)

        The cards that make up the Q App definition.

        Parameters:
        cards - The cards that make up the Q App definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cards

        AppDefinitionInput.Builder cards​(CardInput... cards)

        The cards that make up the Q App definition.

        Parameters:
        cards - The cards that make up the Q App definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initialPrompt

        AppDefinitionInput.Builder initialPrompt​(String initialPrompt)

        The initial prompt displayed when the Q App is started.

        Parameters:
        initialPrompt - The initial prompt displayed when the Q App is started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.