Interface RcsDialPhoneAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RcsDialPhoneAction.Builder,,RcsDialPhoneAction> SdkBuilder<RcsDialPhoneAction.Builder,,RcsDialPhoneAction> SdkPojo
- Enclosing class:
RcsDialPhoneAction
@Mutable
@NotThreadSafe
public static interface RcsDialPhoneAction.Builder
extends SdkPojo, CopyableBuilder<RcsDialPhoneAction.Builder,RcsDialPhoneAction>
-
Method Summary
Modifier and TypeMethodDescriptionphoneNumber(String phoneNumber) The phone number to dial in E.164 format.postbackData(String postbackData) The postback data sent to your webhook when the user taps this action.The display text of the action.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 action. Maximum 25 characters.
- Parameters:
text- The display text of the action. 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 action. Maximum 2048 characters.
- Parameters:
postbackData- The postback data sent to your webhook when the user taps this action. Maximum 2048 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
The phone number to dial in E.164 format.
- Parameters:
phoneNumber- The phone number to dial in E.164 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-