Interface DeleteUtterancesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>,LexModelsV2Request.Builder,SdkBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteUtterancesRequest
public static interface DeleteUtterancesRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteUtterancesRequest.BuilderbotId(String botId)The unique identifier of the bot that contains the utterances.DeleteUtterancesRequest.BuilderlocaleId(String localeId)The identifier of the language and locale where the utterances were collected.DeleteUtterancesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteUtterancesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteUtterancesRequest.BuildersessionId(String sessionId)The unique identifier of the session with the user.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botId
DeleteUtterancesRequest.Builder botId(String botId)
The unique identifier of the bot that contains the utterances.
- Parameters:
botId- The unique identifier of the bot that contains the utterances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
DeleteUtterancesRequest.Builder localeId(String localeId)
The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.
- Parameters:
localeId- The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
DeleteUtterancesRequest.Builder sessionId(String sessionId)
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
- Parameters:
sessionId- The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteUtterancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteUtterancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-