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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
audioChunkA 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.
 
- 
contentTypeThe 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 the- contentTypefield of the- ConfigurationEvent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventIdA 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 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-