Class: AWS.Connect
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.Connect
- Identifier:
- connect
- API Version:
- 2017-08-08
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact center and provide reliable customer engagement at any scale.
Amazon Connect provides rich metrics and real-time reporting that allow you to optimize contact routing. You can also resolve customer issues more efficiently by putting customers in touch with the right agents.
There are limits to the number of Amazon Connect resources that you can create and 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.
To connect programmatically to an AWS service, you use an endpoint. For a list of Amazon Connect endpoints, see Amazon Connect Endpoints.
Sending a Request Using Connect
var connect = new AWS.Connect();
connect.associateApprovedOrigin(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the Connect object uses this specific API, you can
construct the object by passing the apiVersion
option to the constructor:
var connect = new AWS.Connect({apiVersion: '2017-08-08'});
You can also set the API version globally in AWS.config.apiVersions
using
the connect service identifier:
AWS.config.apiVersions = {
connect: '2017-08-08',
// other service API versions
};
var connect = new AWS.Connect();
Constructor Summary collapse
-
new AWS.Connect(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
associateApprovedOrigin(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
associateInstanceStorageConfig(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
associateLambdaFunction(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
associateLexBot(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
associateRoutingProfileQueues(params = {}, callback) ⇒ AWS.Request
Associates a set of queues with a routing profile.
-
associateSecurityKey(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
createContactFlow(params = {}, callback) ⇒ AWS.Request
Creates a contact flow for the specified Amazon Connect instance.
-
createInstance(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
createIntegrationAssociation(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
createQuickConnect(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
createRoutingProfile(params = {}, callback) ⇒ AWS.Request
Creates a new routing profile.
-
createUseCase(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
createUser(params = {}, callback) ⇒ AWS.Request
Creates a user account for the specified Amazon Connect instance.
-
createUserHierarchyGroup(params = {}, callback) ⇒ AWS.Request
Creates a new user hierarchy group.
-
deleteInstance(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
deleteIntegrationAssociation(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
deleteQuickConnect(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
deleteUseCase(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
deleteUser(params = {}, callback) ⇒ AWS.Request
Deletes a user account from the specified Amazon Connect instance.
-
deleteUserHierarchyGroup(params = {}, callback) ⇒ AWS.Request
Deletes an existing user hierarchy group.
-
describeContactFlow(params = {}, callback) ⇒ AWS.Request
Describes the specified contact flow.
-
describeInstance(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
describeInstanceAttribute(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
describeInstanceStorageConfig(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
describeQuickConnect(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
describeRoutingProfile(params = {}, callback) ⇒ AWS.Request
Describes the specified routing profile.
-
describeUser(params = {}, callback) ⇒ AWS.Request
Describes the specified user account.
-
describeUserHierarchyGroup(params = {}, callback) ⇒ AWS.Request
Describes the specified hierarchy group.
-
describeUserHierarchyStructure(params = {}, callback) ⇒ AWS.Request
Describes the hierarchy structure of the specified Amazon Connect instance.
-
disassociateApprovedOrigin(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
disassociateInstanceStorageConfig(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
disassociateLambdaFunction(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
disassociateLexBot(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
disassociateRoutingProfileQueues(params = {}, callback) ⇒ AWS.Request
Disassociates a set of queues from a routing profile.
-
disassociateSecurityKey(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
getContactAttributes(params = {}, callback) ⇒ AWS.Request
Retrieves the contact attributes for the specified contact.
-
getCurrentMetricData(params = {}, callback) ⇒ AWS.Request
Gets the real-time metric data from the specified Amazon Connect instance.
-
getFederationToken(params = {}, callback) ⇒ AWS.Request
Retrieves a token for federation.
-
getMetricData(params = {}, callback) ⇒ AWS.Request
Gets historical metric data from the specified Amazon Connect instance.
-
listApprovedOrigins(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listContactFlows(params = {}, callback) ⇒ AWS.Request
Provides information about the contact flows for the specified Amazon Connect instance.
-
listHoursOfOperations(params = {}, callback) ⇒ AWS.Request
Provides information about the hours of operation for the specified Amazon Connect instance.
-
listInstanceAttributes(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listInstances(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listInstanceStorageConfigs(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listIntegrationAssociations(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listLambdaFunctions(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listLexBots(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listPhoneNumbers(params = {}, callback) ⇒ AWS.Request
Provides information about the phone numbers for the specified Amazon Connect instance.
-
listPrompts(params = {}, callback) ⇒ AWS.Request
Provides information about the prompts for the specified Amazon Connect instance.
-
listQueues(params = {}, callback) ⇒ AWS.Request
Provides information about the queues for the specified Amazon Connect instance.
-
listQuickConnects(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listRoutingProfileQueues(params = {}, callback) ⇒ AWS.Request
List the queues associated with a routing profile.
-
listRoutingProfiles(params = {}, callback) ⇒ AWS.Request
Provides summary information about the routing profiles for the specified Amazon Connect instance.
-
listSecurityKeys(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listSecurityProfiles(params = {}, callback) ⇒ AWS.Request
Provides summary information about the security profiles for the specified Amazon Connect instance.
-
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags for the specified resource.
-
listUseCases(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
listUserHierarchyGroups(params = {}, callback) ⇒ AWS.Request
Provides summary information about the hierarchy groups for the specified Amazon Connect instance.
-
listUsers(params = {}, callback) ⇒ AWS.Request
Provides summary information about the users for the specified Amazon Connect instance.
-
resumeContactRecording(params = {}, callback) ⇒ AWS.Request
When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.
-
startChatContact(params = {}, callback) ⇒ AWS.Request
Initiates a contact flow to start a new chat for the customer.
-
startContactRecording(params = {}, callback) ⇒ AWS.Request
This API starts recording the contact when the agent joins the call.
-
startOutboundVoiceContact(params = {}, callback) ⇒ AWS.Request
This API places an outbound call to a contact, and then initiates the contact flow.
-
startTaskContact(params = {}, callback) ⇒ AWS.Request
Initiates a contact flow to start a new task.
-
stopContact(params = {}, callback) ⇒ AWS.Request
Ends the specified contact.
-
stopContactRecording(params = {}, callback) ⇒ AWS.Request
When a contact is being recorded, this API stops recording the call.
-
suspendContactRecording(params = {}, callback) ⇒ AWS.Request
When a contact is being recorded, this API suspends recording the call.
-
tagResource(params = {}, callback) ⇒ AWS.Request
Adds the specified tags to the specified resource.
-
untagResource(params = {}, callback) ⇒ AWS.Request
Removes the specified tags from the specified resource.
-
updateContactAttributes(params = {}, callback) ⇒ AWS.Request
Creates or updates the contact attributes associated with the specified contact.
-
updateContactFlowContent(params = {}, callback) ⇒ AWS.Request
Updates the specified contact flow.
-
updateContactFlowName(params = {}, callback) ⇒ AWS.Request
The name of the contact flow.
-
updateInstanceAttribute(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
updateInstanceStorageConfig(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
updateQuickConnectConfig(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
updateQuickConnectName(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
-
updateRoutingProfileConcurrency(params = {}, callback) ⇒ AWS.Request
Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
-
updateRoutingProfileDefaultOutboundQueue(params = {}, callback) ⇒ AWS.Request
Updates the default outbound queue of a routing profile.
-
updateRoutingProfileName(params = {}, callback) ⇒ AWS.Request
Updates the name and description of a routing profile.
-
updateRoutingProfileQueues(params = {}, callback) ⇒ AWS.Request
Updates the properties associated with a set of queues for a routing profile.
-
updateUserHierarchy(params = {}, callback) ⇒ AWS.Request
Assigns the specified hierarchy group to the specified user.
-
updateUserHierarchyGroupName(params = {}, callback) ⇒ AWS.Request
Updates the name of the user hierarchy group.
-
updateUserHierarchyStructure(params = {}, callback) ⇒ AWS.Request
Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.
-
updateUserIdentityInfo(params = {}, callback) ⇒ AWS.Request
Updates the identity information for the specified user.
-
updateUserPhoneConfig(params = {}, callback) ⇒ AWS.Request
Updates the phone configuration settings for the specified user.
-
updateUserRoutingProfile(params = {}, callback) ⇒ AWS.Request
Assigns the specified routing profile to the specified user.
-
updateUserSecurityProfiles(params = {}, callback) ⇒ AWS.Request
Assigns the specified security profiles to the specified user.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
new AWS.Connect(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.
Property Details
Method Details
associateApprovedOrigin(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Associates an approved origin to an Amazon Connect instance.
associateInstanceStorageConfig(params = {}, callback) ⇒ AWS.Request
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 Amazon S3 bucket, exists when being used for association.
associateLambdaFunction(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
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 bot.
associateRoutingProfileQueues(params = {}, callback) ⇒ AWS.Request
Associates a set of queues with a routing profile.
associateSecurityKey(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Associates a security key to the instance.
createContactFlow(params = {}, callback) ⇒ AWS.Request
Creates a contact flow for the specified Amazon Connect instance.
You can also create and update contact flows using the Amazon Connect Flow language.
createInstance(params = {}, callback) ⇒ AWS.Request
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 S3, or Kinesis) or allow for any configurations on features such as Contact Lens for Amazon Connect.
createIntegrationAssociation(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Create an AppIntegration association with an Amazon Connect instance.
createQuickConnect(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Creates a quick connect for the specified Amazon Connect instance.
createUseCase(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Creates a use case for an AppIntegration association.
createUser(params = {}, callback) ⇒ AWS.Request
Creates a user account for the specified Amazon Connect instance.
For information about how to create user accounts using the Amazon Connect console, see Add Users in the Amazon Connect Administrator Guide.
deleteInstance(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Deletes the Amazon Connect instance.
deleteIntegrationAssociation(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Deletes an AppIntegration association from an Amazon Connect instance. The association must not have any use cases associated with it.
deleteQuickConnect(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Deletes a quick connect.
deleteUseCase(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Deletes a use case from an AppIntegration association.
deleteUser(params = {}, callback) ⇒ AWS.Request
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.
deleteUserHierarchyGroup(params = {}, callback) ⇒ AWS.Request
Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.
describeContactFlow(params = {}, callback) ⇒ AWS.Request
Describes the specified contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
describeInstance(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Describes the specified instance attribute.
describeInstanceStorageConfig(params = {}, callback) ⇒ AWS.Request
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.
describeQuickConnect(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Describes the quick connect.
describeRoutingProfile(params = {}, callback) ⇒ AWS.Request
Describes the specified routing profile.
describeUser(params = {}, callback) ⇒ AWS.Request
Describes the specified user account. You can find the instance ID in the 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(params = {}, callback) ⇒ AWS.Request
Describes the specified hierarchy group.
describeUserHierarchyStructure(params = {}, callback) ⇒ AWS.Request
Describes the hierarchy structure of the specified Amazon Connect instance.
disassociateApprovedOrigin(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Revokes access to integrated applications from Amazon Connect.
disassociateInstanceStorageConfig(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Remove the Lambda function from the drop-down options available in the relevant contact flow blocks.
disassociateLexBot(params = {}, callback) ⇒ AWS.Request
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.
disassociateRoutingProfileQueues(params = {}, callback) ⇒ AWS.Request
Disassociates a set of queues from a routing profile.
disassociateSecurityKey(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Deletes the specified security key.
getContactAttributes(params = {}, callback) ⇒ AWS.Request
Retrieves the contact attributes for the specified contact.
getCurrentMetricData(params = {}, callback) ⇒ AWS.Request
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.
getMetricData(params = {}, callback) ⇒ AWS.Request
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.
listApprovedOrigins(params = {}, callback) ⇒ AWS.Request
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.
listContactFlows(params = {}, callback) ⇒ AWS.Request
Provides information about the contact flows for the specified Amazon Connect instance.
You can also create and update contact flows using the Amazon Connect Flow language.
For more information about contact flows, see Contact Flows in the Amazon Connect Administrator Guide.
listHoursOfOperations(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Provides summary information about the AppIntegration associations for the specified Amazon Connect instance.
listLambdaFunctions(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all the Lambda functions that show up in the drop-down options in the relevant contact flow blocks.
listLexBots(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
listPhoneNumbers(params = {}, callback) ⇒ AWS.Request
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.
listPrompts(params = {}, callback) ⇒ AWS.Request
Provides information about the prompts for the specified Amazon Connect instance.
listQueues(params = {}, callback) ⇒ AWS.Request
Provides information about the queues for the specified Amazon Connect instance.
For more information about queues, see Queues: Standard and Agent in the Amazon Connect Administrator Guide.
listQuickConnects(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Provides information about the quick connects for the specified Amazon Connect instance.
listRoutingProfileQueues(params = {}, callback) ⇒ AWS.Request
List the queues associated with a routing profile.
listRoutingProfiles(params = {}, callback) ⇒ AWS.Request
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.
listSecurityKeys(params = {}, callback) ⇒ AWS.Request
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.
listSecurityProfiles(params = {}, callback) ⇒ AWS.Request
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.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
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.
listUseCases(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
List the use cases.
listUserHierarchyGroups(params = {}, callback) ⇒ AWS.Request
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.
listUsers(params = {}, callback) ⇒ AWS.Request
Provides summary information about the users for the specified Amazon Connect instance.
resumeContactRecording(params = {}, callback) ⇒ AWS.Request
When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.
Only voice recordings are supported at this time.
startChatContact(params = {}, callback) ⇒ AWS.Request
Initiates a contact 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 need to 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 two situations:
-
API rate limit is exceeded. API TPS throttling returns a
TooManyRequests
exception from the API Gateway. -
The quota for concurrent active chats is exceeded. Active chat throttling returns a
LimitExceededException
.
For more information about how chat works, see Chat in the Amazon Connect Administrator Guide.
startContactRecording(params = {}, callback) ⇒ AWS.Request
This API starts recording the contact when the agent joins the call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.
You can use this API to override the recording behavior configured in the Set recording behavior block.
Only voice recordings are supported at this time.
startOutboundVoiceContact(params = {}, callback) ⇒ AWS.Request
This API places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId
).
Agents are not involved in initiating the outbound API (that is, dialing the contact). If the contact flow places an outbound call to a contact, and then puts the contact in queue, that's when the call is 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.
stopContactRecording(params = {}, callback) ⇒ AWS.Request
When a contact is being recorded, this API stops recording the call. 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.
suspendContactRecording(params = {}, callback) ⇒ AWS.Request
When a contact is being recorded, this API suspends recording the call. For example, you might suspend the call recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording.
The period of time that the recording is suspended is filled with silence in the final recording.
Only voice recordings are supported at this time.
tagResource(params = {}, callback) ⇒ AWS.Request
Adds the specified tags to the specified resource.
The supported resource types are users, routing profiles, quick connects, and contact flows.
For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
untagResource(params = {}, callback) ⇒ AWS.Request
Removes the specified tags from the specified resource.
updateContactAttributes(params = {}, callback) ⇒ AWS.Request
Creates or updates the contact attributes associated with the specified contact.
You can add or update attributes for both ongoing and completed contacts. For example, you can update the customer's name or the reason the customer called while the call is active, or add notes about steps that the agent took during the call that are displayed 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 identifying abusive callers.
Contact attributes are available in Amazon Connect for 24 months, and are then deleted.
Important: You cannot use the operation to update attributes for contacts that occurred prior to the release of the API, September 12, 2018. You can update attributes only for contacts that started after the release of the API. If you attempt to update attributes for a contact that occurred prior to the release of the API, a 400 error is returned. This applies also to queued callbacks that were initiated prior to the release of the API but are still active in your instance.
updateContactFlowContent(params = {}, callback) ⇒ AWS.Request
Updates the specified contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
updateContactFlowName(params = {}, callback) ⇒ AWS.Request
The name of the contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
updateInstanceAttribute(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Updates the value for the specified attribute type.
updateInstanceStorageConfig(params = {}, callback) ⇒ AWS.Request
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.
updateQuickConnectConfig(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Updates the configuration settings for the specified quick connect.
updateQuickConnectName(params = {}, callback) ⇒ AWS.Request
This API is in preview release for Amazon Connect and is subject to change.
Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least Name or Description must be provided.
updateRoutingProfileConcurrency(params = {}, callback) ⇒ AWS.Request
Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
updateRoutingProfileDefaultOutboundQueue(params = {}, callback) ⇒ AWS.Request
Updates the default outbound queue of a routing profile.
updateRoutingProfileName(params = {}, callback) ⇒ AWS.Request
Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least Name
or Description
must be provided.
updateRoutingProfileQueues(params = {}, callback) ⇒ AWS.Request
Updates the properties associated with a set of queues for a routing profile.
updateUserHierarchy(params = {}, callback) ⇒ AWS.Request
Assigns the specified hierarchy group to the specified user.
updateUserHierarchyGroupName(params = {}, callback) ⇒ AWS.Request
Updates the name of the user hierarchy group.
updateUserHierarchyStructure(params = {}, callback) ⇒ AWS.Request
Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.
updateUserIdentityInfo(params = {}, callback) ⇒ AWS.Request
Updates the identity information for the specified user.
Someone with the ability to invoke UpdateUserIndentityInfo
can change the login credentials of other users by changing their email address. This poses a security risk to your organization. They can change the email address of a user to the attacker's email address, and then reset the password through email. We strongly recommend limiting who has the ability to invoke UpdateUserIndentityInfo
. For more information, see Best Practices for Security Profiles in the Amazon Connect Administrator Guide.
updateUserPhoneConfig(params = {}, callback) ⇒ AWS.Request
Updates the phone configuration settings for the specified user.