Interface RcsReplyAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RcsReplyAction.Builder,,RcsReplyAction> SdkBuilder<RcsReplyAction.Builder,,RcsReplyAction> SdkPojo
- Enclosing class:
RcsReplyAction
@Mutable
@NotThreadSafe
public static interface RcsReplyAction.Builder
extends SdkPojo, CopyableBuilder<RcsReplyAction.Builder,RcsReplyAction>
-
Method Summary
Modifier and TypeMethodDescriptionpostbackData(String postbackData) The postback data sent to your webhook when the user taps this reply.The display text of the suggested reply.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
text
The display text of the suggested reply. Maximum 25 characters.
- Parameters:
text- The display text of the suggested reply. Maximum 25 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postbackData
The postback data sent to your webhook when the user taps this reply. Maximum 2048 characters.
- Parameters:
postbackData- The postback data sent to your webhook when the user taps this reply. Maximum 2048 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-