public static interface Text.Builder extends SdkPojo, CopyableBuilder<Text.Builder,Text>
| Modifier and Type | Method and Description |
|---|---|
Text.Builder |
locale(Locale locale)
The locale of the text message.
|
Text.Builder |
locale(String locale)
The locale of the text message.
|
Text.Builder |
value(String value)
The value of the text message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildText.Builder locale(String locale)
The locale of the text message. Currently, en-US is supported.
Text.Builder locale(Locale locale)
The locale of the text message. Currently, en-US is supported.
Text.Builder value(String value)
The value of the text message.
value - The value of the text message.Copyright © 2021. All rights reserved.