Interface WhatsAppInteractiveMessageBuilder.SectionRowBuilder
- All Known Implementing Classes:
WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl
- Enclosing interface:
- WhatsAppInteractiveMessageBuilder
public static interface WhatsAppInteractiveMessageBuilder.SectionRowBuilder
Builder for building a row in a section for list interactive messages.
-
Method Summary
Modifier and TypeMethodDescriptionaddRow()
Add the previously configured row.description
(String description) The user visible description of the row.The unique identifier of the row.The user visible text in the row.
-
Method Details
-
id
The unique identifier of the row. This will be returned by WhatsApp when the user selects this row.- Parameters:
id
- the row unique identifier- See Also:
-
title
The user visible text in the row.- Parameters:
title
- the row content- See Also:
-
description
The user visible description of the row.- Parameters:
description
- the row description- See Also:
-
addRow
Add the previously configured row. If not invoked then the rest of theWhatsAppInteractiveMessageBuilder.SectionRowBuilder
operations are a noop.
-