public static interface EvaluateSessionRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<EvaluateSessionRequest.Builder,EvaluateSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
EvaluateSessionRequest.Builder |
domainId(String domainId)
The identifier of the domain where the session started.
|
EvaluateSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EvaluateSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EvaluateSessionRequest.Builder |
sessionNameOrId(String sessionNameOrId)
The session identifier, or name of the session, that you want to evaluate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluateSessionRequest.Builder domainId(String domainId)
The identifier of the domain where the session started.
domainId - The identifier of the domain where the session started.EvaluateSessionRequest.Builder sessionNameOrId(String sessionNameOrId)
The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this is the Contact-Id.
sessionNameOrId - The session identifier, or name of the session, that you want to evaluate. In Voice ID integration,
this is the Contact-Id.EvaluateSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEvaluateSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.