public static interface Content.Builder extends SdkPojo, CopyableBuilder<Content.Builder,Content>
| Modifier and Type | Method and Description |
|---|---|
Content.Builder |
audioList(Audio... audioList)
The list of audio messages.
|
Content.Builder |
audioList(Collection<Audio> audioList)
The list of audio messages.
|
Content.Builder |
audioList(Consumer<Audio.Builder>... audioList)
The list of audio messages.
|
Content.Builder |
ssmlList(Collection<Ssml> ssmlList)
The list of SSML messages.
|
Content.Builder |
ssmlList(Consumer<Ssml.Builder>... ssmlList)
The list of SSML messages.
|
Content.Builder |
ssmlList(Ssml... ssmlList)
The list of SSML messages.
|
Content.Builder |
textList(Collection<Text> textList)
The list of text messages.
|
Content.Builder |
textList(Consumer<Text.Builder>... textList)
The list of text messages.
|
Content.Builder |
textList(Text... textList)
The list of text messages.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContent.Builder textList(Collection<Text> textList)
The list of text messages.
textList - The list of text messages.Content.Builder textList(Text... textList)
The list of text messages.
textList - The list of text messages.Content.Builder textList(Consumer<Text.Builder>... textList)
The list of text messages.
This is a convenience method that creates an instance of theText.Builder avoiding the need to create one
manually via Text.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #textList(List.
textList - a consumer that will call methods on
Text.Builder#textList(java.util.Collection) Content.Builder ssmlList(Collection<Ssml> ssmlList)
The list of SSML messages.
ssmlList - The list of SSML messages.Content.Builder ssmlList(Ssml... ssmlList)
The list of SSML messages.
ssmlList - The list of SSML messages.Content.Builder ssmlList(Consumer<Ssml.Builder>... ssmlList)
The list of SSML messages.
This is a convenience method that creates an instance of theSsml.Builder avoiding the need to create one
manually via Ssml.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #ssmlList(List.
ssmlList - a consumer that will call methods on
Ssml.Builder#ssmlList(java.util.Collection) Content.Builder audioList(Collection<Audio> audioList)
The list of audio messages.
audioList - The list of audio messages.Content.Builder audioList(Audio... audioList)
The list of audio messages.
audioList - The list of audio messages.Content.Builder audioList(Consumer<Audio.Builder>... audioList)
The list of audio messages.
This is a convenience method that creates an instance of theAudio.Builder avoiding the need to create one
manually via Audio.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #audioList(List.
audioList - a consumer that will call methods on
Audio.Builder#audioList(java.util.CollectionCopyright © 2023. All rights reserved.