Interface AudioResponseEvent.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AudioResponseEvent.Builder,,AudioResponseEvent> SdkBuilder<AudioResponseEvent.Builder,,AudioResponseEvent> SdkPojo
- All Known Subinterfaces:
 DefaultAudioResponseEvent.Builder
- Enclosing class:
 AudioResponseEvent
@Mutable
@NotThreadSafe
public static interface AudioResponseEvent.Builder
extends SdkPojo, CopyableBuilder<AudioResponseEvent.Builder,AudioResponseEvent> 
- 
Method Summary
Modifier and TypeMethodDescriptionaudioChunk(SdkBytes audioChunk) A chunk of the audio to play.contentType(String contentType) The encoding of the audio chunk.A unique identifier of the event sent by Amazon Lex V2.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
- 
audioChunk
A chunk of the audio to play.
- Parameters:
 audioChunk- A chunk of the audio to play.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
contentType
The encoding of the audio chunk. This is the same as the encoding configure in the
contentTypefield of theConfigurationEvent.- Parameters:
 contentType- The encoding of the audio chunk. This is the same as the encoding configure in thecontentTypefield of theConfigurationEvent.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
eventId
A unique identifier of the event sent by Amazon Lex V2. The identifier is in the form
RESPONSE-N, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.- Parameters:
 eventId- A unique identifier of the event sent by Amazon Lex V2. The identifier is in the formRESPONSE-N, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -