Interface EvaluateSessionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<EvaluateSessionRequest.Builder,,EvaluateSessionRequest> SdkBuilder<EvaluateSessionRequest.Builder,,EvaluateSessionRequest> SdkPojo,SdkRequest.Builder,VoiceIdRequest.Builder
- Enclosing class:
EvaluateSessionRequest
public static interface EvaluateSessionRequest.Builder
extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<EvaluateSessionRequest.Builder,EvaluateSessionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the domain where the session started.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sessionNameOrId(String sessionNameOrId) The session identifier, or name of the session, that you want to evaluate.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.voiceid.model.VoiceIdRequest.Builder
build
-
Method Details
-
domainId
The identifier of the domain where the session started.
- Parameters:
domainId- The identifier of the domain where the session started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionNameOrId
The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this is the Contact-Id.
- Parameters:
sessionNameOrId- The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this is the Contact-Id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
EvaluateSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
EvaluateSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-