Uses of Interface
software.amazon.awssdk.services.connect.model.CreateVocabularyRequest.Builder
-
Packages that use CreateVocabularyRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of CreateVocabularyRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type CreateVocabularyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateVocabularyResponse>ConnectAsyncClient. createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)Creates a custom vocabulary associated with your Amazon Connect instance.default CreateVocabularyResponseConnectClient. createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)Creates a custom vocabulary associated with your Amazon Connect instance. -
Uses of CreateVocabularyRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CreateVocabularyRequest.Builder Modifier and Type Method Description static CreateVocabularyRequest.BuilderCreateVocabularyRequest. builder()CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. content(String content)The content of the custom vocabulary in plain-text format with a table of values.CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. languageCode(String languageCode)The language code of the vocabulary entries.CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. languageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. tags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.CreateVocabularyRequest.BuilderCreateVocabularyRequest. toBuilder()CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. vocabularyName(String vocabularyName)A unique name of the custom vocabulary.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CreateVocabularyRequest.Builder Modifier and Type Method Description static Class<? extends CreateVocabularyRequest.Builder>CreateVocabularyRequest. serializableBuilderClass()
-