AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Interface for accessing 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.

Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.

There are limits to the number of Amazon Connect resources that you can create. There are also limits to the number of requests that you can make per second. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.

You can connect programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see Amazon Connect Endpoints.

Inheritance Hierarchy

Amazon.Connect.IAmazonConnect

Namespace: Amazon.Connect
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public interface IAmazonConnect
         IAmazonService, IDisposable

The IAmazonConnect type exposes the following members

Properties

NameTypeDescription
Public Property Paginators Amazon.Connect.Model.IConnectPaginatorFactory

Paginators for the service

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method ActivateEvaluationForm(ActivateEvaluationFormRequest)

Activates an evaluation form in the specified Amazon Connect instance. After the evaluation form is activated, it is available to start new evaluations based on the form.

Public Method ActivateEvaluationFormAsync(ActivateEvaluationFormRequest, CancellationToken)

Activates an evaluation form in the specified Amazon Connect instance. After the evaluation form is activated, it is available to start new evaluations based on the form.

Public Method AssociateAnalyticsDataSet(AssociateAnalyticsDataSetRequest)

This API is in preview release for Amazon Connect and is subject to change.

Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call.

Public Method AssociateAnalyticsDataSetAsync(AssociateAnalyticsDataSetRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call.

Public Method AssociateApprovedOrigin(AssociateApprovedOriginRequest)

This API is in preview release for Amazon Connect and is subject to change.

Associates an approved origin to an Amazon Connect instance.

Public Method AssociateApprovedOriginAsync(AssociateApprovedOriginRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Associates an approved origin to an Amazon Connect instance.

Public Method AssociateBot(AssociateBotRequest)

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.

Public Method AssociateBotAsync(AssociateBotRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.

Public Method AssociateDefaultVocabulary(AssociateDefaultVocabularyRequest)

Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.

Public Method AssociateDefaultVocabularyAsync(AssociateDefaultVocabularyRequest, CancellationToken)

Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.

Public Method AssociateFlow(AssociateFlowRequest)

Associates a connect resource to a flow.

Public Method AssociateFlowAsync(AssociateFlowRequest, CancellationToken)

Associates a connect resource to a flow.

Public Method AssociateInstanceStorageConfig(AssociateInstanceStorageConfigRequest)

This API is in preview release for Amazon Connect and is subject to change.

Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts.

This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.

Public Method AssociateInstanceStorageConfigAsync(AssociateInstanceStorageConfigRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts.

This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.

Public Method AssociateLambdaFunction(AssociateLambdaFunctionRequest)

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Lambda function.

Public Method AssociateLambdaFunctionAsync(AssociateLambdaFunctionRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Lambda function.

Public Method AssociateLexBot(AssociateLexBotRequest)

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Amazon Lex V1 bot. This API only supports the association of Amazon Lex V1 bots.

Public Method AssociateLexBotAsync(AssociateLexBotRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Amazon Lex V1 bot. This API only supports the association of Amazon Lex V1 bots.

Public Method AssociatePhoneNumberContactFlow(AssociatePhoneNumberContactFlowRequest)

Associates a flow with a phone number claimed to your Amazon Connect instance.

If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

Public Method AssociatePhoneNumberContactFlowAsync(AssociatePhoneNumberContactFlowRequest, CancellationToken)

Associates a flow with a phone number claimed to your Amazon Connect instance.

If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

Public Method AssociateQueueQuickConnects(AssociateQueueQuickConnectsRequest)

This API is in preview release for Amazon Connect and is subject to change.

Associates a set of quick connects with a queue.

Public Method AssociateQueueQuickConnectsAsync(AssociateQueueQuickConnectsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Associates a set of quick connects with a queue.

Public Method AssociateRoutingProfileQueues(AssociateRoutingProfileQueuesRequest)

Associates a set of queues with a routing profile.

Public Method AssociateRoutingProfileQueuesAsync(AssociateRoutingProfileQueuesRequest, CancellationToken)

Associates a set of queues with a routing profile.

Public Method AssociateSecurityKey(AssociateSecurityKeyRequest)

This API is in preview release for Amazon Connect and is subject to change.

Associates a security key to the instance.

Public Method AssociateSecurityKeyAsync(AssociateSecurityKeyRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Associates a security key to the instance.

Public Method AssociateTrafficDistributionGroupUser(AssociateTrafficDistributionGroupUserRequest)

Associates an agent with a traffic distribution group.

Public Method AssociateTrafficDistributionGroupUserAsync(AssociateTrafficDistributionGroupUserRequest, CancellationToken)

Associates an agent with a traffic distribution group.

Public Method AssociateUserProficiencies(AssociateUserProficienciesRequest)

>Associates a set of proficiencies with a user.

Public Method AssociateUserProficienciesAsync(AssociateUserProficienciesRequest, CancellationToken)

>Associates a set of proficiencies with a user.

Public Method BatchAssociateAnalyticsDataSet(BatchAssociateAnalyticsDataSetRequest)

This API is in preview release for Amazon Connect and is subject to change.

Associates a list of analytics datasets for a given Amazon Connect instance to a target account. You can associate multiple datasets in a single call.

Public Method BatchAssociateAnalyticsDataSetAsync(BatchAssociateAnalyticsDataSetRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Associates a list of analytics datasets for a given Amazon Connect instance to a target account. You can associate multiple datasets in a single call.

Public Method BatchDisassociateAnalyticsDataSet(BatchDisassociateAnalyticsDataSetRequest)

This API is in preview release for Amazon Connect and is subject to change.

Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call.

Public Method BatchDisassociateAnalyticsDataSetAsync(BatchDisassociateAnalyticsDataSetRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call.

Public Method BatchGetFlowAssociation(BatchGetFlowAssociationRequest)

Retrieve the flow associations for the given resources.

Public Method BatchGetFlowAssociationAsync(BatchGetFlowAssociationRequest, CancellationToken)

Retrieve the flow associations for the given resources.

Public Method BatchPutContact(BatchPutContactRequest)

Only the Amazon Connect outbound campaigns service principal is allowed to assume a role in your account and call this API.

Allows you to create a batch of contacts in Amazon Connect. The outbound campaigns capability ingests dial requests via the PutDialRequestBatch API. It then uses BatchPutContact to create contacts corresponding to those dial requests. If agents are available, the dial requests are dialed out, which results in a voice call. The resulting voice call uses the same contactId that was created by BatchPutContact.

Public Method BatchPutContactAsync(BatchPutContactRequest, CancellationToken)

Only the Amazon Connect outbound campaigns service principal is allowed to assume a role in your account and call this API.

Allows you to create a batch of contacts in Amazon Connect. The outbound campaigns capability ingests dial requests via the PutDialRequestBatch API. It then uses BatchPutContact to create contacts corresponding to those dial requests. If agents are available, the dial requests are dialed out, which results in a voice call. The resulting voice call uses the same contactId that was created by BatchPutContact.

Public Method ClaimPhoneNumber(ClaimPhoneNumberRequest)

Claims an available phone number to your Amazon Connect instance or traffic distribution group. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance or traffic distribution group was created.

For more information about how to use this operation, see Claim a phone number in your country and Claim phone numbers to traffic distribution groups in the Amazon Connect Administrator Guide.

You can call the SearchAvailablePhoneNumbers API for available phone numbers that you can claim. Call the DescribePhoneNumber API to verify the status of a previous ClaimPhoneNumber operation.

If you plan to claim and release numbers frequently during a 30 day period, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until 30 days past the oldest number released has expired.

By default you can claim and release up to 200% of your maximum number of active phone numbers during any 30 day period. If you claim and release phone numbers using the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 30 days past the oldest number released has expired.

For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.

Public Method ClaimPhoneNumberAsync(ClaimPhoneNumberRequest, CancellationToken)

Claims an available phone number to your Amazon Connect instance or traffic distribution group. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance or traffic distribution group was created.

For more information about how to use this operation, see Claim a phone number in your country and Claim phone numbers to traffic distribution groups in the Amazon Connect Administrator Guide.

You can call the SearchAvailablePhoneNumbers API for available phone numbers that you can claim. Call the DescribePhoneNumber API to verify the status of a previous ClaimPhoneNumber operation.

If you plan to claim and release numbers frequently during a 30 day period, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until 30 days past the oldest number released has expired.

By default you can claim and release up to 200% of your maximum number of active phone numbers during any 30 day period. If you claim and release phone numbers using the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 30 days past the oldest number released has expired.

For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.

Public Method CreateAgentStatus(CreateAgentStatusRequest)

This API is in preview release for Amazon Connect and is subject to change.

Creates an agent status for the specified Amazon Connect instance.

Public Method CreateAgentStatusAsync(CreateAgentStatusRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Creates an agent status for the specified Amazon Connect instance.

Public Method CreateContactFlow(CreateContactFlowRequest)

Creates a flow for the specified Amazon Connect instance.

You can also create and update flows using the Amazon Connect Flow language.

Public Method CreateContactFlowAsync(CreateContactFlowRequest, CancellationToken)

Creates a flow for the specified Amazon Connect instance.

You can also create and update flows using the Amazon Connect Flow language.

Public Method CreateContactFlowModule(CreateContactFlowModuleRequest)

Creates a flow module for the specified Amazon Connect instance.

Public Method CreateContactFlowModuleAsync(CreateContactFlowModuleRequest, CancellationToken)

Creates a flow module for the specified Amazon Connect instance.

Public Method CreateEvaluationForm(CreateEvaluationFormRequest)

Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form.

Public Method CreateEvaluationFormAsync(CreateEvaluationFormRequest, CancellationToken)

Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form.

Public Method CreateHoursOfOperation(CreateHoursOfOperationRequest)

This API is in preview release for Amazon Connect and is subject to change.

Creates hours of operation.

Public Method CreateHoursOfOperationAsync(CreateHoursOfOperationRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Creates hours of operation.

Public Method CreateInstance(CreateInstanceRequest)

This API is in preview release for Amazon Connect and is subject to change.

Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect.

Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.

Public Method CreateInstanceAsync(CreateInstanceRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect.

Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.

Public Method CreateIntegrationAssociation(CreateIntegrationAssociationRequest)

Creates an Amazon Web Services resource association with an Amazon Connect instance.

Public Method CreateIntegrationAssociationAsync(CreateIntegrationAssociationRequest, CancellationToken)

Creates an Amazon Web Services resource association with an Amazon Connect instance.

Public Method CreateParticipant(CreateParticipantRequest)

Adds a new participant into an on-going chat contact. For more information, see Customize chat flow experiences by integrating custom participants.

Public Method CreateParticipantAsync(CreateParticipantRequest, CancellationToken)

Adds a new participant into an on-going chat contact. For more information, see Customize chat flow experiences by integrating custom participants.

Public Method CreatePersistentContactAssociation(CreatePersistentContactAssociationRequest)

Enables rehydration of chats for the lifespan of a contact. For more information about chat rehydration, see Enable persistent chat in the Amazon Connect Administrator Guide.

Public Method CreatePersistentContactAssociationAsync(CreatePersistentContactAssociationRequest, CancellationToken)

Enables rehydration of chats for the lifespan of a contact. For more information about chat rehydration, see Enable persistent chat in the Amazon Connect Administrator Guide.

Public Method CreatePredefinedAttribute(CreatePredefinedAttributeRequest)

Creates a new predefined attribute for the specified Amazon Connect instance.

Public Method CreatePredefinedAttributeAsync(CreatePredefinedAttributeRequest, CancellationToken)

Creates a new predefined attribute for the specified Amazon Connect instance.

Public Method CreatePrompt(CreatePromptRequest)

Creates a prompt. For more information about prompts, such as supported file types and maximum length, see Create prompts in the Amazon Connect Administrator's Guide.

Public Method CreatePromptAsync(CreatePromptRequest, CancellationToken)

Creates a prompt. For more information about prompts, such as supported file types and maximum length, see Create prompts in the Amazon Connect Administrator's Guide.

Public Method CreateQueue(CreateQueueRequest)

This API is in preview release for Amazon Connect and is subject to change.

Creates a new queue for the specified Amazon Connect instance.

  • If the phone number is claimed to a traffic distribution group that was created in the same Region as the Amazon Connect instance where you are calling this API, then you can use a full phone number ARN or a UUID for OutboundCallerIdNumberId. However, if the phone number is claimed to a traffic distribution group that is in one Region, and you are calling this API from an instance in another Amazon Web Services Region that is associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

  • Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.

  • If you plan to use IAM policies to allow/deny access to this API for phone number resources claimed to a traffic distribution group, see Allow or Deny queue API actions for phone numbers in a replica Region.

Public Method CreateQueueAsync(CreateQueueRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Creates a new queue for the specified Amazon Connect instance.

  • If the phone number is claimed to a traffic distribution group that was created in the same Region as the Amazon Connect instance where you are calling this API, then you can use a full phone number ARN or a UUID for OutboundCallerIdNumberId. However, if the phone number is claimed to a traffic distribution group that is in one Region, and you are calling this API from an instance in another Amazon Web Services Region that is associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

  • Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.

  • If you plan to use IAM policies to allow/deny access to this API for phone number resources claimed to a traffic distribution group, see Allow or Deny queue API actions for phone numbers in a replica Region.

Public Method CreateQuickConnect(CreateQuickConnectRequest)

Creates a quick connect for the specified Amazon Connect instance.

Public Method CreateQuickConnectAsync(CreateQuickConnectRequest, CancellationToken)

Creates a quick connect for the specified Amazon Connect instance.

Public Method CreateRoutingProfile(CreateRoutingProfileRequest)

Creates a new routing profile.

Public Method CreateRoutingProfileAsync(CreateRoutingProfileRequest, CancellationToken)

Creates a new routing profile.

Public Method CreateRule(CreateRuleRequest)

Creates a rule for the specified Amazon Connect instance.

Use the Rules Function language to code conditions for the rule.

Public Method CreateRuleAsync(CreateRuleRequest, CancellationToken)

Creates a rule for the specified Amazon Connect instance.

Use the Rules Function language to code conditions for the rule.

Public Method CreateSecurityProfile(CreateSecurityProfileRequest)

Creates a security profile.

Public Method CreateSecurityProfileAsync(CreateSecurityProfileRequest, CancellationToken)

Creates a security profile.

Public Method CreateTaskTemplate(CreateTaskTemplateRequest)

Creates a new task template in the specified Amazon Connect instance.

Public Method CreateTaskTemplateAsync(CreateTaskTemplateRequest, CancellationToken)

Creates a new task template in the specified Amazon Connect instance.

Public Method CreateTrafficDistributionGroup(CreateTrafficDistributionGroupRequest)

Creates a traffic distribution group given an Amazon Connect instance that has been replicated.

The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned.

For more information about creating traffic distribution groups, see Set up traffic distribution groups in the Amazon Connect Administrator Guide.

Public Method CreateTrafficDistributionGroupAsync(CreateTrafficDistributionGroupRequest, CancellationToken)

Creates a traffic distribution group given an Amazon Connect instance that has been replicated.

The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned.

For more information about creating traffic distribution groups, see Set up traffic distribution groups in the Amazon Connect Administrator Guide.

Public Method CreateUseCase(CreateUseCaseRequest)

Creates a use case for an integration association.

Public Method CreateUseCaseAsync(CreateUseCaseRequest, CancellationToken)

Creates a use case for an integration association.

Public Method CreateUser(CreateUserRequest)

Creates a user account for the specified Amazon Connect instance.

Certain UserIdentityInfo parameters are required in some situations. For example, Email is required if you are using SAML for identity management. FirstName and LastName are required if you are using Amazon Connect or SAML for identity management.

For information about how to create users using the Amazon Connect admin website, see Add Users in the Amazon Connect Administrator Guide.

Public Method CreateUserAsync(CreateUserRequest, CancellationToken)

Creates a user account for the specified Amazon Connect instance.

Certain UserIdentityInfo parameters are required in some situations. For example, Email is required if you are using SAML for identity management. FirstName and LastName are required if you are using Amazon Connect or SAML for identity management.

For information about how to create users using the Amazon Connect admin website, see Add Users in the Amazon Connect Administrator Guide.

Public Method CreateUserHierarchyGroup(CreateUserHierarchyGroupRequest)

Creates a new user hierarchy group.

Public Method CreateUserHierarchyGroupAsync(CreateUserHierarchyGroupRequest, CancellationToken)

Creates a new user hierarchy group.

Public Method CreateView(CreateViewRequest)

Creates a new view with the possible status of SAVED or PUBLISHED.

The views will have a unique name for each connect instance.

It performs basic content validation if the status is SAVED or full content validation if the status is set to PUBLISHED. An error is returned if validation fails. It associates either the $SAVED qualifier or both of the $SAVED and $LATEST qualifiers with the provided view content based on the status. The view is idempotent if ClientToken is provided.

Public Method CreateViewAsync(CreateViewRequest, CancellationToken)

Creates a new view with the possible status of SAVED or PUBLISHED.

The views will have a unique name for each connect instance.

It performs basic content validation if the status is SAVED or full content validation if the status is set to PUBLISHED. An error is returned if validation fails. It associates either the $SAVED qualifier or both of the $SAVED and $LATEST qualifiers with the provided view content based on the status. The view is idempotent if ClientToken is provided.

Public Method CreateViewVersion(CreateViewVersionRequest)

Publishes a new version of the view identifier.

Versions are immutable and monotonically increasing.

It returns the highest version if there is no change in content compared to that version. An error is displayed if the supplied ViewContentSha256 is different from the ViewContentSha256 of the $LATEST alias.

Public Method CreateViewVersionAsync(CreateViewVersionRequest, CancellationToken)

Publishes a new version of the view identifier.

Versions are immutable and monotonically increasing.

It returns the highest version if there is no change in content compared to that version. An error is displayed if the supplied ViewContentSha256 is different from the ViewContentSha256 of the $LATEST alias.

Public Method CreateVocabulary(CreateVocabularyRequest)

Creates a custom vocabulary associated with your Amazon Connect instance. You can set a custom vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default vocabulary in post-call and real-time contact analysis sessions for that language.

Public Method CreateVocabularyAsync(CreateVocabularyRequest, CancellationToken)

Creates a custom vocabulary associated with your Amazon Connect instance. You can set a custom vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default vocabulary in post-call and real-time contact analysis sessions for that language.

Public Method DeactivateEvaluationForm(DeactivateEvaluationFormRequest)

Deactivates an evaluation form in the specified Amazon Connect instance. After a form is deactivated, it is no longer available for users to start new evaluations based on the form.

Public Method DeactivateEvaluationFormAsync(DeactivateEvaluationFormRequest, CancellationToken)

Deactivates an evaluation form in the specified Amazon Connect instance. After a form is deactivated, it is no longer available for users to start new evaluations based on the form.

Public Method DeleteContactEvaluation(DeleteContactEvaluationRequest)

Deletes a contact evaluation in the specified Amazon Connect instance.

Public Method DeleteContactEvaluationAsync(DeleteContactEvaluationRequest, CancellationToken)

Deletes a contact evaluation in the specified Amazon Connect instance.

Public Method DeleteContactFlow(DeleteContactFlowRequest)

Deletes a flow for the specified Amazon Connect instance.

Public Method DeleteContactFlowAsync(DeleteContactFlowRequest, CancellationToken)

Deletes a flow for the specified Amazon Connect instance.

Public Method DeleteContactFlowModule(DeleteContactFlowModuleRequest)

Deletes the specified flow module.

Public Method DeleteContactFlowModuleAsync(DeleteContactFlowModuleRequest, CancellationToken)

Deletes the specified flow module.

Public Method DeleteEvaluationForm(DeleteEvaluationFormRequest)

Deletes an evaluation form in the specified Amazon Connect instance.

  • If the version property is provided, only the specified version of the evaluation form is deleted.

  • If no version is provided, then the full form (all versions) is deleted.

Public Method DeleteEvaluationFormAsync(DeleteEvaluationFormRequest, CancellationToken)

Deletes an evaluation form in the specified Amazon Connect instance.

  • If the version property is provided, only the specified version of the evaluation form is deleted.

  • If no version is provided, then the full form (all versions) is deleted.

Public Method DeleteHoursOfOperation(DeleteHoursOfOperationRequest)

This API is in preview release for Amazon Connect and is subject to change.

Deletes an hours of operation.

Public Method DeleteHoursOfOperationAsync(DeleteHoursOfOperationRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Deletes an hours of operation.

Public Method DeleteInstance(DeleteInstanceRequest)

This API is in preview release for Amazon Connect and is subject to change.

Deletes the Amazon Connect instance.

Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.

Public Method DeleteInstanceAsync(DeleteInstanceRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Deletes the Amazon Connect instance.

Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.

Public Method DeleteIntegrationAssociation(DeleteIntegrationAssociationRequest)

Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.

Public Method DeleteIntegrationAssociationAsync(DeleteIntegrationAssociationRequest, CancellationToken)

Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.

Public Method DeletePredefinedAttribute(DeletePredefinedAttributeRequest)

Deletes a predefined attribute from the specified Amazon Connect instance.

Public Method DeletePredefinedAttributeAsync(DeletePredefinedAttributeRequest, CancellationToken)

Deletes a predefined attribute from the specified Amazon Connect instance.

Public Method DeletePrompt(DeletePromptRequest)

Deletes a prompt.

Public Method DeletePromptAsync(DeletePromptRequest, CancellationToken)

Deletes a prompt.

Public Method DeleteQueue(DeleteQueueRequest)

Deletes a queue.

Public Method DeleteQueueAsync(DeleteQueueRequest, CancellationToken)

Deletes a queue.

Public Method DeleteQuickConnect(DeleteQuickConnectRequest)

Deletes a quick connect.

After calling DeleteUser, it's important to call DeleteQuickConnect to delete any records related to the deleted users. This will help you:

  • Avoid dangling resources that impact your service quotas.

  • Remove deleted users so they don't appear to agents as transfer options.

  • Avoid the disruption of other Amazon Connect processes, such as instance replication and syncing if you're using Amazon Connect Global Resiliency.

Public Method DeleteQuickConnectAsync(DeleteQuickConnectRequest, CancellationToken)

Deletes a quick connect.

After calling DeleteUser, it's important to call DeleteQuickConnect to delete any records related to the deleted users. This will help you:

  • Avoid dangling resources that impact your service quotas.

  • Remove deleted users so they don't appear to agents as transfer options.

  • Avoid the disruption of other Amazon Connect processes, such as instance replication and syncing if you're using Amazon Connect Global Resiliency.

Public Method DeleteRoutingProfile(DeleteRoutingProfileRequest)

Deletes a routing profile.

Public Method DeleteRoutingProfileAsync(DeleteRoutingProfileRequest, CancellationToken)

Deletes a routing profile.

Public Method DeleteRule(DeleteRuleRequest)

Deletes a rule for the specified Amazon Connect instance.

Public Method DeleteRuleAsync(DeleteRuleRequest, CancellationToken)

Deletes a rule for the specified Amazon Connect instance.

Public Method DeleteSecurityProfile(DeleteSecurityProfileRequest)

Deletes a security profile.

Public Method DeleteSecurityProfileAsync(DeleteSecurityProfileRequest, CancellationToken)

Deletes a security profile.

Public Method DeleteTaskTemplate(DeleteTaskTemplateRequest)

Deletes the task template.

Public Method DeleteTaskTemplateAsync(DeleteTaskTemplateRequest, CancellationToken)

Deletes the task template.

Public Method DeleteTrafficDistributionGroup(DeleteTrafficDistributionGroupRequest)

Deletes a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.

For more information about deleting traffic distribution groups, see Delete traffic distribution groups in the Amazon Connect Administrator Guide.

Public Method DeleteTrafficDistributionGroupAsync(DeleteTrafficDistributionGroupRequest, CancellationToken)

Deletes a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.

For more information about deleting traffic distribution groups, see Delete traffic distribution groups in the Amazon Connect Administrator Guide.

Public Method DeleteUseCase(DeleteUseCaseRequest)

Deletes a use case from an integration association.

Public Method DeleteUseCaseAsync(DeleteUseCaseRequest, CancellationToken)

Deletes a use case from an integration association.

Public Method DeleteUser(DeleteUserRequest)

Deletes a user account from the specified Amazon Connect instance.

For information about what happens to a user's data when their account is deleted, see Delete Users from Your Amazon Connect Instance in the Amazon Connect Administrator Guide.

After calling DeleteUser, call DeleteQuickConnect to delete any records related to the deleted users. This will help you:

  • Avoid dangling resources that impact your service quotas.

  • Remove deleted users so they don't appear to agents as transfer options.

  • Avoid the disruption of other Amazon Connect processes, such as instance replication and syncing if you're using Amazon Connect Global Resiliency.

Public Method DeleteUserAsync(DeleteUserRequest, CancellationToken)

Deletes a user account from the specified Amazon Connect instance.

For information about what happens to a user's data when their account is deleted, see Delete Users from Your Amazon Connect Instance in the Amazon Connect Administrator Guide.

After calling DeleteUser, call DeleteQuickConnect to delete any records related to the deleted users. This will help you:

  • Avoid dangling resources that impact your service quotas.

  • Remove deleted users so they don't appear to agents as transfer options.

  • Avoid the disruption of other Amazon Connect processes, such as instance replication and syncing if you're using Amazon Connect Global Resiliency.

Public Method DeleteUserHierarchyGroup(DeleteUserHierarchyGroupRequest)

Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.

Public Method DeleteUserHierarchyGroupAsync(DeleteUserHierarchyGroupRequest, CancellationToken)

Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.

Public Method DeleteView(DeleteViewRequest)

Deletes the view entirely. It deletes the view and all associated qualifiers (versions and aliases).

Public Method DeleteViewAsync(DeleteViewRequest, CancellationToken)

Deletes the view entirely. It deletes the view and all associated qualifiers (versions and aliases).

Public Method DeleteViewVersion(DeleteViewVersionRequest)

Deletes the particular version specified in ViewVersion identifier.

Public Method DeleteViewVersionAsync(DeleteViewVersionRequest, CancellationToken)

Deletes the particular version specified in ViewVersion identifier.

Public Method DeleteVocabulary(DeleteVocabularyRequest)

Deletes the vocabulary that has the given identifier.

Public Method DeleteVocabularyAsync(DeleteVocabularyRequest, CancellationToken)

Deletes the vocabulary that has the given identifier.

Public Method DescribeAgentStatus(DescribeAgentStatusRequest)

This API is in preview release for Amazon Connect and is subject to change.

Describes an agent status.

Public Method DescribeAgentStatusAsync(DescribeAgentStatusRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Describes an agent status.

Public Method DescribeContact(DescribeContactRequest)

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified contact.

Contact information remains available in Amazon Connect for 24 months, and then it is deleted.

Only data from November 12, 2021, and later is returned by this API.

Public Method DescribeContactAsync(DescribeContactRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified contact.

Contact information remains available in Amazon Connect for 24 months, and then it is deleted.

Only data from November 12, 2021, and later is returned by this API.

Public Method DescribeContactEvaluation(DescribeContactEvaluationRequest)

Describes a contact evaluation in the specified Amazon Connect instance.

Public Method DescribeContactEvaluationAsync(DescribeContactEvaluationRequest, CancellationToken)

Describes a contact evaluation in the specified Amazon Connect instance.

Public Method DescribeContactFlow(DescribeContactFlowRequest)

Describes the specified flow.

You can also create and update flows using the Amazon Connect Flow language.

Public Method DescribeContactFlowAsync(DescribeContactFlowRequest, CancellationToken)

Describes the specified flow.

You can also create and update flows using the Amazon Connect Flow language.

Public Method DescribeContactFlowModule(DescribeContactFlowModuleRequest)

Describes the specified flow module.

Public Method DescribeContactFlowModuleAsync(DescribeContactFlowModuleRequest, CancellationToken)

Describes the specified flow module.

Public Method DescribeEvaluationForm(DescribeEvaluationFormRequest)

Describes an evaluation form in the specified Amazon Connect instance. If the version property is not provided, the latest version of the evaluation form is described.

Public Method DescribeEvaluationFormAsync(DescribeEvaluationFormRequest, CancellationToken)

Describes an evaluation form in the specified Amazon Connect instance. If the version property is not provided, the latest version of the evaluation form is described.

Public Method DescribeHoursOfOperation(DescribeHoursOfOperationRequest)

This API is in preview release for Amazon Connect and is subject to change.

Describes the hours of operation.

Public Method DescribeHoursOfOperationAsync(DescribeHoursOfOperationRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Describes the hours of operation.

Public Method DescribeInstance(DescribeInstanceRequest)

This API is in preview release for Amazon Connect and is subject to change.

Returns the current state of the specified instance identifier. It tracks the instance while it is being created and returns an error status, if applicable.

If an instance is not created successfully, the instance status reason field returns details relevant to the reason. The instance in a failed state is returned only for 24 hours after the CreateInstance API was invoked.

Public Method DescribeInstanceAsync(DescribeInstanceRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Returns the current state of the specified instance identifier. It tracks the instance while it is being created and returns an error status, if applicable.

If an instance is not created successfully, the instance status reason field returns details relevant to the reason. The instance in a failed state is returned only for 24 hours after the CreateInstance API was invoked.

Public Method DescribeInstanceAttribute(DescribeInstanceAttributeRequest)

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified instance attribute.

Public Method DescribeInstanceAttributeAsync(DescribeInstanceAttributeRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified instance attribute.

Public Method DescribeInstanceStorageConfig(DescribeInstanceStorageConfigRequest)

This API is in preview release for Amazon Connect and is subject to change.

Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.

Public Method DescribeInstanceStorageConfigAsync(DescribeInstanceStorageConfigRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.

Public Method DescribePhoneNumber(DescribePhoneNumberRequest)

Gets details and status of a phone number that’s claimed to your Amazon Connect instance or traffic distribution group.

If the number is claimed to a traffic distribution group, and you are calling in the Amazon Web Services Region where the traffic distribution group was created, you can use either a phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

Public Method DescribePhoneNumberAsync(DescribePhoneNumberRequest, CancellationToken)

Gets details and status of a phone number that’s claimed to your Amazon Connect instance or traffic distribution group.

If the number is claimed to a traffic distribution group, and you are calling in the Amazon Web Services Region where the traffic distribution group was created, you can use either a phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

Public Method DescribePredefinedAttribute(DescribePredefinedAttributeRequest)

Describes a predefined attribute for the specified Amazon Connect instance.

Public Method DescribePredefinedAttributeAsync(DescribePredefinedAttributeRequest, CancellationToken)

Describes a predefined attribute for the specified Amazon Connect instance.

Public Method DescribePrompt(DescribePromptRequest)

Describes the prompt.

Public Method DescribePromptAsync(DescribePromptRequest, CancellationToken)

Describes the prompt.

Public Method DescribeQueue(DescribeQueueRequest)

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified queue.

Public Method DescribeQueueAsync(DescribeQueueRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified queue.

Public Method DescribeQuickConnect(DescribeQuickConnectRequest)

Describes the quick connect.

Public Method DescribeQuickConnectAsync(DescribeQuickConnectRequest, CancellationToken)

Describes the quick connect.

Public Method DescribeRoutingProfile(DescribeRoutingProfileRequest)

Describes the specified routing profile.

Public Method DescribeRoutingProfileAsync(DescribeRoutingProfileRequest, CancellationToken)

Describes the specified routing profile.

Public Method DescribeRule(DescribeRuleRequest)

Describes a rule for the specified Amazon Connect instance.

Public Method DescribeRuleAsync(DescribeRuleRequest, CancellationToken)

Describes a rule for the specified Amazon Connect instance.

Public Method DescribeSecurityProfile(DescribeSecurityProfileRequest)

Gets basic information about the security profle.

Public Method DescribeSecurityProfileAsync(DescribeSecurityProfileRequest, CancellationToken)

Gets basic information about the security profle.

Public Method DescribeTrafficDistributionGroup(DescribeTrafficDistributionGroupRequest)

Gets details and status of a traffic distribution group.

Public Method DescribeTrafficDistributionGroupAsync(DescribeTrafficDistributionGroupRequest, CancellationToken)

Gets details and status of a traffic distribution group.

Public Method DescribeUser(DescribeUserRequest)

Describes the specified user. You can find the instance ID in the Amazon Connect console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.

Public Method DescribeUserAsync(DescribeUserRequest, CancellationToken)

Describes the specified user. You can find the instance ID in the Amazon Connect console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.

Public Method DescribeUserHierarchyGroup(DescribeUserHierarchyGroupRequest)

Describes the specified hierarchy group.

Public Method DescribeUserHierarchyGroupAsync(DescribeUserHierarchyGroupRequest, CancellationToken)

Describes the specified hierarchy group.

Public Method DescribeUserHierarchyStructure(DescribeUserHierarchyStructureRequest)

Describes the hierarchy structure of the specified Amazon Connect instance.

Public Method DescribeUserHierarchyStructureAsync(DescribeUserHierarchyStructureRequest, CancellationToken)

Describes the hierarchy structure of the specified Amazon Connect instance.

Public Method DescribeView(DescribeViewRequest)

Retrieves the view for the specified Amazon Connect instance and view identifier.

The view identifier can be supplied as a ViewId or ARN.

$SAVED needs to be supplied if a view is unpublished.

The view identifier can contain an optional qualifier, for example, :$SAVED, which is either an actual version number or an Amazon Connect managed qualifier $SAVED | $LATEST. If it is not supplied, then $LATEST is assumed for customer managed views and an error is returned if there is no published content available. Version 1 is assumed for Amazon Web Services managed views.

Public Method DescribeViewAsync(DescribeViewRequest, CancellationToken)

Retrieves the view for the specified Amazon Connect instance and view identifier.

The view identifier can be supplied as a ViewId or ARN.

$SAVED needs to be supplied if a view is unpublished.

The view identifier can contain an optional qualifier, for example, :$SAVED, which is either an actual version number or an Amazon Connect managed qualifier $SAVED | $LATEST. If it is not supplied, then $LATEST is assumed for customer managed views and an error is returned if there is no published content available. Version 1 is assumed for Amazon Web Services managed views.

Public Method DescribeVocabulary(DescribeVocabularyRequest)

Describes the specified vocabulary.

Public Method DescribeVocabularyAsync(DescribeVocabularyRequest, CancellationToken)

Describes the specified vocabulary.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method DisassociateAnalyticsDataSet(DisassociateAnalyticsDataSetRequest)

This API is in preview release for Amazon Connect and is subject to change.

Removes the dataset ID associated with a given Amazon Connect instance.

Public Method DisassociateAnalyticsDataSetAsync(DisassociateAnalyticsDataSetRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Removes the dataset ID associated with a given Amazon Connect instance.

Public Method DisassociateApprovedOrigin(DisassociateApprovedOriginRequest)

This API is in preview release for Amazon Connect and is subject to change.

Revokes access to integrated applications from Amazon Connect.

Public Method DisassociateApprovedOriginAsync(DisassociateApprovedOriginRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Revokes access to integrated applications from Amazon Connect.

Public Method DisassociateBot(DisassociateBotRequest)

This API is in preview release for Amazon Connect and is subject to change.

Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot.

Public Method DisassociateBotAsync(DisassociateBotRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot.

Public Method DisassociateFlow(DisassociateFlowRequest)

Disassociates a connect resource from a flow.

Public Method DisassociateFlowAsync(DisassociateFlowRequest, CancellationToken)

Disassociates a connect resource from a flow.

Public Method DisassociateInstanceStorageConfig(DisassociateInstanceStorageConfigRequest)

This API is in preview release for Amazon Connect and is subject to change.

Removes the storage type configurations for the specified resource type and association ID.

Public Method DisassociateInstanceStorageConfigAsync(DisassociateInstanceStorageConfigRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Removes the storage type configurations for the specified resource type and association ID.

Public Method DisassociateLambdaFunction(DisassociateLambdaFunctionRequest)

This API is in preview release for Amazon Connect and is subject to change.

Remove the Lambda function from the dropdown options available in the relevant flow blocks.

Public Method DisassociateLambdaFunctionAsync(DisassociateLambdaFunctionRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Remove the Lambda function from the dropdown options available in the relevant flow blocks.

Public Method DisassociateLexBot(DisassociateLexBotRequest)

This API is in preview release for Amazon Connect and is subject to change.

Revokes authorization from the specified instance to access the specified Amazon Lex bot.

Public Method DisassociateLexBotAsync(DisassociateLexBotRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Revokes authorization from the specified instance to access the specified Amazon Lex bot.

Public Method DisassociatePhoneNumberContactFlow(DisassociatePhoneNumberContactFlowRequest)

Removes the flow association from a phone number claimed to your Amazon Connect instance.

If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

Public Method DisassociatePhoneNumberContactFlowAsync(DisassociatePhoneNumberContactFlowRequest, CancellationToken)

Removes the flow association from a phone number claimed to your Amazon Connect instance.

If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

Public Method DisassociateQueueQuickConnects(DisassociateQueueQuickConnectsRequest)

This API is in preview release for Amazon Connect and is subject to change.

Disassociates a set of quick connects from a queue.

Public Method DisassociateQueueQuickConnectsAsync(DisassociateQueueQuickConnectsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Disassociates a set of quick connects from a queue.

Public Method DisassociateRoutingProfileQueues(DisassociateRoutingProfileQueuesRequest)

Disassociates a set of queues from a routing profile.

Public Method DisassociateRoutingProfileQueuesAsync(DisassociateRoutingProfileQueuesRequest, CancellationToken)

Disassociates a set of queues from a routing profile.

Public Method DisassociateSecurityKey(DisassociateSecurityKeyRequest)

This API is in preview release for Amazon Connect and is subject to change.

Deletes the specified security key.

Public Method DisassociateSecurityKeyAsync(DisassociateSecurityKeyRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Deletes the specified security key.

Public Method DisassociateTrafficDistributionGroupUser(DisassociateTrafficDistributionGroupUserRequest)

Disassociates an agent from a traffic distribution group.

Public Method DisassociateTrafficDistributionGroupUserAsync(DisassociateTrafficDistributionGroupUserRequest, CancellationToken)

Disassociates an agent from a traffic distribution group.

Public Method DisassociateUserProficiencies(DisassociateUserProficienciesRequest)

Disassociates a set of proficiencies from a user.

Public Method DisassociateUserProficienciesAsync(DisassociateUserProficienciesRequest, CancellationToken)

Disassociates a set of proficiencies from a user.

Public Method DismissUserContact(DismissUserContactRequest)

Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact. Contacts can only be dismissed if they are in a MISSED, ERROR, ENDED, or REJECTED state in the Agent Event Stream.

Public Method DismissUserContactAsync(DismissUserContactRequest, CancellationToken)

Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact. Contacts can only be dismissed if they are in a MISSED, ERROR, ENDED, or REJECTED state in the Agent Event Stream.

Public Method GetContactAttributes(GetContactAttributesRequest)

Retrieves the contact attributes for the specified contact.

Public Method GetContactAttributesAsync(GetContactAttributesRequest, CancellationToken)

Retrieves the contact attributes for the specified contact.

Public Method GetCurrentMetricData(GetCurrentMetricDataRequest)

Gets the real-time metric data from the specified Amazon Connect instance.

For a description of each metric, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide.

Public Method GetCurrentMetricDataAsync(GetCurrentMetricDataRequest, CancellationToken)

Gets the real-time metric data from the specified Amazon Connect instance.

For a description of each metric, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide.

Public Method GetCurrentUserData(GetCurrentUserDataRequest)

Gets the real-time active user data from the specified Amazon Connect instance.

Public Method GetCurrentUserDataAsync(GetCurrentUserDataRequest, CancellationToken)

Gets the real-time active user data from the specified Amazon Connect instance.

Public Method GetFederationToken(GetFederationTokenRequest)

Supports SAML sign-in for Amazon Connect. Retrieves a token for federation. The token is for the Amazon Connect user which corresponds to the IAM credentials that were used to invoke this action.

For more information about how SAML sign-in works in Amazon Connect, see Configure SAML with IAM for Amazon Connect in the Amazon Connect Administrator Guide.

This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears:

Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect

Public Method GetFederationTokenAsync(GetFederationTokenRequest, CancellationToken)

Supports SAML sign-in for Amazon Connect. Retrieves a token for federation. The token is for the Amazon Connect user which corresponds to the IAM credentials that were used to invoke this action.

For more information about how SAML sign-in works in Amazon Connect, see Configure SAML with IAM for Amazon Connect in the Amazon Connect Administrator Guide.

This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears:

Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect

Public Method GetFlowAssociation(GetFlowAssociationRequest)

Retrieves the flow associated for a given resource.

Public Method GetFlowAssociationAsync(GetFlowAssociationRequest, CancellationToken)

Retrieves the flow associated for a given resource.

Public Method GetMetricData(GetMetricDataRequest)

Gets historical metric data from the specified Amazon Connect instance.

For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.

We recommend using the GetMetricDataV2 API. It provides more flexibility, features, and the ability to query longer time ranges than GetMetricData. Use it to retrieve historical agent and contact metrics for the last 3 months, at varying intervals. You can also use it to build custom dashboards to measure historical queue and agent performance. For example, you can track the number of incoming contacts for the last 7 days, with data split by day, to see how contact volume changed per day of the week.

Public Method GetMetricDataAsync(GetMetricDataRequest, CancellationToken)

Gets historical metric data from the specified Amazon Connect instance.

For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.

We recommend using the GetMetricDataV2 API. It provides more flexibility, features, and the ability to query longer time ranges than GetMetricData. Use it to retrieve historical agent and contact metrics for the last 3 months, at varying intervals. You can also use it to build custom dashboards to measure historical queue and agent performance. For example, you can track the number of incoming contacts for the last 7 days, with data split by day, to see how contact volume changed per day of the week.

Public Method GetMetricDataV2(GetMetricDataV2Request)

Gets metric data from the specified Amazon Connect instance.

GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 3 months, at varying intervals.

For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.

Public Method GetMetricDataV2Async(GetMetricDataV2Request, CancellationToken)

Gets metric data from the specified Amazon Connect instance.

GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 3 months, at varying intervals.

For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.

Public Method GetPromptFile(GetPromptFileRequest)

Gets the prompt file.

Public Method GetPromptFileAsync(GetPromptFileRequest, CancellationToken)

Gets the prompt file.

Public Method GetTaskTemplate(GetTaskTemplateRequest)

Gets details about a specific task template in the specified Amazon Connect instance.

Public Method GetTaskTemplateAsync(GetTaskTemplateRequest, CancellationToken)

Gets details about a specific task template in the specified Amazon Connect instance.

Public Method GetTrafficDistribution(GetTrafficDistributionRequest)

Retrieves the current traffic distribution for a given traffic distribution group.

Public Method GetTrafficDistributionAsync(GetTrafficDistributionRequest, CancellationToken)

Retrieves the current traffic distribution for a given traffic distribution group.

Public Method ImportPhoneNumber(ImportPhoneNumberRequest)

Imports a claimed phone number from an external service, such as Amazon Pinpoint, into an Amazon Connect instance. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance was created.

Public Method ImportPhoneNumberAsync(ImportPhoneNumberRequest, CancellationToken)

Imports a claimed phone number from an external service, such as Amazon Pinpoint, into an Amazon Connect instance. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance was created.

Public Method ListAgentStatuses(ListAgentStatusesRequest)

This API is in preview release for Amazon Connect and is subject to change.

Lists agent statuses.

Public Method ListAgentStatusesAsync(ListAgentStatusesRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Lists agent statuses.

Public Method ListAnalyticsDataAssociations(ListAnalyticsDataAssociationsRequest)

This API is in preview release for Amazon Connect and is subject to change.

Lists the association status of requested dataset ID for a given Amazon Connect instance.

Public Method ListAnalyticsDataAssociationsAsync(ListAnalyticsDataAssociationsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Lists the association status of requested dataset ID for a given Amazon Connect instance.

Public Method ListApprovedOrigins(ListApprovedOriginsRequest)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all approved origins associated with the instance.

Public Method ListApprovedOriginsAsync(ListApprovedOriginsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all approved origins associated with the instance.

Public Method ListBots(ListBotsRequest)

This API is in preview release for Amazon Connect and is subject to change.

For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots.

Public Method ListBotsAsync(ListBotsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots.

Public Method ListContactEvaluations(ListContactEvaluationsRequest)

Lists contact evaluations in the specified Amazon Connect instance.

Public Method ListContactEvaluationsAsync(ListContactEvaluationsRequest, CancellationToken)

Lists contact evaluations in the specified Amazon Connect instance.

Public Method ListContactFlowModules(ListContactFlowModulesRequest)

Provides information about the flow modules for the specified Amazon Connect instance.

Public Method ListContactFlowModulesAsync(ListContactFlowModulesRequest, CancellationToken)

Provides information about the flow modules for the specified Amazon Connect instance.

Public Method ListContactFlows(ListContactFlowsRequest)

Provides information about the flows for the specified Amazon Connect instance.

You can also create and update flows using the Amazon Connect Flow language.

For more information about flows, see Flows in the Amazon Connect Administrator Guide.

Public Method ListContactFlowsAsync(ListContactFlowsRequest, CancellationToken)

Provides information about the flows for the specified Amazon Connect instance.

You can also create and update flows using the Amazon Connect Flow language.

For more information about flows, see Flows in the Amazon Connect Administrator Guide.

Public Method ListContactReferences(ListContactReferencesRequest)

This API is in preview release for Amazon Connect and is subject to change.

For the specified referenceTypes, returns a list of references associated with the contact. References are links to documents that are related to a contact, such as emails, attachments, or URLs.

Public Method ListContactReferencesAsync(ListContactReferencesRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

For the specified referenceTypes, returns a list of references associated with the contact. References are links to documents that are related to a contact, such as emails, attachments, or URLs.

Public Method ListDefaultVocabularies(ListDefaultVocabulariesRequest)

Lists the default vocabularies for the specified Amazon Connect instance.

Public Method ListDefaultVocabulariesAsync(ListDefaultVocabulariesRequest, CancellationToken)

Lists the default vocabularies for the specified Amazon Connect instance.

Public Method ListEvaluationForms(ListEvaluationFormsRequest)

Lists evaluation forms in the specified Amazon Connect instance.

Public Method ListEvaluationFormsAsync(ListEvaluationFormsRequest, CancellationToken)

Lists evaluation forms in the specified Amazon Connect instance.

Public Method ListEvaluationFormVersions(ListEvaluationFormVersionsRequest)

Lists versions of an evaluation form in the specified Amazon Connect instance.

Public Method ListEvaluationFormVersionsAsync(ListEvaluationFormVersionsRequest, CancellationToken)

Lists versions of an evaluation form in the specified Amazon Connect instance.

Public Method ListFlowAssociations(ListFlowAssociationsRequest)

List the flow association based on the filters.

Public Method ListFlowAssociationsAsync(ListFlowAssociationsRequest, CancellationToken)

List the flow association based on the filters.

Public Method ListHoursOfOperations(ListHoursOfOperationsRequest)

Provides information about the hours of operation for the specified Amazon Connect instance.

For more information about hours of operation, see Set the Hours of Operation for a Queue in the Amazon Connect Administrator Guide.

Public Method ListHoursOfOperationsAsync(ListHoursOfOperationsRequest, CancellationToken)

Provides information about the hours of operation for the specified Amazon Connect instance.

For more information about hours of operation, see Set the Hours of Operation for a Queue in the Amazon Connect Administrator Guide.

Public Method ListInstanceAttributes(ListInstanceAttributesRequest)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all attribute types for the given instance.

Public Method ListInstanceAttributesAsync(ListInstanceAttributesRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all attribute types for the given instance.

Public Method ListInstances(ListInstancesRequest)

This API is in preview release for Amazon Connect and is subject to change.

Return a list of instances which are in active state, creation-in-progress state, and failed state. Instances that aren't successfully created (they are in a failed state) are returned only for 24 hours after the CreateInstance API was invoked.

Public Method ListInstancesAsync(ListInstancesRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Return a list of instances which are in active state, creation-in-progress state, and failed state. Instances that aren't successfully created (they are in a failed state) are returned only for 24 hours after the CreateInstance API was invoked.

Public Method ListInstanceStorageConfigs(ListInstanceStorageConfigsRequest)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of storage configs for the identified instance and resource type.

Public Method ListInstanceStorageConfigsAsync(ListInstanceStorageConfigsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of storage configs for the identified instance and resource type.

Public Method ListIntegrationAssociations(ListIntegrationAssociationsRequest)

Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.

Public Method ListIntegrationAssociationsAsync(ListIntegrationAssociationsRequest, CancellationToken)

Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.

Public Method ListLambdaFunctions(ListLambdaFunctionsRequest)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant flow blocks.

Public Method ListLambdaFunctionsAsync(ListLambdaFunctionsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant flow blocks.

Public Method ListLexBots(ListLexBotsRequest)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all the Amazon Lex V1 bots currently associated with the instance. To return both Amazon Lex V1 and V2 bots, use the ListBots API.

Public Method ListLexBotsAsync(ListLexBotsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all the Amazon Lex V1 bots currently associated with the instance. To return both Amazon Lex V1 and V2 bots, use the ListBots API.

Public Method ListPhoneNumbers(ListPhoneNumbersRequest)

Provides information about the phone numbers for the specified Amazon Connect instance.

For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.

  • We recommend using ListPhoneNumbersV2 to return phone number types. ListPhoneNumbers doesn't support number types UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID. While it returns numbers of those types, it incorrectly lists them as TOLL_FREE or DID.

  • The phone number Arn value that is returned from each of the items in the PhoneNumberSummaryList cannot be used to tag phone number resources. It will fail with a ResourceNotFoundException. Instead, use the ListPhoneNumbersV2 API. It returns the new phone number ARN that can be used to tag phone number resources.

Public Method ListPhoneNumbersAsync(ListPhoneNumbersRequest, CancellationToken)

Provides information about the phone numbers for the specified Amazon Connect instance.

For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.

  • We recommend using ListPhoneNumbersV2 to return phone number types. ListPhoneNumbers doesn't support number types UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID. While it returns numbers of those types, it incorrectly lists them as TOLL_FREE or DID.

  • The phone number Arn value that is returned from each of the items in the PhoneNumberSummaryList cannot be used to tag phone number resources. It will fail with a ResourceNotFoundException. Instead, use the ListPhoneNumbersV2 API. It returns the new phone number ARN that can be used to tag phone number resources.

Public Method ListPhoneNumbersV2(ListPhoneNumbersV2Request)

Lists phone numbers claimed to your Amazon Connect instance or traffic distribution group. If the provided TargetArn is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with traffic distribution group.

For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.

  • When given an instance ARN, ListPhoneNumbersV2 returns only the phone numbers claimed to the instance.

  • When given a traffic distribution group ARN ListPhoneNumbersV2 returns only the phone numbers claimed to the traffic distribution group.

Public Method ListPhoneNumbersV2Async(ListPhoneNumbersV2Request, CancellationToken)

Lists phone numbers claimed to your Amazon Connect instance or traffic distribution group. If the provided TargetArn is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with traffic distribution group.

For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.

  • When given an instance ARN, ListPhoneNumbersV2 returns only the phone numbers claimed to the instance.

  • When given a traffic distribution group ARN ListPhoneNumbersV2 returns only the phone numbers claimed to the traffic distribution group.

Public Method ListPredefinedAttributes(ListPredefinedAttributesRequest)

Lists predefined attributes for the specified Amazon Connect instance.

Public Method ListPredefinedAttributesAsync(ListPredefinedAttributesRequest, CancellationToken)

Lists predefined attributes for the specified Amazon Connect instance.

Public Method ListPrompts(ListPromptsRequest)

Provides information about the prompts for the specified Amazon Connect instance.

Public Method ListPromptsAsync(ListPromptsRequest, CancellationToken)

Provides information about the prompts for the specified Amazon Connect instance.

Public Method ListQueueQuickConnects(ListQueueQuickConnectsRequest)

This API is in preview release for Amazon Connect and is subject to change.

Lists the quick connects associated with a queue.

Public Method ListQueueQuickConnectsAsync(ListQueueQuickConnectsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Lists the quick connects associated with a queue.

Public Method ListQueues(ListQueuesRequest)

Provides information about the queues for the specified Amazon Connect instance.

If you do not specify a QueueTypes parameter, both standard and agent queues are returned. This might cause an unexpected truncation of results if you have more than 1000 agents and you limit the number of results of the API call in code.

For more information about queues, see Queues: Standard and Agent in the Amazon Connect Administrator Guide.

Public Method ListQueuesAsync(ListQueuesRequest, CancellationToken)

Provides information about the queues for the specified Amazon Connect instance.

If you do not specify a QueueTypes parameter, both standard and agent queues are returned. This might cause an unexpected truncation of results if you have more than 1000 agents and you limit the number of results of the API call in code.

For more information about queues, see Queues: Standard and Agent in the Amazon Connect Administrator Guide.

Public Method ListQuickConnects(ListQuickConnectsRequest)

Provides information about the quick connects for the specified Amazon Connect instance.

Public Method ListQuickConnectsAsync(ListQuickConnectsRequest, CancellationToken)

Provides information about the quick connects for the specified Amazon Connect instance.

Public Method ListRealtimeContactAnalysisSegmentsV2(ListRealtimeContactAnalysisSegmentsV2Request)

Provides a list of analysis segments for a real-time analysis session.

Public Method ListRealtimeContactAnalysisSegmentsV2Async(ListRealtimeContactAnalysisSegmentsV2Request, CancellationToken)

Provides a list of analysis segments for a real-time analysis session.

Public Method ListRoutingProfileQueues(ListRoutingProfileQueuesRequest)

Lists the queues associated with a routing profile.

Public Method ListRoutingProfileQueuesAsync(ListRoutingProfileQueuesRequest, CancellationToken)

Lists the queues associated with a routing profile.

Public Method ListRoutingProfiles(ListRoutingProfilesRequest)

Provides summary information about the routing profiles for the specified Amazon Connect instance.

For more information about routing profiles, see Routing Profiles and Create a Routing Profile in the Amazon Connect Administrator Guide.

Public Method ListRoutingProfilesAsync(ListRoutingProfilesRequest, CancellationToken)

Provides summary information about the routing profiles for the specified Amazon Connect instance.

For more information about routing profiles, see Routing Profiles and Create a Routing Profile in the Amazon Connect Administrator Guide.

Public Method ListRules(ListRulesRequest)

List all rules for the specified Amazon Connect instance.

Public Method ListRulesAsync(ListRulesRequest, CancellationToken)

List all rules for the specified Amazon Connect instance.

Public Method ListSecurityKeys(ListSecurityKeysRequest)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all security keys associated with the instance.

Public Method ListSecurityKeysAsync(ListSecurityKeysRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all security keys associated with the instance.

Public Method ListSecurityProfileApplications(ListSecurityProfileApplicationsRequest)

Returns a list of third-party applications in a specific security profile.

Public Method ListSecurityProfileApplicationsAsync(ListSecurityProfileApplicationsRequest, CancellationToken)

Returns a list of third-party applications in a specific security profile.

Public Method ListSecurityProfilePermissions(ListSecurityProfilePermissionsRequest)

Lists the permissions granted to a security profile.

Public Method ListSecurityProfilePermissionsAsync(ListSecurityProfilePermissionsRequest, CancellationToken)

Lists the permissions granted to a security profile.

Public Method ListSecurityProfiles(ListSecurityProfilesRequest)

Provides summary information about the security profiles for the specified Amazon Connect instance.

For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.

Public Method ListSecurityProfilesAsync(ListSecurityProfilesRequest, CancellationToken)

Provides summary information about the security profiles for the specified Amazon Connect instance.

For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.

Public Method ListTagsForResource(ListTagsForResourceRequest)

Lists the tags for the specified resource.

For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.

Public Method ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken)

Lists the tags for the specified resource.

For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.

Public Method ListTaskTemplates(ListTaskTemplatesRequest)

Lists task templates for the specified Amazon Connect instance.

Public Method ListTaskTemplatesAsync(ListTaskTemplatesRequest, CancellationToken)

Lists task templates for the specified Amazon Connect instance.

Public Method ListTrafficDistributionGroups(ListTrafficDistributionGroupsRequest)

Lists traffic distribution groups.

Public Method ListTrafficDistributionGroupsAsync(ListTrafficDistributionGroupsRequest, CancellationToken)

Lists traffic distribution groups.

Public Method ListTrafficDistributionGroupUsers(ListTrafficDistributionGroupUsersRequest)

Lists traffic distribution group users.

Public Method ListTrafficDistributionGroupUsersAsync(ListTrafficDistributionGroupUsersRequest, CancellationToken)

Lists traffic distribution group users.

Public Method ListUseCases(ListUseCasesRequest)

Lists the use cases for the integration association.

Public Method ListUseCasesAsync(ListUseCasesRequest, CancellationToken)

Lists the use cases for the integration association.

Public Method ListUserHierarchyGroups(ListUserHierarchyGroupsRequest)

Provides summary information about the hierarchy groups for the specified Amazon Connect instance.

For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide.

Public Method ListUserHierarchyGroupsAsync(ListUserHierarchyGroupsRequest, CancellationToken)

Provides summary information about the hierarchy groups for the specified Amazon Connect instance.

For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide.

Public Method ListUserProficiencies(ListUserProficienciesRequest)

Lists proficiencies associated with a user.

Public Method ListUserProficienciesAsync(ListUserProficienciesRequest, CancellationToken)

Lists proficiencies associated with a user.

Public Method ListUsers(ListUsersRequest)

Provides summary information about the users for the specified Amazon Connect instance.

Public Method ListUsersAsync(ListUsersRequest, CancellationToken)

Provides summary information about the users for the specified Amazon Connect instance.

Public Method ListViews(ListViewsRequest)

Returns views in the given instance.

Results are sorted primarily by type, and secondarily by name.

Public Method ListViewsAsync(ListViewsRequest, CancellationToken)

Returns views in the given instance.

Results are sorted primarily by type, and secondarily by name.

Public Method ListViewVersions(ListViewVersionsRequest)

Returns all the available versions for the specified Amazon Connect instance and view identifier.

Results will be sorted from highest to lowest.

Public Method ListViewVersionsAsync(ListViewVersionsRequest, CancellationToken)

Returns all the available versions for the specified Amazon Connect instance and view identifier.

Results will be sorted from highest to lowest.

Public Method MonitorContact(MonitorContactRequest)

Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact.

Public Method MonitorContactAsync(MonitorContactRequest, CancellationToken)

Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact.

Public Method PauseContact(PauseContactRequest)

Allows pausing an ongoing task contact.

Public Method PauseContactAsync(PauseContactRequest, CancellationToken)

Allows pausing an ongoing task contact.

Public Method PutUserStatus(PutUserStatusRequest)

Changes the current status of a user or agent in Amazon Connect. If the agent is currently handling a contact, this sets the agent's next status.

For more information, see Agent status and Set your next status in the Amazon Connect Administrator Guide.

Public Method PutUserStatusAsync(PutUserStatusRequest, CancellationToken)

Changes the current status of a user or agent in Amazon Connect. If the agent is currently handling a contact, this sets the agent's next status.

For more information, see Agent status and Set your next status in the Amazon Connect Administrator Guide.

Public Method ReleasePhoneNumber(ReleasePhoneNumberRequest)

Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group. You can call this API only in the Amazon Web Services Region where the number was claimed.

To release phone numbers from a traffic distribution group, use the ReleasePhoneNumber API, not the Amazon Connect admin website.

After releasing a phone number, the phone number enters into a cooldown period of 30 days. It cannot be searched for or claimed again until the period has ended. If you accidentally release a phone number, contact Amazon Web Services Support.

If you plan to claim and release numbers frequently during a 30 day period, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until 30 days past the oldest number released has expired.

By default you can claim and release up to 200% of your maximum number of active phone numbers during any 30 day period. If you claim and release phone numbers using the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 30 days past the oldest number released has expired.

For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.

Public Method ReleasePhoneNumberAsync(ReleasePhoneNumberRequest, CancellationToken)

Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group. You can call this API only in the Amazon Web Services Region where the number was claimed.

To release phone numbers from a traffic distribution group, use the ReleasePhoneNumber API, not the Amazon Connect admin website.

After releasing a phone number, the phone number enters into a cooldown period of 30 days. It cannot be searched for or claimed again until the period has ended. If you accidentally release a phone number, contact Amazon Web Services Support.

If you plan to claim and release numbers frequently during a 30 day period, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until 30 days past the oldest number released has expired.

By default you can claim and release up to 200% of your maximum number of active phone numbers during any 30 day period. If you claim and release phone numbers using the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 30 days past the oldest number released has expired.

For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.

Public Method ReplicateInstance(ReplicateInstanceRequest)

Replicates an Amazon Connect instance in the specified Amazon Web Services Region and copies configuration information for Amazon Connect resources across Amazon Web Services Regions.

For more information about replicating an Amazon Connect instance, see Create a replica of your existing Amazon Connect instance in the Amazon Connect Administrator Guide.

Public Method ReplicateInstanceAsync(ReplicateInstanceRequest, CancellationToken)

Replicates an Amazon Connect instance in the specified Amazon Web Services Region and copies configuration information for Amazon Connect resources across Amazon Web Services Regions.

For more information about replicating an Amazon Connect instance, see Create a replica of your existing Amazon Connect instance in the Amazon Connect Administrator Guide.

Public Method ResumeContact(ResumeContactRequest)

Allows resuming a task contact in a paused state.

Public Method ResumeContactAsync(ResumeContactRequest, CancellationToken)

Allows resuming a task contact in a paused state.

Public Method ResumeContactRecording(ResumeContactRecordingRequest)

When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would resume.

Voice and screen recordings are supported.

Public Method ResumeContactRecordingAsync(ResumeContactRecordingRequest, CancellationToken)

When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would resume.

Voice and screen recordings are supported.

Public Method SearchAvailablePhoneNumbers(SearchAvailablePhoneNumbersRequest)

Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group. If the provided TargetArn is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with the traffic distribution group.

Public Method SearchAvailablePhoneNumbersAsync(SearchAvailablePhoneNumbersRequest, CancellationToken)

Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group. If the provided TargetArn is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with the traffic distribution group.

Public Method SearchContacts(SearchContactsRequest)

Searches contacts in an Amazon Connect instance.

Public Method SearchContactsAsync(SearchContactsRequest, CancellationToken)

Searches contacts in an Amazon Connect instance.

Public Method SearchHoursOfOperations(SearchHoursOfOperationsRequest)

Searches the hours of operation in an Amazon Connect instance, with optional filtering.

Public Method SearchHoursOfOperationsAsync(SearchHoursOfOperationsRequest, CancellationToken)

Searches the hours of operation in an Amazon Connect instance, with optional filtering.

Public Method SearchPredefinedAttributes(SearchPredefinedAttributesRequest)

Predefined attributes that meet certain criteria.

Public Method SearchPredefinedAttributesAsync(SearchPredefinedAttributesRequest, CancellationToken)

Predefined attributes that meet certain criteria.

Public Method SearchPrompts(SearchPromptsRequest)

Searches prompts in an Amazon Connect instance, with optional filtering.

Public Method SearchPromptsAsync(SearchPromptsRequest, CancellationToken)

Searches prompts in an Amazon Connect instance, with optional filtering.

Public Method SearchQueues(SearchQueuesRequest)

Searches queues in an Amazon Connect instance, with optional filtering.

Public Method SearchQueuesAsync(SearchQueuesRequest, CancellationToken)

Searches queues in an Amazon Connect instance, with optional filtering.

Public Method SearchQuickConnects(SearchQuickConnectsRequest)

Searches quick connects in an Amazon Connect instance, with optional filtering.

Public Method SearchQuickConnectsAsync(SearchQuickConnectsRequest, CancellationToken)

Searches quick connects in an Amazon Connect instance, with optional filtering.

Public Method SearchResourceTags(SearchResourceTagsRequest)

Searches tags used in an Amazon Connect instance using optional search criteria.

Public Method SearchResourceTagsAsync(SearchResourceTagsRequest, CancellationToken)

Searches tags used in an Amazon Connect instance using optional search criteria.

Public Method SearchRoutingProfiles(SearchRoutingProfilesRequest)

Searches routing profiles in an Amazon Connect instance, with optional filtering.

Public Method SearchRoutingProfilesAsync(SearchRoutingProfilesRequest, CancellationToken)

Searches routing profiles in an Amazon Connect instance, with optional filtering.

Public Method SearchSecurityProfiles(SearchSecurityProfilesRequest)

Searches security profiles in an Amazon Connect instance, with optional filtering.

Public Method SearchSecurityProfilesAsync(SearchSecurityProfilesRequest, CancellationToken)

Searches security profiles in an Amazon Connect instance, with optional filtering.

Public Method SearchUsers(SearchUsersRequest)

Searches users in an Amazon Connect instance, with optional filtering.

AfterContactWorkTimeLimit is returned in milliseconds.

Public Method SearchUsersAsync(SearchUsersRequest, CancellationToken)

Searches users in an Amazon Connect instance, with optional filtering.

AfterContactWorkTimeLimit is returned in milliseconds.

Public Method SearchVocabularies(SearchVocabulariesRequest)

Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.

Public Method SearchVocabulariesAsync(SearchVocabulariesRequest, CancellationToken)

Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.

Public Method SendChatIntegrationEvent(SendChatIntegrationEventRequest)

Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect. A chat integration event includes:

  • SourceId, DestinationId, and Subtype: a set of identifiers, uniquely representing a chat

  • ChatEvent: details of the chat action to perform such as sending a message, event, or disconnecting from a chat

When a chat integration event is sent with chat identifiers that do not map to an active chat contact, a new chat contact is also created before handling chat action.

Access to this API is currently restricted to Amazon Pinpoint for supporting SMS integration.

Public Method SendChatIntegrationEventAsync(SendChatIntegrationEventRequest, CancellationToken)

Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect. A chat integration event includes:

  • SourceId, DestinationId, and Subtype: a set of identifiers, uniquely representing a chat

  • ChatEvent: details of the chat action to perform such as sending a message, event, or disconnecting from a chat

When a chat integration event is sent with chat identifiers that do not map to an active chat contact, a new chat contact is also created before handling chat action.

Access to this API is currently restricted to Amazon Pinpoint for supporting SMS integration.

Public Method StartChatContact(StartChatContactRequest)

Initiates a flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service.

When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS.

A 429 error occurs in the following situations:

  • API rate limit is exceeded. API TPS throttling returns a TooManyRequests exception.

  • The quota for concurrent active chats is exceeded. Active chat throttling returns a LimitExceededException.

If you use the ChatDurationInMinutes parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support.

For more information about chat, see Chat in the Amazon Connect Administrator Guide.

Public Method StartChatContactAsync(StartChatContactRequest, CancellationToken)

Initiates a flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service.

When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS.

A 429 error occurs in the following situations:

  • API rate limit is exceeded. API TPS throttling returns a TooManyRequests exception.

  • The quota for concurrent active chats is exceeded. Active chat throttling returns a LimitExceededException.

If you use the ChatDurationInMinutes parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support.

For more information about chat, see Chat in the Amazon Connect Administrator Guide.

Public Method StartContactEvaluation(StartContactEvaluationRequest)

Starts an empty evaluation in the specified Amazon Connect instance, using the given evaluation form for the particular contact. The evaluation form version used for the contact evaluation corresponds to the currently activated version. If no version is activated for the evaluation form, the contact evaluation cannot be started.

Evaluations created through the public API do not contain answer values suggested from automation.

Public Method StartContactEvaluationAsync(StartContactEvaluationRequest, CancellationToken)

Starts an empty evaluation in the specified Amazon Connect instance, using the given evaluation form for the particular contact. The evaluation form version used for the contact evaluation corresponds to the currently activated version. If no version is activated for the evaluation form, the contact evaluation cannot be started.

Evaluations created through the public API do not contain answer values suggested from automation.

Public Method StartContactRecording(StartContactRecordingRequest)

Starts recording the contact:

  • If the API is called before the agent joins the call, recording starts when the agent joins the call.

  • If the API is called after the agent joins the call, recording starts at the time of the API call.

StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.

You can use this API to override the recording behavior configured in the Set recording behavior block.

Only voice recordings are supported at this time.

Public Method StartContactRecordingAsync(StartContactRecordingRequest, CancellationToken)

Starts recording the contact:

  • If the API is called before the agent joins the call, recording starts when the agent joins the call.

  • If the API is called after the agent joins the call, recording starts at the time of the API call.

StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.

You can use this API to override the recording behavior configured in the Set recording behavior block.

Only voice recordings are supported at this time.

Public Method StartContactStreaming(StartContactStreamingRequest)

Initiates real-time message streaming for a new chat contact.

For more information about message streaming, see Enable real-time chat message streaming in the Amazon Connect Administrator Guide.

Public Method StartContactStreamingAsync(StartContactStreamingRequest, CancellationToken)

Initiates real-time message streaming for a new chat contact.

For more information about message streaming, see Enable real-time chat message streaming in the Amazon Connect Administrator Guide.

Public Method StartOutboundVoiceContact(StartOutboundVoiceContactRequest)

Places an outbound call to a contact, and then initiates the flow. It performs the actions in the flow that's specified (in ContactFlowId).

Agents do not initiate the outbound API, which means that they do not dial the contact. If the flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case.

There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails.

UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.

Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request to the quota Amazon Connect campaigns.

Public Method StartOutboundVoiceContactAsync(StartOutboundVoiceContactRequest, CancellationToken)

Places an outbound call to a contact, and then initiates the flow. It performs the actions in the flow that's specified (in ContactFlowId).

Agents do not initiate the outbound API, which means that they do not dial the contact. If the flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case.

There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails.

UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.

Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request to the quota Amazon Connect campaigns.

Public Method StartTaskContact(StartTaskContactRequest)

Initiates a flow to start a new task contact. For more information about task contacts, see Concepts: Tasks in Amazon Connect in the Amazon Connect Administrator Guide.

When using PreviousContactId and RelatedContactId input parameters, note the following:

  • PreviousContactId

    • Any updates to user-defined task contact attributes on any contact linked through the same PreviousContactId will affect every contact in the chain.

    • There can be a maximum of 12 linked task contacts in a chain. That is, 12 task contacts can be created that share the same PreviousContactId.

  • RelatedContactId

    • Copies contact attributes from the related task contact to the new contact.

    • Any update on attributes in a new task contact does not update attributes on previous contact.

    • There’s no limit on the number of task contacts that can be created that use the same RelatedContactId.

In addition, when calling StartTaskContact include only one of these parameters: ContactFlowID, QuickConnectID, or TaskTemplateID. Only one parameter is required as long as the task template has a flow configured to run it. If more than one parameter is specified, or only the TaskTemplateID is specified but it does not have a flow configured, the request returns an error because Amazon Connect cannot identify the unique flow to run when the task is created.

A ServiceQuotaExceededException occurs when the number of open tasks exceeds the active tasks quota or there are already 12 tasks referencing the same PreviousContactId. For more information about service quotas for task contacts, see Amazon Connect service quotas in the Amazon Connect Administrator Guide.

Public Method StartTaskContactAsync(StartTaskContactRequest, CancellationToken)

Initiates a flow to start a new task contact. For more information about task contacts, see Concepts: Tasks in Amazon Connect in the Amazon Connect Administrator Guide.

When using PreviousContactId and RelatedContactId input parameters, note the following:

  • PreviousContactId

    • Any updates to user-defined task contact attributes on any contact linked through the same PreviousContactId will affect every contact in the chain.

    • There can be a maximum of 12 linked task contacts in a chain. That is, 12 task contacts can be created that share the same PreviousContactId.

  • RelatedContactId

    • Copies contact attributes from the related task contact to the new contact.

    • Any update on attributes in a new task contact does not update attributes on previous contact.

    • There’s no limit on the number of task contacts that can be created that use the same RelatedContactId.

In addition, when calling StartTaskContact include only one of these parameters: ContactFlowID, QuickConnectID, or TaskTemplateID. Only one parameter is required as long as the task template has a flow configured to run it. If more than one parameter is specified, or only the TaskTemplateID is specified but it does not have a flow configured, the request returns an error because Amazon Connect cannot identify the unique flow to run when the task is created.

A ServiceQuotaExceededException occurs when the number of open tasks exceeds the active tasks quota or there are already 12 tasks referencing the same PreviousContactId. For more information about service quotas for task contacts, see Amazon Connect service quotas in the Amazon Connect Administrator Guide.

Public Method StartWebRTCContact(StartWebRTCContactRequest)

Places an inbound in-app, web, or video call to a contact, and then initiates the flow. It performs the actions in the flow that are specified (in ContactFlowId) and present in the Amazon Connect instance (specified as InstanceId).

Public Method StartWebRTCContactAsync(StartWebRTCContactRequest, CancellationToken)

Places an inbound in-app, web, or video call to a contact, and then initiates the flow. It performs the actions in the flow that are specified (in ContactFlowId) and present in the Amazon Connect instance (specified as InstanceId).

Public Method StopContact(StopContactRequest)

Ends the specified contact. Use this API to stop queued callbacks. It does not work for voice contacts that use the following initiation methods:

  • DISCONNECT

  • TRANSFER

  • QUEUE_TRANSFER

Chat and task contacts can be terminated in any state, regardless of initiation method.

Public Method StopContactAsync(StopContactRequest, CancellationToken)

Ends the specified contact. Use this API to stop queued callbacks. It does not work for voice contacts that use the following initiation methods:

  • DISCONNECT

  • TRANSFER

  • QUEUE_TRANSFER

Chat and task contacts can be terminated in any state, regardless of initiation method.

Public Method StopContactRecording(StopContactRecordingRequest)

Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording.

Only voice recordings are supported at this time.

Public Method StopContactRecordingAsync(StopContactRecordingRequest, CancellationToken)

Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording.

Only voice recordings are supported at this time.

Public Method StopContactStreaming(StopContactStreamingRequest)

Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API.

Public Method StopContactStreamingAsync(StopContactStreamingRequest, CancellationToken)

Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API.

Public Method SubmitContactEvaluation(SubmitContactEvaluationRequest)

Submits a contact evaluation in the specified Amazon Connect instance. Answers included in the request are merged with existing answers for the given evaluation. If no answers or notes are passed, the evaluation is submitted with the existing answers and notes. You can delete an answer or note by passing an empty object ({}) to the question identifier.

If a contact evaluation is already in submitted state, this operation will trigger a resubmission.

Public Method SubmitContactEvaluationAsync(SubmitContactEvaluationRequest, CancellationToken)

Submits a contact evaluation in the specified Amazon Connect instance. Answers included in the request are merged with existing answers for the given evaluation. If no answers or notes are passed, the evaluation is submitted with the existing answers and notes. You can delete an answer or note by passing an empty object ({}) to the question identifier.

If a contact evaluation is already in submitted state, this operation will trigger a resubmission.

Public Method SuspendContactRecording(SuspendContactRecordingRequest)

When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would be suspended. For example, you might suspend the screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording the screen.

The period of time that the recording is suspended is filled with silence in the final recording.

Voice and screen recordings are supported.

Public Method SuspendContactRecordingAsync(SuspendContactRecordingRequest, CancellationToken)

When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would be suspended. For example, you might suspend the screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording the screen.

The period of time that the recording is suspended is filled with silence in the final recording.

Voice and screen recordings are supported.

Public Method TagContact(TagContactRequest)

Adds the specified tags to the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Amazon Connect usage.

Public Method TagContactAsync(TagContactRequest, CancellationToken)

Adds the specified tags to the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Amazon Connect usage.

Public Method TagResource(TagResourceRequest)

Adds the specified tags to the specified resource.

Some of the supported resource types are agents, routing profiles, queues, quick connects, contact flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates. For a complete list, see Tagging resources in Amazon Connect.

For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.

Public Method TagResourceAsync(TagResourceRequest, CancellationToken)

Adds the specified tags to the specified resource.

Some of the supported resource types are agents, routing profiles, queues, quick connects, contact flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates. For a complete list, see Tagging resources in Amazon Connect.

For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.

Public Method TransferContact(TransferContactRequest)

Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers.

Note the following requirements:

  • Transfer is supported for only TASK contacts.

  • Do not use both QueueId and UserId in the same call.

  • The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue flow.

  • The TransferContact API can be called only on active contacts.

  • A contact cannot be transferred more than 11 times.

Public Method TransferContactAsync(TransferContactRequest, CancellationToken)

Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers.

Note the following requirements:

  • Transfer is supported for only TASK contacts.

  • Do not use both QueueId and UserId in the same call.

  • The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue flow.

  • The TransferContact API can be called only on active contacts.

  • A contact cannot be transferred more than 11 times.

Public Method UntagContact(UntagContactRequest)

Removes the specified tags from the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Amazon Connect usage.

Public Method UntagContactAsync(UntagContactRequest, CancellationToken)

Removes the specified tags from the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Amazon Connect usage.

Public Method UntagResource(UntagResourceRequest)

Removes the specified tags from the specified resource.

Public Method UntagResourceAsync(UntagResourceRequest, CancellationToken)

Removes the specified tags from the specified resource.

Public Method UpdateAgentStatus(UpdateAgentStatusRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates agent status.

Public Method UpdateAgentStatusAsync(UpdateAgentStatusRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates agent status.

Public Method UpdateContact(UpdateContactRequest)

This API is in preview release for Amazon Connect and is subject to change.

Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request.

You can add or update user-defined contact information for both ongoing and completed contacts.

Public Method UpdateContactAsync(UpdateContactRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request.

You can add or update user-defined contact information for both ongoing and completed contacts.

Public Method UpdateContactAttributes(UpdateContactAttributesRequest)

Creates or updates user-defined contact attributes associated with the specified contact.

You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers.

Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about contact record retention and the maximum size of the contact record attributes section, see Feature specifications in the Amazon Connect Administrator Guide.

Public Method UpdateContactAttributesAsync(UpdateContactAttributesRequest, CancellationToken)

Creates or updates user-defined contact attributes associated with the specified contact.

You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers.

Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about contact record retention and the maximum size of the contact record attributes section, see Feature specifications in the Amazon Connect Administrator Guide.

Public Method UpdateContactEvaluation(UpdateContactEvaluationRequest)

Updates details about a contact evaluation in the specified Amazon Connect instance. A contact evaluation must be in draft state. Answers included in the request are merged with existing answers for the given evaluation. An answer or note can be deleted by passing an empty object ({}) to the question identifier.

Public Method UpdateContactEvaluationAsync(UpdateContactEvaluationRequest, CancellationToken)

Updates details about a contact evaluation in the specified Amazon Connect instance. A contact evaluation must be in draft state. Answers included in the request are merged with existing answers for the given evaluation. An answer or note can be deleted by passing an empty object ({}) to the question identifier.

Public Method UpdateContactFlowContent(UpdateContactFlowContentRequest)

Updates the specified flow.

You can also create and update flows using the Amazon Connect Flow language.

Public Method UpdateContactFlowContentAsync(UpdateContactFlowContentRequest, CancellationToken)

Updates the specified flow.

You can also create and update flows using the Amazon Connect Flow language.

Public Method UpdateContactFlowMetadata(UpdateContactFlowMetadataRequest)

Updates metadata about specified flow.

Public Method UpdateContactFlowMetadataAsync(UpdateContactFlowMetadataRequest, CancellationToken)

Updates metadata about specified flow.

Public Method UpdateContactFlowModuleContent(UpdateContactFlowModuleContentRequest)

Updates specified flow module for the specified Amazon Connect instance.

Public Method UpdateContactFlowModuleContentAsync(UpdateContactFlowModuleContentRequest, CancellationToken)

Updates specified flow module for the specified Amazon Connect instance.

Public Method UpdateContactFlowModuleMetadata(UpdateContactFlowModuleMetadataRequest)

Updates metadata about specified flow module.

Public Method UpdateContactFlowModuleMetadataAsync(UpdateContactFlowModuleMetadataRequest, CancellationToken)

Updates metadata about specified flow module.

Public Method UpdateContactFlowName(UpdateContactFlowNameRequest)

The name of the flow.

You can also create and update flows using the Amazon Connect Flow language.

Public Method UpdateContactFlowNameAsync(UpdateContactFlowNameRequest, CancellationToken)

The name of the flow.

You can also create and update flows using the Amazon Connect Flow language.

Public Method UpdateContactRoutingData(UpdateContactRoutingDataRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates routing priority and age on the contact (QueuePriority and QueueTimeAdjustmentInSeconds). These properties can be used to change a customer's position in the queue. For example, you can move a contact to the back of the queue by setting a lower routing priority relative to other contacts in queue; or you can move a contact to the front of the queue by increasing the routing age which will make the contact look artificially older and therefore higher up in the first-in-first-out routing order. Note that adjusting the routing age of a contact affects only its position in queue, and not its actual queue wait time as reported through metrics. These properties can also be updated by using the Set routing priority / age flow block.

Public Method UpdateContactRoutingDataAsync(UpdateContactRoutingDataRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates routing priority and age on the contact (QueuePriority and QueueTimeAdjustmentInSeconds). These properties can be used to change a customer's position in the queue. For example, you can move a contact to the back of the queue by setting a lower routing priority relative to other contacts in queue; or you can move a contact to the front of the queue by increasing the routing age which will make the contact look artificially older and therefore higher up in the first-in-first-out routing order. Note that adjusting the routing age of a contact affects only its position in queue, and not its actual queue wait time as reported through metrics. These properties can also be updated by using the Set routing priority / age flow block.

Public Method UpdateContactSchedule(UpdateContactScheduleRequest)

Updates the scheduled time of a task contact that is already scheduled.

Public Method UpdateContactScheduleAsync(UpdateContactScheduleRequest, CancellationToken)

Updates the scheduled time of a task contact that is already scheduled.

Public Method UpdateEvaluationForm(UpdateEvaluationFormRequest)

Updates details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form.

This operation does not support partial updates. Instead it does a full update of evaluation form content.

Public Method UpdateEvaluationFormAsync(UpdateEvaluationFormRequest, CancellationToken)

Updates details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form.

This operation does not support partial updates. Instead it does a full update of evaluation form content.

Public Method UpdateHoursOfOperation(UpdateHoursOfOperationRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates the hours of operation.

Public Method UpdateHoursOfOperationAsync(UpdateHoursOfOperationRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates the hours of operation.

Public Method UpdateInstanceAttribute(UpdateInstanceAttributeRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates the value for the specified attribute type.

Public Method UpdateInstanceAttributeAsync(UpdateInstanceAttributeRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates the value for the specified attribute type.

Public Method UpdateInstanceStorageConfig(UpdateInstanceStorageConfigRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates an existing configuration for a resource type. This API is idempotent.

Public Method UpdateInstanceStorageConfigAsync(UpdateInstanceStorageConfigRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates an existing configuration for a resource type. This API is idempotent.

Public Method UpdateParticipantRoleConfig(UpdateParticipantRoleConfigRequest)

Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness. You can set four timers:

  • Customer idle timeout

  • Customer auto-disconnect timeout

  • Agent idle timeout

  • Agent auto-disconnect timeout

For more information about how chat timeouts work, see Set up chat timeouts for human participants.

Public Method UpdateParticipantRoleConfigAsync(UpdateParticipantRoleConfigRequest, CancellationToken)

Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness. You can set four timers:

  • Customer idle timeout

  • Customer auto-disconnect timeout

  • Agent idle timeout

  • Agent auto-disconnect timeout

For more information about how chat timeouts work, see Set up chat timeouts for human participants.

Public Method UpdatePhoneNumber(UpdatePhoneNumberRequest)

Updates your claimed phone number from its current Amazon Connect instance or traffic distribution group to another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region.

After using this API, you must verify that the phone number is attached to the correct flow in the target instance or traffic distribution group. You need to do this because the API switches only the phone number to a new instance or traffic distribution group. It doesn't migrate the flow configuration of the phone number, too.

You can call DescribePhoneNumber API to verify the status of a previous UpdatePhoneNumber operation.

Public Method UpdatePhoneNumberAsync(UpdatePhoneNumberRequest, CancellationToken)

Updates your claimed phone number from its current Amazon Connect instance or traffic distribution group to another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region.

After using this API, you must verify that the phone number is attached to the correct flow in the target instance or traffic distribution group. You need to do this because the API switches only the phone number to a new instance or traffic distribution group. It doesn't migrate the flow configuration of the phone number, too.

You can call DescribePhoneNumber API to verify the status of a previous UpdatePhoneNumber operation.

Public Method UpdatePhoneNumberMetadata(UpdatePhoneNumberMetadataRequest)

Updates a phone number’s metadata.

To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API.

Public Method UpdatePhoneNumberMetadataAsync(UpdatePhoneNumberMetadataRequest, CancellationToken)

Updates a phone number’s metadata.

To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API.

Public Method UpdatePredefinedAttribute(UpdatePredefinedAttributeRequest)

Updates a predefined attribute for the specified Amazon Connect instance.

Public Method UpdatePredefinedAttributeAsync(UpdatePredefinedAttributeRequest, CancellationToken)

Updates a predefined attribute for the specified Amazon Connect instance.

Public Method UpdatePrompt(UpdatePromptRequest)

Updates a prompt.

Public Method UpdatePromptAsync(UpdatePromptRequest, CancellationToken)

Updates a prompt.

Public Method UpdateQueueHoursOfOperation(UpdateQueueHoursOfOperationRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates the hours of operation for the specified queue.

Public Method UpdateQueueHoursOfOperationAsync(UpdateQueueHoursOfOperationRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates the hours of operation for the specified queue.

Public Method UpdateQueueMaxContacts(UpdateQueueMaxContactsRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates the maximum number of contacts allowed in a queue before it is considered full.

Public Method UpdateQueueMaxContactsAsync(UpdateQueueMaxContactsRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates the maximum number of contacts allowed in a queue before it is considered full.

Public Method UpdateQueueName(UpdateQueueNameRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates the name and description of a queue. At least Name or Description must be provided.

Public Method UpdateQueueNameAsync(UpdateQueueNameRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates the name and description of a queue. At least Name or Description must be provided.

Public Method UpdateQueueOutboundCallerConfig(UpdateQueueOutboundCallerConfigRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.

  • If the phone number is claimed to a traffic distribution group that was created in the same Region as the Amazon Connect instance where you are calling this API, then you can use a full phone number ARN or a UUID for OutboundCallerIdNumberId. However, if the phone number is claimed to a traffic distribution group that is in one Region, and you are calling this API from an instance in another Amazon Web Services Region that is associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

  • Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.

  • If you plan to use IAM policies to allow/deny access to this API for phone number resources claimed to a traffic distribution group, see Allow or Deny queue API actions for phone numbers in a replica Region.

Public Method UpdateQueueOutboundCallerConfigAsync(UpdateQueueOutboundCallerConfigRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.

  • If the phone number is claimed to a traffic distribution group that was created in the same Region as the Amazon Connect instance where you are calling this API, then you can use a full phone number ARN or a UUID for OutboundCallerIdNumberId. However, if the phone number is claimed to a traffic distribution group that is in one Region, and you are calling this API from an instance in another Amazon Web Services Region that is associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

  • Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.

  • If you plan to use IAM policies to allow/deny access to this API for phone number resources claimed to a traffic distribution group, see Allow or Deny queue API actions for phone numbers in a replica Region.

Public Method UpdateQueueStatus(UpdateQueueStatusRequest)

This API is in preview release for Amazon Connect and is subject to change.

Updates the status of the queue.

Public Method UpdateQueueStatusAsync(UpdateQueueStatusRequest, CancellationToken)

This API is in preview release for Amazon Connect and is subject to change.

Updates the status of the queue.

Public Method UpdateQuickConnectConfig(UpdateQuickConnectConfigRequest)

Updates the configuration settings for the specified quick connect.

Public Method UpdateQuickConnectConfigAsync(UpdateQuickConnectConfigRequest, CancellationToken)

Updates the configuration settings for the specified quick connect.

Public Method UpdateQuickConnectName(UpdateQuickConnectNameRequest)

Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least Name or Description must be provided.

Public Method UpdateQuickConnectNameAsync(UpdateQuickConnectNameRequest, CancellationToken)

Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least Name or Description must be provided.

Public Method UpdateRoutingProfileAgentAvailabilityTimer(UpdateRoutingProfileAgentAvailabilityTimerRequest)

Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.

Public Method UpdateRoutingProfileAgentAvailabilityTimerAsync(UpdateRoutingProfileAgentAvailabilityTimerRequest, CancellationToken)

Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.

Public Method UpdateRoutingProfileConcurrency(UpdateRoutingProfileConcurrencyRequest)

Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.

Public Method UpdateRoutingProfileConcurrencyAsync(UpdateRoutingProfileConcurrencyRequest, CancellationToken)

Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.

Public Method UpdateRoutingProfileDefaultOutboundQueue(UpdateRoutingProfileDefaultOutboundQueueRequest)

Updates the default outbound queue of a routing profile.

Public Method UpdateRoutingProfileDefaultOutboundQueueAsync(UpdateRoutingProfileDefaultOutboundQueueRequest, CancellationToken)

Updates the default outbound queue of a routing profile.

Public Method UpdateRoutingProfileName(UpdateRoutingProfileNameRequest)

Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least Name or Description must be provided.

Public Method UpdateRoutingProfileNameAsync(UpdateRoutingProfileNameRequest, CancellationToken)

Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least Name or Description must be provided.

Public Method UpdateRoutingProfileQueues(UpdateRoutingProfileQueuesRequest)

Updates the properties associated with a set of queues for a routing profile.

Public Method UpdateRoutingProfileQueuesAsync(UpdateRoutingProfileQueuesRequest, CancellationToken)

Updates the properties associated with a set of queues for a routing profile.

Public Method UpdateRule(UpdateRuleRequest)

Updates a rule for the specified Amazon Connect instance.

Use the Rules Function language to code conditions for the rule.

Public Method UpdateRuleAsync(UpdateRuleRequest, CancellationToken)

Updates a rule for the specified Amazon Connect instance.

Use the Rules Function language to code conditions for the rule.

Public Method UpdateSecurityProfile(UpdateSecurityProfileRequest)

Updates a security profile.

Public Method UpdateSecurityProfileAsync(UpdateSecurityProfileRequest, CancellationToken)

Updates a security profile.

Public Method UpdateTaskTemplate(UpdateTaskTemplateRequest)

Updates details about a specific task template in the specified Amazon Connect instance. This operation does not support partial updates. Instead it does a full update of template content.

Public Method UpdateTaskTemplateAsync(UpdateTaskTemplateRequest, CancellationToken)

Updates details about a specific task template in the specified Amazon Connect instance. This operation does not support partial updates. Instead it does a full update of template content.

Public Method UpdateTrafficDistribution(UpdateTrafficDistributionRequest)

Updates the traffic distribution for a given traffic distribution group.

The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned.

For more information about updating a traffic distribution group, see Update telephony traffic distribution across Amazon Web Services Regions in the Amazon Connect Administrator Guide.

Public Method UpdateTrafficDistributionAsync(UpdateTrafficDistributionRequest, CancellationToken)

Updates the traffic distribution for a given traffic distribution group.

The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned.

For more information about updating a traffic distribution group, see Update telephony traffic distribution across Amazon Web Services Regions in the Amazon Connect Administrator Guide.

Public Method UpdateUserHierarchy(UpdateUserHierarchyRequest)

Assigns the specified hierarchy group to the specified user.

Public Method UpdateUserHierarchyAsync(UpdateUserHierarchyRequest, CancellationToken)

Assigns the specified hierarchy group to the specified user.

Public Method UpdateUserHierarchyGroupName(UpdateUserHierarchyGroupNameRequest)

Updates the name of the user hierarchy group.

Public Method UpdateUserHierarchyGroupNameAsync(UpdateUserHierarchyGroupNameRequest, CancellationToken)

Updates the name of the user hierarchy group.

Public Method UpdateUserHierarchyStructure(UpdateUserHierarchyStructureRequest)

Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.

Public Method UpdateUserHierarchyStructureAsync(UpdateUserHierarchyStructureRequest, CancellationToken)

Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.

Public Method UpdateUserIdentityInfo(UpdateUserIdentityInfoRequest)

Updates the identity information for the specified user.

We strongly recommend limiting who has the ability to invoke UpdateUserIdentityInfo. Someone with that ability can change the login credentials of other users by changing their email address. This poses a security risk to your organization. They can change the email address of a user to the attacker's email address, and then reset the password through email. For more information, see Best Practices for Security Profiles in the Amazon Connect Administrator Guide.

Public Method UpdateUserIdentityInfoAsync(UpdateUserIdentityInfoRequest, CancellationToken)

Updates the identity information for the specified user.

We strongly recommend limiting who has the ability to invoke UpdateUserIdentityInfo. Someone with that ability can change the login credentials of other users by changing their email address. This poses a security risk to your organization. They can change the email address of a user to the attacker's email address, and then reset the password through email. For more information, see Best Practices for Security Profiles in the Amazon Connect Administrator Guide.

Public Method UpdateUserPhoneConfig(UpdateUserPhoneConfigRequest)

Updates the phone configuration settings for the specified user.

Public Method UpdateUserPhoneConfigAsync(UpdateUserPhoneConfigRequest, CancellationToken)

Updates the phone configuration settings for the specified user.

Public Method UpdateUserProficiencies(UpdateUserProficienciesRequest)

Updates the properties associated with the proficiencies of a user.

Public Method UpdateUserProficienciesAsync(UpdateUserProficienciesRequest, CancellationToken)

Updates the properties associated with the proficiencies of a user.

Public Method UpdateUserRoutingProfile(UpdateUserRoutingProfileRequest)

Assigns the specified routing profile to the specified user.

Public Method UpdateUserRoutingProfileAsync(UpdateUserRoutingProfileRequest, CancellationToken)

Assigns the specified routing profile to the specified user.

Public Method UpdateUserSecurityProfiles(UpdateUserSecurityProfilesRequest)

Assigns the specified security profiles to the specified user.

Public Method UpdateUserSecurityProfilesAsync(UpdateUserSecurityProfilesRequest, CancellationToken)

Assigns the specified security profiles to the specified user.

Public Method UpdateViewContent(UpdateViewContentRequest)

Updates the view content of the given view identifier in the specified Amazon Connect instance.

It performs content validation if Status is set to SAVED and performs full content validation if Status is PUBLISHED. Note that the $SAVED alias' content will always be updated, but the $LATEST alias' content will only be updated if Status is PUBLISHED.

Public Method UpdateViewContentAsync(UpdateViewContentRequest, CancellationToken)

Updates the view content of the given view identifier in the specified Amazon Connect instance.

It performs content validation if Status is set to SAVED and performs full content validation if Status is PUBLISHED. Note that the $SAVED alias' content will always be updated, but the $LATEST alias' content will only be updated if Status is PUBLISHED.

Public Method UpdateViewMetadata(UpdateViewMetadataRequest)

Updates the view metadata. Note that either Name or Description must be provided.

Public Method UpdateViewMetadataAsync(UpdateViewMetadataRequest, CancellationToken)

Updates the view metadata. Note that either Name or Description must be provided.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5