Interface ChoiceContent.Builder

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

public static interface ChoiceContent.Builder extends SdkPojo, CopyableBuilder<ChoiceContent.Builder,ChoiceContent>
  • Method Details

    • displayText

      ChoiceContent.Builder displayText(String displayText)

      The display text for the choice content.

      Parameters:
      displayText - The display text for the choice content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      The URL for the choice content.

      Parameters:
      url - The URL for the choice content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.