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.
Implementation 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 use an endpoint to connect programmatically to an Amazon Web Services service. For a list of Amazon Connect endpoints, see Amazon Connect Endpoints.
Namespace: Amazon.Connect
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class AmazonConnectClient : AmazonServiceClient IAmazonConnect, IAmazonService, IDisposable
The AmazonConnectClient type exposes the following members
Name | Description | |
---|---|---|
AmazonConnectClient() |
Constructs AmazonConnectClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonConnectClient(RegionEndpoint) |
Constructs AmazonConnectClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonConnectClient(AmazonConnectConfig) |
Constructs AmazonConnectClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonConnectClient(AWSCredentials) |
Constructs AmazonConnectClient with AWS Credentials |
|
AmazonConnectClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonConnectClient with AWS Credentials |
|
AmazonConnectClient(AWSCredentials, AmazonConnectConfig) |
Constructs AmazonConnectClient with AWS Credentials and an AmazonConnectClient Configuration object. |
|
AmazonConnectClient(string, string) |
Constructs AmazonConnectClient with AWS Access Key ID and AWS Secret Key |
|
AmazonConnectClient(string, string, RegionEndpoint) |
Constructs AmazonConnectClient with AWS Access Key ID and AWS Secret Key |
|
AmazonConnectClient(string, string, AmazonConnectConfig) |
Constructs AmazonConnectClient with AWS Access Key ID, AWS Secret Key and an AmazonConnectClient Configuration object. |
|
AmazonConnectClient(string, string, string) |
Constructs AmazonConnectClient with AWS Access Key ID and AWS Secret Key |
|
AmazonConnectClient(string, string, string, RegionEndpoint) |
Constructs AmazonConnectClient with AWS Access Key ID and AWS Secret Key |
|
AmazonConnectClient(string, string, string, AmazonConnectConfig) |
Constructs AmazonConnectClient with AWS Access Key ID, AWS Secret Key and an AmazonConnectClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. | |
Paginators | Amazon.Connect.Model.IConnectPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
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. |
|
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. |
|
AssociateAnalyticsDataSet(AssociateAnalyticsDataSetRequest) |
Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call. |
|
AssociateAnalyticsDataSetAsync(AssociateAnalyticsDataSetRequest, CancellationToken) |
Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
AssociateFlow(AssociateFlowRequest) |
Associates a connect resource to a flow. |
|
AssociateFlowAsync(AssociateFlowRequest, CancellationToken) |
Associates a connect resource to a flow. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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
|
|
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
|
|
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. |
|
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. |
|
AssociateRoutingProfileQueues(AssociateRoutingProfileQueuesRequest) |
Associates a set of queues with a routing profile. |
|
AssociateRoutingProfileQueuesAsync(AssociateRoutingProfileQueuesRequest, CancellationToken) |
Associates a set of queues with a routing profile. |
|
AssociateSecurityKey(AssociateSecurityKeyRequest) |
This API is in preview release for Amazon Connect and is subject to change. Associates a security key to the instance. |
|
AssociateSecurityKeyAsync(AssociateSecurityKeyRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Associates a security key to the instance. |
|
AssociateTrafficDistributionGroupUser(AssociateTrafficDistributionGroupUserRequest) |
Associates an agent with a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created. |
|
AssociateTrafficDistributionGroupUserAsync(AssociateTrafficDistributionGroupUserRequest, CancellationToken) |
Associates an agent with a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created. |
|
AssociateUserProficiencies(AssociateUserProficienciesRequest) |
>Associates a set of proficiencies with a user. |
|
AssociateUserProficienciesAsync(AssociateUserProficienciesRequest, CancellationToken) |
>Associates a set of proficiencies with a user. |
|
BatchAssociateAnalyticsDataSet(BatchAssociateAnalyticsDataSetRequest) |
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. |
|
BatchAssociateAnalyticsDataSetAsync(BatchAssociateAnalyticsDataSetRequest, CancellationToken) |
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. |
|
BatchDisassociateAnalyticsDataSet(BatchDisassociateAnalyticsDataSetRequest) |
Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call. |
|
BatchDisassociateAnalyticsDataSetAsync(BatchDisassociateAnalyticsDataSetRequest, CancellationToken) |
Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call. |
|
BatchGetAttachedFileMetadata(BatchGetAttachedFileMetadataRequest) |
Allows you to retrieve metadata about multiple attached files on an associated resource. Each attached file provided in the input list must be associated with the input AssociatedResourceArn. |
|
BatchGetAttachedFileMetadataAsync(BatchGetAttachedFileMetadataRequest, CancellationToken) |
Allows you to retrieve metadata about multiple attached files on an associated resource. Each attached file provided in the input list must be associated with the input AssociatedResourceArn. |
|
BatchGetFlowAssociation(BatchGetFlowAssociationRequest) |
Retrieve the flow associations for the given resources. |
|
BatchGetFlowAssociationAsync(BatchGetFlowAssociationRequest, CancellationToken) |
Retrieve the flow associations for the given resources. |
|
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. |
|
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. |
|
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, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until up to 180 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. If you claim and release phone numbers using the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 180 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 180 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. |
|
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, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until up to 180 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. If you claim and release phone numbers using the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 180 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 180 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. |
|
CompleteAttachedFileUpload(CompleteAttachedFileUploadRequest) |
Allows you to confirm that the attached file has been uploaded using the pre-signed URL provided in the StartAttachedFileUpload API. |
|
CompleteAttachedFileUploadAsync(CompleteAttachedFileUploadRequest, CancellationToken) |
Allows you to confirm that the attached file has been uploaded using the pre-signed URL provided in the StartAttachedFileUpload API. |
|
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. |
|
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. |
|
CreateContact(CreateContactRequest) |
Creates a new contact. |
|
CreateContactAsync(CreateContactRequest, CancellationToken) |
Creates a new contact. |
|
CreateContactFlow(CreateContactFlowRequest) |
Creates a flow for the specified Amazon Connect instance. You can also create and update flows using the Amazon Connect Flow language. |
|
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. |
|
CreateContactFlowModule(CreateContactFlowModuleRequest) |
Creates a flow module for the specified Amazon Connect instance. |
|
CreateContactFlowModuleAsync(CreateContactFlowModuleRequest, CancellationToken) |
Creates a flow module for the specified Amazon Connect instance. |
|
CreateContactFlowVersion(CreateContactFlowVersionRequest) |
Publishes a new version of the flow provided. Versions are immutable and monotonically
increasing. If a version of the same flow content already exists, no new version is
created and instead the existing version number is returned. If the |
|
CreateContactFlowVersionAsync(CreateContactFlowVersionRequest, CancellationToken) |
Publishes a new version of the flow provided. Versions are immutable and monotonically
increasing. If a version of the same flow content already exists, no new version is
created and instead the existing version number is returned. If the |
|
CreateEmailAddress(CreateEmailAddressRequest) |
Create new email address in the specified Amazon Connect instance. For more information about email addresses, see Create email addresses in the Amazon Connect Administrator Guide. |
|
CreateEmailAddressAsync(CreateEmailAddressRequest, CancellationToken) |
Create new email address in the specified Amazon Connect instance. For more information about email addresses, see Create email addresses in the Amazon Connect Administrator Guide. |
|
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. |
|
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. |
|
CreateHoursOfOperation(CreateHoursOfOperationRequest) |
This API is in preview release for Amazon Connect and is subject to change. Creates hours of operation. |
|
CreateHoursOfOperationAsync(CreateHoursOfOperationRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Creates hours of operation. |
|
CreateHoursOfOperationOverride(CreateHoursOfOperationOverrideRequest) |
Creates an hours of operation override in an Amazon Connect hours of operation resource |
|
CreateHoursOfOperationOverrideAsync(CreateHoursOfOperationOverrideRequest, CancellationToken) |
Creates an hours of operation override in an Amazon Connect hours of operation resource |
|
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. For more information, see Create an Amazon Connect instance in the Amazon Connect Administrator Guide. 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. |
|
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. For more information, see Create an Amazon Connect instance in the Amazon Connect Administrator Guide. 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. |
|
CreateIntegrationAssociation(CreateIntegrationAssociationRequest) |
Creates an Amazon Web Services resource association with an Amazon Connect instance. |
|
CreateIntegrationAssociationAsync(CreateIntegrationAssociationRequest, CancellationToken) |
Creates an Amazon Web Services resource association with an Amazon Connect instance. |
|
CreateParticipant(CreateParticipantRequest) |
Adds a new participant into an on-going chat contact. For more information, see Customize chat flow experiences by integrating custom participants. |
|
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. |
|
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. |
|
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. |
|
CreatePredefinedAttribute(CreatePredefinedAttributeRequest) |
Creates a new predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
CreatePredefinedAttributeAsync(CreatePredefinedAttributeRequest, CancellationToken) |
Creates a new predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
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 Guide. |
|
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 Guide. |
|
CreatePushNotificationRegistration(CreatePushNotificationRegistrationRequest) |
Creates registration for a device token and a chat contact to receive real-time push notifications. For more information about push notifications, see Set up push notifications in Amazon Connect for mobile chat in the Amazon Connect Administrator Guide. |
|
CreatePushNotificationRegistrationAsync(CreatePushNotificationRegistrationRequest, CancellationToken) |
Creates registration for a device token and a chat contact to receive real-time push notifications. For more information about push notifications, see Set up push notifications in Amazon Connect for mobile chat in the Amazon Connect Administrator Guide. |
|
CreateQueue(CreateQueueRequest) |
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
Only use the phone number ARN format that doesn't contain
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.
|
|
CreateQueueAsync(CreateQueueRequest, CancellationToken) |
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
Only use the phone number ARN format that doesn't contain
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.
|
|
CreateQuickConnect(CreateQuickConnectRequest) |
Creates a quick connect for the specified Amazon Connect instance. |
|
CreateQuickConnectAsync(CreateQuickConnectRequest, CancellationToken) |
Creates a quick connect for the specified Amazon Connect instance. |
|
CreateRoutingProfile(CreateRoutingProfileRequest) |
Creates a new routing profile. |
|
CreateRoutingProfileAsync(CreateRoutingProfileRequest, CancellationToken) |
Creates a new routing profile. |
|
CreateRule(CreateRuleRequest) |
Creates a rule for the specified Amazon Connect instance. Use the Rules Function language to code conditions for the rule. |
|
CreateRuleAsync(CreateRuleRequest, CancellationToken) |
Creates a rule for the specified Amazon Connect instance. Use the Rules Function language to code conditions for the rule. |
|
CreateSecurityProfile(CreateSecurityProfileRequest) |
Creates a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
CreateSecurityProfileAsync(CreateSecurityProfileRequest, CancellationToken) |
Creates a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
CreateTaskTemplate(CreateTaskTemplateRequest) |
Creates a new task template in the specified Amazon Connect instance. |
|
CreateTaskTemplateAsync(CreateTaskTemplateRequest, CancellationToken) |
Creates a new task template in the specified Amazon Connect instance. |
|
CreateTrafficDistributionGroup(CreateTrafficDistributionGroupRequest) |
Creates a traffic distribution group given an Amazon Connect instance that has been
replicated.
The For more information about creating traffic distribution groups, see Set up traffic distribution groups in the Amazon Connect Administrator Guide. |
|
CreateTrafficDistributionGroupAsync(CreateTrafficDistributionGroupRequest, CancellationToken) |
Creates a traffic distribution group given an Amazon Connect instance that has been
replicated.
The For more information about creating traffic distribution groups, see Set up traffic distribution groups in the Amazon Connect Administrator Guide. |
|
CreateUseCase(CreateUseCaseRequest) |
Creates a use case for an integration association. |
|
CreateUseCaseAsync(CreateUseCaseRequest, CancellationToken) |
Creates a use case for an integration association. |
|
CreateUser(CreateUserRequest) |
Creates a user account for the specified Amazon Connect instance.
Certain UserIdentityInfo
parameters are required in some situations. For example, For information about how to create users using the Amazon Connect admin website, see Add Users in the Amazon Connect Administrator Guide. |
|
CreateUserAsync(CreateUserRequest, CancellationToken) |
Creates a user account for the specified Amazon Connect instance.
Certain UserIdentityInfo
parameters are required in some situations. For example, For information about how to create users using the Amazon Connect admin website, see Add Users in the Amazon Connect Administrator Guide. |
|
CreateUserHierarchyGroup(CreateUserHierarchyGroupRequest) |
Creates a new user hierarchy group. |
|
CreateUserHierarchyGroupAsync(CreateUserHierarchyGroupRequest, CancellationToken) |
Creates a new user hierarchy group. |
|
CreateView(CreateViewRequest) |
Creates a new view with the possible status of The views will have a unique name for each connect instance.
It performs basic content validation if the status is |
|
CreateViewAsync(CreateViewRequest, CancellationToken) |
Creates a new view with the possible status of The views will have a unique name for each connect instance.
It performs basic content validation if the status is |
|
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 |
|
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 |
|
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. |
|
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. |
|
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. |
|
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. |
|
DeleteAttachedFile(DeleteAttachedFileRequest) |
Deletes an attached file along with the underlying S3 Object.
The attached file is permanently deleted if S3 bucket versioning is not enabled.
|
|
DeleteAttachedFileAsync(DeleteAttachedFileRequest, CancellationToken) |
Deletes an attached file along with the underlying S3 Object.
The attached file is permanently deleted if S3 bucket versioning is not enabled.
|
|
DeleteContactEvaluation(DeleteContactEvaluationRequest) |
Deletes a contact evaluation in the specified Amazon Connect instance. |
|
DeleteContactEvaluationAsync(DeleteContactEvaluationRequest, CancellationToken) |
Deletes a contact evaluation in the specified Amazon Connect instance. |
|
DeleteContactFlow(DeleteContactFlowRequest) |
Deletes a flow for the specified Amazon Connect instance. |
|
DeleteContactFlowAsync(DeleteContactFlowRequest, CancellationToken) |
Deletes a flow for the specified Amazon Connect instance. |
|
DeleteContactFlowModule(DeleteContactFlowModuleRequest) |
Deletes the specified flow module. |
|
DeleteContactFlowModuleAsync(DeleteContactFlowModuleRequest, CancellationToken) |
Deletes the specified flow module. |
|
DeleteEmailAddress(DeleteEmailAddressRequest) |
Deletes email address from the specified Amazon Connect instance. |
|
DeleteEmailAddressAsync(DeleteEmailAddressRequest, CancellationToken) |
Deletes email address from the specified Amazon Connect instance. |
|
DeleteEvaluationForm(DeleteEvaluationFormRequest) |
Deletes an evaluation form in the specified Amazon Connect instance.
|
|
DeleteEvaluationFormAsync(DeleteEvaluationFormRequest, CancellationToken) |
Deletes an evaluation form in the specified Amazon Connect instance.
|
|
DeleteHoursOfOperation(DeleteHoursOfOperationRequest) |
This API is in preview release for Amazon Connect and is subject to change. Deletes an hours of operation. |
|
DeleteHoursOfOperationAsync(DeleteHoursOfOperationRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Deletes an hours of operation. |
|
DeleteHoursOfOperationOverride(DeleteHoursOfOperationOverrideRequest) |
Deletes an hours of operation override in an Amazon Connect hours of operation resource |
|
DeleteHoursOfOperationOverrideAsync(DeleteHoursOfOperationOverrideRequest, CancellationToken) |
Deletes an hours of operation override in an Amazon Connect hours of operation resource |
|
DeleteInstance(DeleteInstanceRequest) |
This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. For more information, see Delete your Amazon Connect instance in the Amazon Connect Administrator Guide. 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. |
|
DeleteInstanceAsync(DeleteInstanceRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. For more information, see Delete your Amazon Connect instance in the Amazon Connect Administrator Guide. 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. |
|
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. |
|
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. |
|
DeletePredefinedAttribute(DeletePredefinedAttributeRequest) |
Deletes a predefined attribute from the specified Amazon Connect instance. |
|
DeletePredefinedAttributeAsync(DeletePredefinedAttributeRequest, CancellationToken) |
Deletes a predefined attribute from the specified Amazon Connect instance. |
|
DeletePrompt(DeletePromptRequest) |
Deletes a prompt. |
|
DeletePromptAsync(DeletePromptRequest, CancellationToken) |
Deletes a prompt. |
|
DeletePushNotificationRegistration(DeletePushNotificationRegistrationRequest) |
Deletes registration for a device token and a chat contact. |
|
DeletePushNotificationRegistrationAsync(DeletePushNotificationRegistrationRequest, CancellationToken) |
Deletes registration for a device token and a chat contact. |
|
DeleteQueue(DeleteQueueRequest) |
Deletes a queue. It isn't possible to delete a queue by using the Amazon Connect admin website. |
|
DeleteQueueAsync(DeleteQueueRequest, CancellationToken) |
Deletes a queue. It isn't possible to delete a queue by using the Amazon Connect admin website. |
|
DeleteQuickConnect(DeleteQuickConnectRequest) |
Deletes a quick connect.
After calling DeleteUser,
it's important to call
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.
|
|
DeleteQuickConnectAsync(DeleteQuickConnectRequest, CancellationToken) |
Deletes a quick connect.
After calling DeleteUser,
it's important to call
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.
|
|
DeleteRoutingProfile(DeleteRoutingProfileRequest) |
Deletes a routing profile. |
|
DeleteRoutingProfileAsync(DeleteRoutingProfileRequest, CancellationToken) |
Deletes a routing profile. |
|
DeleteRule(DeleteRuleRequest) |
Deletes a rule for the specified Amazon Connect instance. |
|
DeleteRuleAsync(DeleteRuleRequest, CancellationToken) |
Deletes a rule for the specified Amazon Connect instance. |
|
DeleteSecurityProfile(DeleteSecurityProfileRequest) |
Deletes a security profile. |
|
DeleteSecurityProfileAsync(DeleteSecurityProfileRequest, CancellationToken) |
Deletes a security profile. |
|
DeleteTaskTemplate(DeleteTaskTemplateRequest) |
Deletes the task template. |
|
DeleteTaskTemplateAsync(DeleteTaskTemplateRequest, CancellationToken) |
Deletes the task template. |
|
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. |
|
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. |
|
DeleteUseCase(DeleteUseCaseRequest) |
Deletes a use case from an integration association. |
|
DeleteUseCaseAsync(DeleteUseCaseRequest, CancellationToken) |
Deletes a use case from an integration association. |
|
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:
|
|
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:
|
|
DeleteUserHierarchyGroup(DeleteUserHierarchyGroupRequest) |
Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups. |
|
DeleteUserHierarchyGroupAsync(DeleteUserHierarchyGroupRequest, CancellationToken) |
Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups. |
|
DeleteView(DeleteViewRequest) |
Deletes the view entirely. It deletes the view and all associated qualifiers (versions and aliases). |
|
DeleteViewAsync(DeleteViewRequest, CancellationToken) |
Deletes the view entirely. It deletes the view and all associated qualifiers (versions and aliases). |
|
DeleteViewVersion(DeleteViewVersionRequest) |
Deletes the particular version specified in |
|
DeleteViewVersionAsync(DeleteViewVersionRequest, CancellationToken) |
Deletes the particular version specified in |
|
DeleteVocabulary(DeleteVocabularyRequest) |
Deletes the vocabulary that has the given identifier. |
|
DeleteVocabularyAsync(DeleteVocabularyRequest, CancellationToken) |
Deletes the vocabulary that has the given identifier. |
|
DescribeAgentStatus(DescribeAgentStatusRequest) |
This API is in preview release for Amazon Connect and is subject to change. Describes an agent status. |
|
DescribeAgentStatusAsync(DescribeAgentStatusRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Describes an agent status. |
|
DescribeAuthenticationProfile(DescribeAuthenticationProfileRequest) |
This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Describes the target authentication profile. |
|
DescribeAuthenticationProfileAsync(DescribeAuthenticationProfileRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Describes the target authentication profile. |
|
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 from the InitiationTimestamp, and then it is deleted. Only contact information that is available in Amazon Connect is returned by this API |
|
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 from the InitiationTimestamp, and then it is deleted. Only contact information that is available in Amazon Connect is returned by this API |
|
DescribeContactEvaluation(DescribeContactEvaluationRequest) |
Describes a contact evaluation in the specified Amazon Connect instance. |
|
DescribeContactEvaluationAsync(DescribeContactEvaluationRequest, CancellationToken) |
Describes a contact evaluation in the specified Amazon Connect instance. |
|
DescribeContactFlow(DescribeContactFlowRequest) |
Describes the specified flow. You can also create and update flows using the Amazon Connect Flow language.
Use the
In the response, Status indicates the flow status as either |
|
DescribeContactFlowAsync(DescribeContactFlowRequest, CancellationToken) |
Describes the specified flow. You can also create and update flows using the Amazon Connect Flow language.
Use the
In the response, Status indicates the flow status as either |
|
DescribeContactFlowModule(DescribeContactFlowModuleRequest) |
Describes the specified flow module.
Use the |
|
DescribeContactFlowModuleAsync(DescribeContactFlowModuleRequest, CancellationToken) |
Describes the specified flow module.
Use the |
|
DescribeEmailAddress(DescribeEmailAddressRequest) |
Describe email address form the specified Amazon Connect instance. |
|
DescribeEmailAddressAsync(DescribeEmailAddressRequest, CancellationToken) |
Describe email address form the specified Amazon Connect instance. |
|
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. |
|
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. |
|
DescribeHoursOfOperation(DescribeHoursOfOperationRequest) |
This API is in preview release for Amazon Connect and is subject to change. Describes the hours of operation. |
|
DescribeHoursOfOperationAsync(DescribeHoursOfOperationRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Describes the hours of operation. |
|
DescribeHoursOfOperationOverride(DescribeHoursOfOperationOverrideRequest) |
Describes the hours of operation override. |
|
DescribeHoursOfOperationOverrideAsync(DescribeHoursOfOperationOverrideRequest, CancellationToken) |
Describes the hours of operation override. |
|
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. |
|
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. |
|
DescribeInstanceAttribute(DescribeInstanceAttributeRequest) |
This API is in preview release for Amazon Connect and is subject to change. Describes the specified instance attribute. |
|
DescribeInstanceAttributeAsync(DescribeInstanceAttributeRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Describes the specified instance attribute. |
|
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. |
|
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. |
|
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 |
|
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 |
|
DescribePredefinedAttribute(DescribePredefinedAttributeRequest) |
Describes a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
DescribePredefinedAttributeAsync(DescribePredefinedAttributeRequest, CancellationToken) |
Describes a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
DescribePrompt(DescribePromptRequest) |
Describes the prompt. |
|
DescribePromptAsync(DescribePromptRequest, CancellationToken) |
Describes the prompt. |
|
DescribeQueue(DescribeQueueRequest) |
This API is in preview release for Amazon Connect and is subject to change. Describes the specified queue. |
|
DescribeQueueAsync(DescribeQueueRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Describes the specified queue. |
|
DescribeQuickConnect(DescribeQuickConnectRequest) |
Describes the quick connect. |
|
DescribeQuickConnectAsync(DescribeQuickConnectRequest, CancellationToken) |
Describes the quick connect. |
|
DescribeRoutingProfile(DescribeRoutingProfileRequest) |
Describes the specified routing profile. |
|
DescribeRoutingProfileAsync(DescribeRoutingProfileRequest, CancellationToken) |
Describes the specified routing profile. |
|
DescribeRule(DescribeRuleRequest) |
Describes a rule for the specified Amazon Connect instance. |
|
DescribeRuleAsync(DescribeRuleRequest, CancellationToken) |
Describes a rule for the specified Amazon Connect instance. |
|
DescribeSecurityProfile(DescribeSecurityProfileRequest) |
Gets basic information about the security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
DescribeSecurityProfileAsync(DescribeSecurityProfileRequest, CancellationToken) |
Gets basic information about the security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
DescribeTrafficDistributionGroup(DescribeTrafficDistributionGroupRequest) |
Gets details and status of a traffic distribution group. |
|
DescribeTrafficDistributionGroupAsync(DescribeTrafficDistributionGroupRequest, CancellationToken) |
Gets details and status of a traffic distribution group. |
|
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. |
|
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. |
|
DescribeUserHierarchyGroup(DescribeUserHierarchyGroupRequest) |
Describes the specified hierarchy group. |
|
DescribeUserHierarchyGroupAsync(DescribeUserHierarchyGroupRequest, CancellationToken) |
Describes the specified hierarchy group. |
|
DescribeUserHierarchyStructure(DescribeUserHierarchyStructureRequest) |
Describes the hierarchy structure of the specified Amazon Connect instance. |
|
DescribeUserHierarchyStructureAsync(DescribeUserHierarchyStructureRequest, CancellationToken) |
Describes the hierarchy structure of the specified Amazon Connect instance. |
|
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.
The view identifier can contain an optional qualifier, for example, |
|
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.
The view identifier can contain an optional qualifier, for example, |
|
DescribeVocabulary(DescribeVocabularyRequest) |
Describes the specified vocabulary. |
|
DescribeVocabularyAsync(DescribeVocabularyRequest, CancellationToken) |
Describes the specified vocabulary. |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
DisassociateAnalyticsDataSet(DisassociateAnalyticsDataSetRequest) |
Removes the dataset ID associated with a given Amazon Connect instance. |
|
DisassociateAnalyticsDataSetAsync(DisassociateAnalyticsDataSetRequest, CancellationToken) |
Removes the dataset ID associated with a given Amazon Connect instance. |
|
DisassociateApprovedOrigin(DisassociateApprovedOriginRequest) |
This API is in preview release for Amazon Connect and is subject to change. Revokes access to integrated applications from Amazon Connect. |
|
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. |
|
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. |
|
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. |
|
DisassociateFlow(DisassociateFlowRequest) |
Disassociates a connect resource from a flow. |
|
DisassociateFlowAsync(DisassociateFlowRequest, CancellationToken) |
Disassociates a connect resource from a flow. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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
|
|
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
|
|
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. |
|
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. |
|
DisassociateRoutingProfileQueues(DisassociateRoutingProfileQueuesRequest) |
Disassociates a set of queues from a routing profile. |
|
DisassociateRoutingProfileQueuesAsync(DisassociateRoutingProfileQueuesRequest, CancellationToken) |
Disassociates a set of queues from a routing profile. |
|
DisassociateSecurityKey(DisassociateSecurityKeyRequest) |
This API is in preview release for Amazon Connect and is subject to change. Deletes the specified security key. |
|
DisassociateSecurityKeyAsync(DisassociateSecurityKeyRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Deletes the specified security key. |
|
DisassociateTrafficDistributionGroupUser(DisassociateTrafficDistributionGroupUserRequest) |
Disassociates an agent from a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created. |
|
DisassociateTrafficDistributionGroupUserAsync(DisassociateTrafficDistributionGroupUserRequest, CancellationToken) |
Disassociates an agent from a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created. |
|
DisassociateUserProficiencies(DisassociateUserProficienciesRequest) |
Disassociates a set of proficiencies from a user. |
|
DisassociateUserProficienciesAsync(DisassociateUserProficienciesRequest, CancellationToken) |
Disassociates a set of proficiencies from a user. |
|
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 |
|
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 |
|
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. | |
GetAttachedFile(GetAttachedFileRequest) |
Provides a pre-signed URL for download of an approved attached file. This API also
returns metadata about the attached file. It will only return a downloadURL if the
status of the attached file is |
|
GetAttachedFileAsync(GetAttachedFileRequest, CancellationToken) |
Provides a pre-signed URL for download of an approved attached file. This API also
returns metadata about the attached file. It will only return a downloadURL if the
status of the attached file is |
|
GetContactAttributes(GetContactAttributesRequest) |
Retrieves the contact attributes for the specified contact. |
|
GetContactAttributesAsync(GetContactAttributesRequest, CancellationToken) |
Retrieves the contact attributes for the specified contact. |
|
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. |
|
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. |
|
GetCurrentUserData(GetCurrentUserDataRequest) |
Gets the real-time active user data from the specified Amazon Connect instance. |
|
GetCurrentUserDataAsync(GetCurrentUserDataRequest, CancellationToken) |
Gets the real-time active user data from the specified Amazon Connect instance. |
|
GetEffectiveHoursOfOperations(GetEffectiveHoursOfOperationsRequest) |
Get the hours of operations with the effective override applied. |
|
GetEffectiveHoursOfOperationsAsync(GetEffectiveHoursOfOperationsRequest, CancellationToken) |
Get the hours of operations with the effective override applied. |
|
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:
|
|
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:
|
|
GetFlowAssociation(GetFlowAssociationRequest) |
Retrieves the flow associated for a given resource. |
|
GetFlowAssociationAsync(GetFlowAssociationRequest, CancellationToken) |
Retrieves the flow associated for a given resource. |
|
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 |
|
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 |
|
GetMetricDataV2(GetMetricDataV2Request) |
Gets metric data from the specified Amazon Connect instance.
For a description of the historical metrics that are supported by |
|
GetMetricDataV2Async(GetMetricDataV2Request, CancellationToken) |
Gets metric data from the specified Amazon Connect instance.
For a description of the historical metrics that are supported by |
|
GetPromptFile(GetPromptFileRequest) |
Gets the prompt file. |
|
GetPromptFileAsync(GetPromptFileRequest, CancellationToken) |
Gets the prompt file. |
|
GetTaskTemplate(GetTaskTemplateRequest) |
Gets details about a specific task template in the specified Amazon Connect instance. |
|
GetTaskTemplateAsync(GetTaskTemplateRequest, CancellationToken) |
Gets details about a specific task template in the specified Amazon Connect instance. |
|
GetTrafficDistribution(GetTrafficDistributionRequest) |
Retrieves the current traffic distribution for a given traffic distribution group. |
|
GetTrafficDistributionAsync(GetTrafficDistributionRequest, CancellationToken) |
Retrieves the current traffic distribution for a given traffic distribution group. |
|
ImportPhoneNumber(ImportPhoneNumberRequest) |
Imports a claimed phone number from an external service, such as Amazon Web Services
End User Messaging, 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.
Call the DescribePhoneNumber
API to verify the status of a previous If you plan to claim or import numbers and then release numbers frequently, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until up to 180 days past the oldest number released has expired. By default you can claim or import and then release up to 200% of your maximum number of active phone numbers. If you claim or import and then release phone numbers using the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming or importing any more numbers until 180 days past the oldest number released has expired. For example, if you already have 99 claimed or imported numbers and a service level quota of 99 phone numbers, and in any 180 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. |
|
ImportPhoneNumberAsync(ImportPhoneNumberRequest, CancellationToken) |
Imports a claimed phone number from an external service, such as Amazon Web Services
End User Messaging, 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.
Call the DescribePhoneNumber
API to verify the status of a previous If you plan to claim or import numbers and then release numbers frequently, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until up to 180 days past the oldest number released has expired. By default you can claim or import and then release up to 200% of your maximum number of active phone numbers. If you claim or import and then release phone numbers using the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming or importing any more numbers until 180 days past the oldest number released has expired. For example, if you already have 99 claimed or imported numbers and a service level quota of 99 phone numbers, and in any 180 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. |
|
ListAgentStatuses(ListAgentStatusesRequest) |
This API is in preview release for Amazon Connect and is subject to change. Lists agent statuses. |
|
ListAgentStatusesAsync(ListAgentStatusesRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Lists agent statuses. |
|
ListAnalyticsDataAssociations(ListAnalyticsDataAssociationsRequest) |
Lists the association status of requested dataset ID for a given Amazon Connect instance. |
|
ListAnalyticsDataAssociationsAsync(ListAnalyticsDataAssociationsRequest, CancellationToken) |
Lists the association status of requested dataset ID for a given Amazon Connect instance. |
|
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. |
|
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. |
|
ListAssociatedContacts(ListAssociatedContactsRequest) |
Provides information about contact tree, a list of associated contacts with a unique identifier. |
|
ListAssociatedContactsAsync(ListAssociatedContactsRequest, CancellationToken) |
Provides information about contact tree, a list of associated contacts with a unique identifier. |
|
ListAuthenticationProfiles(ListAuthenticationProfilesRequest) |
This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Provides summary information about the authentication profiles in a specified Amazon Connect instance. |
|
ListAuthenticationProfilesAsync(ListAuthenticationProfilesRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Provides summary information about the authentication profiles in a specified Amazon Connect instance. |
|
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. |
|
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. |
|
ListContactEvaluations(ListContactEvaluationsRequest) |
Lists contact evaluations in the specified Amazon Connect instance. |
|
ListContactEvaluationsAsync(ListContactEvaluationsRequest, CancellationToken) |
Lists contact evaluations in the specified Amazon Connect instance. |
|
ListContactFlowModules(ListContactFlowModulesRequest) |
Provides information about the flow modules for the specified Amazon Connect instance. |
|
ListContactFlowModulesAsync(ListContactFlowModulesRequest, CancellationToken) |
Provides information about the flow modules for the specified Amazon Connect instance. |
|
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. |
|
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. |
|
ListContactFlowVersions(ListContactFlowVersionsRequest) |
Returns all the available versions for the specified Amazon Connect instance and flow identifier. |
|
ListContactFlowVersionsAsync(ListContactFlowVersionsRequest, CancellationToken) |
Returns all the available versions for the specified Amazon Connect instance and flow identifier. |
|
ListContactReferences(ListContactReferencesRequest) |
This API is in preview release for Amazon Connect and is subject to change.
For the specified |
|
ListContactReferencesAsync(ListContactReferencesRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change.
For the specified |
|
ListDefaultVocabularies(ListDefaultVocabulariesRequest) |
Lists the default vocabularies for the specified Amazon Connect instance. |
|
ListDefaultVocabulariesAsync(ListDefaultVocabulariesRequest, CancellationToken) |
Lists the default vocabularies for the specified Amazon Connect instance. |
|
ListEvaluationForms(ListEvaluationFormsRequest) |
Lists evaluation forms in the specified Amazon Connect instance. |
|
ListEvaluationFormsAsync(ListEvaluationFormsRequest, CancellationToken) |
Lists evaluation forms in the specified Amazon Connect instance. |
|
ListEvaluationFormVersions(ListEvaluationFormVersionsRequest) |
Lists versions of an evaluation form in the specified Amazon Connect instance. |
|
ListEvaluationFormVersionsAsync(ListEvaluationFormVersionsRequest, CancellationToken) |
Lists versions of an evaluation form in the specified Amazon Connect instance. |
|
ListFlowAssociations(ListFlowAssociationsRequest) |
List the flow association based on the filters. |
|
ListFlowAssociationsAsync(ListFlowAssociationsRequest, CancellationToken) |
List the flow association based on the filters. |
|
ListHoursOfOperationOverrides(ListHoursOfOperationOverridesRequest) |
List the hours of operation overrides. |
|
ListHoursOfOperationOverridesAsync(ListHoursOfOperationOverridesRequest, CancellationToken) |
List the hours of operation overrides. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
ListIntegrationAssociations(ListIntegrationAssociationsRequest) |
Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance. |
|
ListIntegrationAssociationsAsync(ListIntegrationAssociationsRequest, CancellationToken) |
Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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.
|
|
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.
|
|
ListPhoneNumbersV2(ListPhoneNumbersV2Request) |
Lists phone numbers claimed to your Amazon Connect instance or traffic distribution
group. If the provided For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.
|
|
ListPhoneNumbersV2Async(ListPhoneNumbersV2Request, CancellationToken) |
Lists phone numbers claimed to your Amazon Connect instance or traffic distribution
group. If the provided For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.
|
|
ListPredefinedAttributes(ListPredefinedAttributesRequest) |
Lists predefined attributes for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
ListPredefinedAttributesAsync(ListPredefinedAttributesRequest, CancellationToken) |
Lists predefined attributes for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
ListPrompts(ListPromptsRequest) |
Provides information about the prompts for the specified Amazon Connect instance. |
|
ListPromptsAsync(ListPromptsRequest, CancellationToken) |
Provides information about the prompts for the specified Amazon Connect instance. |
|
ListQueueQuickConnects(ListQueueQuickConnectsRequest) |
This API is in preview release for Amazon Connect and is subject to change. Lists the quick connects associated with a queue. |
|
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. |
|
ListQueues(ListQueuesRequest) |
Provides information about the queues for the specified Amazon Connect instance.
If you do not specify a For more information about queues, see Queues: Standard and Agent in the Amazon Connect Administrator Guide. |
|
ListQueuesAsync(ListQueuesRequest, CancellationToken) |
Provides information about the queues for the specified Amazon Connect instance.
If you do not specify a For more information about queues, see Queues: Standard and Agent in the Amazon Connect Administrator Guide. |
|
ListQuickConnects(ListQuickConnectsRequest) |
Provides information about the quick connects for the specified Amazon Connect instance. |
|
ListQuickConnectsAsync(ListQuickConnectsRequest, CancellationToken) |
Provides information about the quick connects for the specified Amazon Connect instance. |
|
ListRealtimeContactAnalysisSegmentsV2(ListRealtimeContactAnalysisSegmentsV2Request) |
Provides a list of analysis segments for a real-time analysis session. |
|
ListRealtimeContactAnalysisSegmentsV2Async(ListRealtimeContactAnalysisSegmentsV2Request, CancellationToken) |
Provides a list of analysis segments for a real-time analysis session. |
|
ListRoutingProfileQueues(ListRoutingProfileQueuesRequest) |
Lists the queues associated with a routing profile. |
|
ListRoutingProfileQueuesAsync(ListRoutingProfileQueuesRequest, CancellationToken) |
Lists the queues associated with a routing profile. |
|
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. |
|
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. |
|
ListRules(ListRulesRequest) |
List all rules for the specified Amazon Connect instance. |
|
ListRulesAsync(ListRulesRequest, CancellationToken) |
List all rules for the specified Amazon Connect instance. |
|
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. |
|
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. |
|
ListSecurityProfileApplications(ListSecurityProfileApplicationsRequest) |
Returns a list of third-party applications in a specific security profile. |
|
ListSecurityProfileApplicationsAsync(ListSecurityProfileApplicationsRequest, CancellationToken) |
Returns a list of third-party applications in a specific security profile. |
|
ListSecurityProfilePermissions(ListSecurityProfilePermissionsRequest) |
Lists the permissions granted to a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
ListSecurityProfilePermissionsAsync(ListSecurityProfilePermissionsRequest, CancellationToken) |
Lists the permissions granted to a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
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. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
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. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
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. |
|
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. |
|
ListTaskTemplates(ListTaskTemplatesRequest) |
Lists task templates for the specified Amazon Connect instance. |
|
ListTaskTemplatesAsync(ListTaskTemplatesRequest, CancellationToken) |
Lists task templates for the specified Amazon Connect instance. |
|
ListTrafficDistributionGroups(ListTrafficDistributionGroupsRequest) |
Lists traffic distribution groups. |
|
ListTrafficDistributionGroupsAsync(ListTrafficDistributionGroupsRequest, CancellationToken) |
Lists traffic distribution groups. |
|
ListTrafficDistributionGroupUsers(ListTrafficDistributionGroupUsersRequest) |
Lists traffic distribution group users. |
|
ListTrafficDistributionGroupUsersAsync(ListTrafficDistributionGroupUsersRequest, CancellationToken) |
Lists traffic distribution group users. |
|
ListUseCases(ListUseCasesRequest) |
Lists the use cases for the integration association. |
|
ListUseCasesAsync(ListUseCasesRequest, CancellationToken) |
Lists the use cases for the integration association. |
|
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. |
|
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. |
|
ListUserProficiencies(ListUserProficienciesRequest) |
Lists proficiencies associated with a user. |
|
ListUserProficienciesAsync(ListUserProficienciesRequest, CancellationToken) |
Lists proficiencies associated with a user. |
|
ListUsers(ListUsersRequest) |
Provides summary information about the users for the specified Amazon Connect instance. |
|
ListUsersAsync(ListUsersRequest, CancellationToken) |
Provides summary information about the users for the specified Amazon Connect instance. |
|
ListViews(ListViewsRequest) |
Returns views in the given instance. Results are sorted primarily by type, and secondarily by name. |
|
ListViewsAsync(ListViewsRequest, CancellationToken) |
Returns views in the given instance. Results are sorted primarily by type, and secondarily by name. |
|
ListViewVersions(ListViewVersionsRequest) |
Returns all the available versions for the specified Amazon Connect instance and view identifier. Results will be sorted from highest to lowest. |
|
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. |
|
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. |
|
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. |
|
PauseContact(PauseContactRequest) |
Allows pausing an ongoing task contact. |
|
PauseContactAsync(PauseContactRequest, CancellationToken) |
Allows pausing an ongoing task contact. |
|
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. |
|
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. |
|
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
After releasing a phone number, the phone number enters into a cooldown period for
up to 180 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, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until up to 180 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. If you claim and release phone numbers using the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 180 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 180 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. |
|
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
After releasing a phone number, the phone number enters into a cooldown period for
up to 180 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, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until up to 180 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. If you claim and release phone numbers using the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 180 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 180 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. |
|
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. |
|
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. |
|
ResumeContact(ResumeContactRequest) |
Allows resuming a task contact in a paused state. |
|
ResumeContactAsync(ResumeContactRequest, CancellationToken) |
Allows resuming a task contact in a paused state. |
|
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. |
|
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. |
|
SearchAgentStatuses(SearchAgentStatusesRequest) |
Searches AgentStatuses in an Amazon Connect instance, with optional filtering. |
|
SearchAgentStatusesAsync(SearchAgentStatusesRequest, CancellationToken) |
Searches AgentStatuses in an Amazon Connect instance, with optional filtering. |
|
SearchAvailablePhoneNumbers(SearchAvailablePhoneNumbersRequest) |
Searches for available phone numbers that you can claim to your Amazon Connect instance
or traffic distribution group. If the provided |
|
SearchAvailablePhoneNumbersAsync(SearchAvailablePhoneNumbersRequest, CancellationToken) |
Searches for available phone numbers that you can claim to your Amazon Connect instance
or traffic distribution group. If the provided |
|
SearchContactFlowModules(SearchContactFlowModulesRequest) |
Searches the flow modules in an Amazon Connect instance, with optional filtering. |
|
SearchContactFlowModulesAsync(SearchContactFlowModulesRequest, CancellationToken) |
Searches the flow modules in an Amazon Connect instance, with optional filtering. |
|
SearchContactFlows(SearchContactFlowsRequest) |
Searches the flows in an Amazon Connect instance, with optional filtering. |
|
SearchContactFlowsAsync(SearchContactFlowsRequest, CancellationToken) |
Searches the flows in an Amazon Connect instance, with optional filtering. |
|
SearchContacts(SearchContactsRequest) |
Searches contacts in an Amazon Connect instance. |
|
SearchContactsAsync(SearchContactsRequest, CancellationToken) |
Searches contacts in an Amazon Connect instance. |
|
SearchEmailAddresses(SearchEmailAddressesRequest) |
Searches email address in an instance, with optional filtering. |
|
SearchEmailAddressesAsync(SearchEmailAddressesRequest, CancellationToken) |
Searches email address in an instance, with optional filtering. |
|
SearchHoursOfOperationOverrides(SearchHoursOfOperationOverridesRequest) |
Searches the hours of operation overrides. |
|
SearchHoursOfOperationOverridesAsync(SearchHoursOfOperationOverridesRequest, CancellationToken) |
Searches the hours of operation overrides. |
|
SearchHoursOfOperations(SearchHoursOfOperationsRequest) |
Searches the hours of operation in an Amazon Connect instance, with optional filtering. |
|
SearchHoursOfOperationsAsync(SearchHoursOfOperationsRequest, CancellationToken) |
Searches the hours of operation in an Amazon Connect instance, with optional filtering. |
|
SearchPredefinedAttributes(SearchPredefinedAttributesRequest) |
Searches predefined attributes that meet certain criteria. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
SearchPredefinedAttributesAsync(SearchPredefinedAttributesRequest, CancellationToken) |
Searches predefined attributes that meet certain criteria. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
SearchPrompts(SearchPromptsRequest) |
Searches prompts in an Amazon Connect instance, with optional filtering. |
|
SearchPromptsAsync(SearchPromptsRequest, CancellationToken) |
Searches prompts in an Amazon Connect instance, with optional filtering. |
|
SearchQueues(SearchQueuesRequest) |
Searches queues in an Amazon Connect instance, with optional filtering. |
|
SearchQueuesAsync(SearchQueuesRequest, CancellationToken) |
Searches queues in an Amazon Connect instance, with optional filtering. |
|
SearchQuickConnects(SearchQuickConnectsRequest) |
Searches quick connects in an Amazon Connect instance, with optional filtering. |
|
SearchQuickConnectsAsync(SearchQuickConnectsRequest, CancellationToken) |
Searches quick connects in an Amazon Connect instance, with optional filtering. |
|
SearchResourceTags(SearchResourceTagsRequest) |
Searches tags used in an Amazon Connect instance using optional search criteria. |
|
SearchResourceTagsAsync(SearchResourceTagsRequest, CancellationToken) |
Searches tags used in an Amazon Connect instance using optional search criteria. |
|
SearchRoutingProfiles(SearchRoutingProfilesRequest) |
Searches routing profiles in an Amazon Connect instance, with optional filtering. |
|
SearchRoutingProfilesAsync(SearchRoutingProfilesRequest, CancellationToken) |
Searches routing profiles in an Amazon Connect instance, with optional filtering. |
|
SearchSecurityProfiles(SearchSecurityProfilesRequest) |
Searches security profiles in an Amazon Connect instance, with optional filtering. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
SearchSecurityProfilesAsync(SearchSecurityProfilesRequest, CancellationToken) |
Searches security profiles in an Amazon Connect instance, with optional filtering. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
SearchUserHierarchyGroups(SearchUserHierarchyGroupsRequest) |
Searches UserHierarchyGroups in an Amazon Connect instance, with optional filtering.
The UserHierarchyGroup with |
|
SearchUserHierarchyGroupsAsync(SearchUserHierarchyGroupsRequest, CancellationToken) |
Searches UserHierarchyGroups in an Amazon Connect instance, with optional filtering.
The UserHierarchyGroup with |
|
SearchUsers(SearchUsersRequest) |
Searches users in an Amazon Connect instance, with optional filtering.
|
|
SearchUsersAsync(SearchUsersRequest, CancellationToken) |
Searches users in an Amazon Connect instance, with optional filtering.
|
|
SearchVocabularies(SearchVocabulariesRequest) |
Searches for vocabularies within a specific Amazon Connect instance using |
|
SearchVocabulariesAsync(SearchVocabulariesRequest, CancellationToken) |
Searches for vocabularies within a specific Amazon Connect instance using |
|
SendChatIntegrationEvent(SendChatIntegrationEventRequest) |
Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect. A chat integration event includes:
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 Web Services End User Messaging for supporting SMS integration. |
|
SendChatIntegrationEventAsync(SendChatIntegrationEventRequest, CancellationToken) |
Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect. A chat integration event includes:
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 Web Services End User Messaging for supporting SMS integration. |
|
SendOutboundEmail(SendOutboundEmailRequest) |
Send outbound email for outbound campaigns. For more information about outbound campaigns,
see Set
up Amazon Connect outbound campaigns.
Only the Amazon Connect outbound campaigns service principal is allowed to assume
a role in your account and call this API.
|
|
SendOutboundEmailAsync(SendOutboundEmailRequest, CancellationToken) |
Send outbound email for outbound campaigns. For more information about outbound campaigns,
see Set
up Amazon Connect outbound campaigns.
Only the Amazon Connect outbound campaigns service principal is allowed to assume
a role in your account and call this API.
|
|
StartAttachedFileUpload(StartAttachedFileUploadRequest) |
Provides a pre-signed Amazon S3 URL in response for uploading your content.
You may only use this API to upload attachments to an Amazon
Connect Case or Amazon
Connect Email.
|
|
StartAttachedFileUploadAsync(StartAttachedFileUploadRequest, CancellationToken) |
Provides a pre-signed Amazon S3 URL in response for uploading your content.
You may only use this API to upload attachments to an Amazon
Connect Case or Amazon
Connect Email.
|
|
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:
If you use the For more information about chat, see the following topics in the Amazon Connect Administrator Guide: |
|
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:
If you use the For more information about chat, see the following topics in the Amazon Connect Administrator Guide: |
|
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.
|
|
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.
|
|
StartContactRecording(StartContactRecordingRequest) |
Starts recording the contact:
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. |
|
StartContactRecordingAsync(StartContactRecordingRequest, CancellationToken) |
Starts recording the contact:
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. |
|
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. For more information about chat, see the following topics in the Amazon Connect Administrator Guide: |
|
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. For more information about chat, see the following topics in the Amazon Connect Administrator Guide: |
|
StartEmailContact(StartEmailContactRequest) |
Creates an inbound email contact and initiates a flow to start the email contact for the customer. Response of this API provides the ContactId of the email contact created. |
|
StartEmailContactAsync(StartEmailContactRequest, CancellationToken) |
Creates an inbound email contact and initiates a flow to start the email contact for the customer. Response of this API provides the ContactId of the email contact created. |
|
StartOutboundChatContact(StartOutboundChatContactRequest) |
Initiates a new outbound SMS contact to a customer. Response of this API provides
the
SourceEndpoint only supports Endpoints with This API can be used to initiate outbound SMS contacts for an agent, or it can also deflect an ongoing contact to an outbound SMS contact by using the StartOutboundChatContact Flow Action. For more information about using SMS in Amazon Connect, see the following topics in the Amazon Connect Administrator Guide: |
|
StartOutboundChatContactAsync(StartOutboundChatContactRequest, CancellationToken) |
Initiates a new outbound SMS contact to a customer. Response of this API provides
the
SourceEndpoint only supports Endpoints with This API can be used to initiate outbound SMS contacts for an agent, or it can also deflect an ongoing contact to an outbound SMS contact by using the StartOutboundChatContact Flow Action. For more information about using SMS in Amazon Connect, see the following topics in the Amazon Connect Administrator Guide: |
|
StartOutboundEmailContact(StartOutboundEmailContactRequest) |
Initiates a flow to send an agent reply or outbound email contact (created from the CreateContact API) to a customer. |
|
StartOutboundEmailContactAsync(StartOutboundEmailContactRequest, CancellationToken) |
Initiates a flow to send an agent reply or outbound email contact (created from the CreateContact API) to a customer. |
|
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 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 |
|
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 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 |
|
StartScreenSharing(StartScreenSharingRequest) |
Starts screen sharing for a contact. For more information about screen sharing, see Set up in-app, web, video calling, and screen sharing capabilities in the Amazon Connect Administrator Guide. |
|
StartScreenSharingAsync(StartScreenSharingRequest, CancellationToken) |
Starts screen sharing for a contact. For more information about screen sharing, see Set up in-app, web, video calling, and screen sharing capabilities in the Amazon Connect Administrator Guide. |
|
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
In addition, when calling StartTaskContact include only one of these parameters:
A |
|
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
In addition, when calling StartTaskContact include only one of these parameters:
A |
|
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). |
|
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). |
|
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:
Chat and task contacts can be terminated in any state, regardless of initiation 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:
Chat and task contacts can be terminated in any state, regardless of initiation 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. |
|
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. |
|
StopContactStreaming(StopContactStreamingRequest) |
Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API. |
|
StopContactStreamingAsync(StopContactStreamingRequest, CancellationToken) |
Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API. |
|
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 ( If a contact evaluation is already in submitted state, this operation will trigger a resubmission. |
|
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 ( If a contact evaluation is already in submitted state, this operation will trigger a resubmission. |
|
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. |
|
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. |
|
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. |
|
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. |
|
TagResource(TagResourceRequest) |
Adds the specified tags to the specified resource. Some of the supported resource types are agents, routing profiles, queues, quick connects, 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. |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
Adds the specified tags to the specified resource. Some of the supported resource types are agents, routing profiles, queues, quick connects, 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. |
|
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:
|
|
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:
|
|
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. |
|
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. |
|
UntagResource(UntagResourceRequest) |
Removes the specified tags from the specified resource. |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes the specified tags from the specified resource. |
|
UpdateAgentStatus(UpdateAgentStatusRequest) |
This API is in preview release for Amazon Connect and is subject to change. Updates agent status. |
|
UpdateAgentStatusAsync(UpdateAgentStatusRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Updates agent status. |
|
UpdateAuthenticationProfile(UpdateAuthenticationProfileRequest) |
This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Updates the selected authentication profile. |
|
UpdateAuthenticationProfileAsync(UpdateAuthenticationProfileRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support. Updates the selected authentication profile. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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 ( |
|
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 ( |
|
UpdateContactFlowContent(UpdateContactFlowContentRequest) |
Updates the specified flow. You can also create and update flows using the Amazon Connect Flow language.
Use the |
|
UpdateContactFlowContentAsync(UpdateContactFlowContentRequest, CancellationToken) |
Updates the specified flow. You can also create and update flows using the Amazon Connect Flow language.
Use the |
|
UpdateContactFlowMetadata(UpdateContactFlowMetadataRequest) |
Updates metadata about specified flow. |
|
UpdateContactFlowMetadataAsync(UpdateContactFlowMetadataRequest, CancellationToken) |
Updates metadata about specified flow. |
|
UpdateContactFlowModuleContent(UpdateContactFlowModuleContentRequest) |
Updates specified flow module for the specified Amazon Connect instance.
Use the |
|
UpdateContactFlowModuleContentAsync(UpdateContactFlowModuleContentRequest, CancellationToken) |
Updates specified flow module for the specified Amazon Connect instance.
Use the |
|
UpdateContactFlowModuleMetadata(UpdateContactFlowModuleMetadataRequest) |
Updates metadata about specified flow module. |
|
UpdateContactFlowModuleMetadataAsync(UpdateContactFlowModuleMetadataRequest, CancellationToken) |
Updates metadata about specified flow module. |
|
UpdateContactFlowName(UpdateContactFlowNameRequest) |
The name of the flow. You can also create and update flows using the Amazon Connect Flow language. |
|
UpdateContactFlowNameAsync(UpdateContactFlowNameRequest, CancellationToken) |
The name of the flow. You can also create and update flows using the Amazon Connect Flow language. |
|
UpdateContactRoutingData(UpdateContactRoutingDataRequest) |
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.
Either QueuePriority or QueueTimeAdjustmentInSeconds should be provided
within the request body, but not both.
|
|
UpdateContactRoutingDataAsync(UpdateContactRoutingDataRequest, CancellationToken) |
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.
Either QueuePriority or QueueTimeAdjustmentInSeconds should be provided
within the request body, but not both.
|
|
UpdateContactSchedule(UpdateContactScheduleRequest) |
Updates the scheduled time of a task contact that is already scheduled. |
|
UpdateContactScheduleAsync(UpdateContactScheduleRequest, CancellationToken) |
Updates the scheduled time of a task contact that is already scheduled. |
|
UpdateEmailAddressMetadata(UpdateEmailAddressMetadataRequest) |
Updates an email address metadata. For more information about email addresses, see Create email addresses in the Amazon Connect Administrator Guide. |
|
UpdateEmailAddressMetadataAsync(UpdateEmailAddressMetadataRequest, CancellationToken) |
Updates an email address metadata. For more information about email addresses, see Create email addresses in the Amazon Connect Administrator Guide. |
|
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. |
|
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. |
|
UpdateHoursOfOperation(UpdateHoursOfOperationRequest) |
This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation. |
|
UpdateHoursOfOperationAsync(UpdateHoursOfOperationRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation. |
|
UpdateHoursOfOperationOverride(UpdateHoursOfOperationOverrideRequest) |
Update the hours of operation override. |
|
UpdateHoursOfOperationOverrideAsync(UpdateHoursOfOperationOverrideRequest, CancellationToken) |
Update the hours of operation override. |
|
UpdateInstanceAttribute(UpdateInstanceAttributeRequest) |
This API is in preview release for Amazon Connect and is subject to change. Updates the value for the specified attribute type. |
|
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. |
|
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. |
|
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. |
|
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:
For more information about how chat timeouts work, see Set up chat timeouts for human participants. |
|
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:
For more information about how chat timeouts work, see Set up chat timeouts for human participants. |
|
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.
|
|
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.
|
|
UpdatePhoneNumberMetadata(UpdatePhoneNumberMetadataRequest) |
Updates a phone number’s metadata.
To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber
API.
|
|
UpdatePhoneNumberMetadataAsync(UpdatePhoneNumberMetadataRequest, CancellationToken) |
Updates a phone number’s metadata.
To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber
API.
|
|
UpdatePredefinedAttribute(UpdatePredefinedAttributeRequest) |
Updates a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
UpdatePredefinedAttributeAsync(UpdatePredefinedAttributeRequest, CancellationToken) |
Updates a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents. |
|
UpdatePrompt(UpdatePromptRequest) |
Updates a prompt. |
|
UpdatePromptAsync(UpdatePromptRequest, CancellationToken) |
Updates a prompt. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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 |
|
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 |
|
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.
|
|
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.
|
|
UpdateQueueOutboundEmailConfig(UpdateQueueOutboundEmailConfigRequest) |
Updates the outbound email address Id for a specified queue. |
|
UpdateQueueOutboundEmailConfigAsync(UpdateQueueOutboundEmailConfigRequest, CancellationToken) |
Updates the outbound email address Id for a specified queue. |
|
UpdateQueueStatus(UpdateQueueStatusRequest) |
This API is in preview release for Amazon Connect and is subject to change. Updates the status of the queue. |
|
UpdateQueueStatusAsync(UpdateQueueStatusRequest, CancellationToken) |
This API is in preview release for Amazon Connect and is subject to change. Updates the status of the queue. |
|
UpdateQuickConnectConfig(UpdateQuickConnectConfigRequest) |
Updates the configuration settings for the specified quick connect. |
|
UpdateQuickConnectConfigAsync(UpdateQuickConnectConfigRequest, CancellationToken) |
Updates the configuration settings for the specified quick connect. |
|
UpdateQuickConnectName(UpdateQuickConnectNameRequest) |
Updates the name and description of a quick connect. The request accepts the following
data in JSON format. At least |
|
UpdateQuickConnectNameAsync(UpdateQuickConnectNameRequest, CancellationToken) |
Updates the name and description of a quick connect. The request accepts the following
data in JSON format. At least |
|
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. |
|
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. |
|
UpdateRoutingProfileConcurrency(UpdateRoutingProfileConcurrencyRequest) |
Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile. |
|
UpdateRoutingProfileConcurrencyAsync(UpdateRoutingProfileConcurrencyRequest, CancellationToken) |
Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile. |
|
UpdateRoutingProfileDefaultOutboundQueue(UpdateRoutingProfileDefaultOutboundQueueRequest) |
Updates the default outbound queue of a routing profile. |
|
UpdateRoutingProfileDefaultOutboundQueueAsync(UpdateRoutingProfileDefaultOutboundQueueRequest, CancellationToken) |
Updates the default outbound queue of a routing profile. |
|
UpdateRoutingProfileName(UpdateRoutingProfileNameRequest) |
Updates the name and description of a routing profile. The request accepts the following
data in JSON format. At least |
|
UpdateRoutingProfileNameAsync(UpdateRoutingProfileNameRequest, CancellationToken) |
Updates the name and description of a routing profile. The request accepts the following
data in JSON format. At least |
|
UpdateRoutingProfileQueues(UpdateRoutingProfileQueuesRequest) |
Updates the properties associated with a set of queues for a routing profile. |
|
UpdateRoutingProfileQueuesAsync(UpdateRoutingProfileQueuesRequest, CancellationToken) |
Updates the properties associated with a set of queues for a routing profile. |
|
UpdateRule(UpdateRuleRequest) |
Updates a rule for the specified Amazon Connect instance. Use the Rules Function language to code conditions for the rule. |
|
UpdateRuleAsync(UpdateRuleRequest, CancellationToken) |
Updates a rule for the specified Amazon Connect instance. Use the Rules Function language to code conditions for the rule. |
|
UpdateSecurityProfile(UpdateSecurityProfileRequest) |
Updates a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
UpdateSecurityProfileAsync(UpdateSecurityProfileRequest, CancellationToken) |
Updates a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions. |
|
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. |
|
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. |
|
UpdateTrafficDistribution(UpdateTrafficDistributionRequest) |
Updates the traffic distribution for a given traffic distribution group.
The 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. |
|
UpdateTrafficDistributionAsync(UpdateTrafficDistributionRequest, CancellationToken) |
Updates the traffic distribution for a given traffic distribution group.
The 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. |
|
UpdateUserHierarchy(UpdateUserHierarchyRequest) |
Assigns the specified hierarchy group to the specified user. |
|
UpdateUserHierarchyAsync(UpdateUserHierarchyRequest, CancellationToken) |
Assigns the specified hierarchy group to the specified user. |
|
UpdateUserHierarchyGroupName(UpdateUserHierarchyGroupNameRequest) |
Updates the name of the user hierarchy group. |
|
UpdateUserHierarchyGroupNameAsync(UpdateUserHierarchyGroupNameRequest, CancellationToken) |
Updates the name of the user hierarchy group. |
|
UpdateUserHierarchyStructure(UpdateUserHierarchyStructureRequest) |
Updates the user hierarchy structure: add, remove, and rename user hierarchy levels. |
|
UpdateUserHierarchyStructureAsync(UpdateUserHierarchyStructureRequest, CancellationToken) |
Updates the user hierarchy structure: add, remove, and rename user hierarchy levels. |
|
UpdateUserIdentityInfo(UpdateUserIdentityInfoRequest) |
Updates the identity information for the specified user.
We strongly recommend limiting who has the ability to invoke |
|
UpdateUserIdentityInfoAsync(UpdateUserIdentityInfoRequest, CancellationToken) |
Updates the identity information for the specified user.
We strongly recommend limiting who has the ability to invoke |
|
UpdateUserPhoneConfig(UpdateUserPhoneConfigRequest) |
Updates the phone configuration settings for the specified user. |
|
UpdateUserPhoneConfigAsync(UpdateUserPhoneConfigRequest, CancellationToken) |
Updates the phone configuration settings for the specified user. |
|
UpdateUserProficiencies(UpdateUserProficienciesRequest) |
Updates the properties associated with the proficiencies of a user. |
|
UpdateUserProficienciesAsync(UpdateUserProficienciesRequest, CancellationToken) |
Updates the properties associated with the proficiencies of a user. |
|
UpdateUserRoutingProfile(UpdateUserRoutingProfileRequest) |
Assigns the specified routing profile to the specified user. |
|
UpdateUserRoutingProfileAsync(UpdateUserRoutingProfileRequest, CancellationToken) |
Assigns the specified routing profile to the specified user. |
|
UpdateUserSecurityProfiles(UpdateUserSecurityProfilesRequest) |
Assigns the specified security profiles to the specified user. |
|
UpdateUserSecurityProfilesAsync(UpdateUserSecurityProfilesRequest, CancellationToken) |
Assigns the specified security profiles to the specified user. |
|
UpdateViewContent(UpdateViewContentRequest) |
Updates the view content of the given view identifier in the specified Amazon Connect instance.
It performs content validation if |
|
UpdateViewContentAsync(UpdateViewContentRequest, CancellationToken) |
Updates the view content of the given view identifier in the specified Amazon Connect instance.
It performs content validation if |
|
UpdateViewMetadata(UpdateViewMetadataRequest) |
Updates the view metadata. Note that either |
|
UpdateViewMetadataAsync(UpdateViewMetadataRequest, CancellationToken) |
Updates the view metadata. Note that either |
Name | Description | |
---|---|---|
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5