You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Services/AWSConnect/Sources/AWSConnect/ConnectClient.swift
+86-6Lines changed: 86 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ extension ConnectClient {
270
270
271
271
/// Performs the `AssociateAnalyticsDataSet` operation on the `AmazonConnectService` service.
272
272
///
273
-
/// This API is in preview release for Amazon Connect and is subject to change. Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call.
273
+
/// Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call.
/// Performs the `BatchAssociateAnalyticsDataSet` operation on the `AmazonConnectService` service.
1308
1308
///
1309
-
/// This API is in preview release for Amazon Connect and is subject to change. Associates a list of analytics datasets for a given Amazon Connect instance to a target account. You can associate multiple datasets in a single call.
1309
+
/// 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.
/// Performs the `BatchDisassociateAnalyticsDataSet` operation on the `AmazonConnectService` service.
1381
1381
///
1382
-
/// This API is in preview release for Amazon Connect and is subject to change. Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call.
1382
+
/// Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call.
/// Performs the `DescribeContact` operation on the `AmazonConnectService` service.
5482
5482
///
5483
-
/// This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted. Only data from November 12, 2021, and later is returned by this API.
5483
+
/// 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
/// Performs the `DisassociateAnalyticsDataSet` operation on the `AmazonConnectService` service.
7093
7093
///
7094
-
/// This API is in preview release for Amazon Connect and is subject to change. Removes the dataset ID associated with a given Amazon Connect instance.
7094
+
/// Removes the dataset ID associated with a given Amazon Connect instance.
/// Performs the `ListAnalyticsDataAssociations` operation on the `AmazonConnectService` service.
9029
9029
///
9030
-
/// This API is in preview release for Amazon Connect and is subject to change. Lists the association status of requested dataset ID for a given Amazon Connect instance.
9030
+
/// Lists the association status of requested dataset ID for a given Amazon Connect instance.
/// Performs the `StartOutboundChatContact` operation on the `AmazonConnectService` service.
14323
+
///
14324
+
/// Initiates a new outbound SMS contact to a customer. Response of this API provides the ContactId of the outbound SMS contact created. SourceEndpoint only supports Endpoints with CONNECT_PHONENUMBER_ARN as Type and DestinationEndpoint only supports Endpoints with TELEPHONE_NUMBER as Type. ContactFlowId initiates the flow to manage the new SMS contact created. 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](https://docs.aws.amazon.com/connect/latest/APIReference/API_StartOutboundChatContact.html) Flow Action. For more information about using SMS in Amazon Connect, see the following topics in the Amazon Connect Administrator Guide:
14325
+
///
14326
+
/// * [Set up SMS messaging](https://docs.aws.amazon.com/connect/latest/adminguide/setup-sms-messaging.html)
14327
+
///
14328
+
/// * [Request an SMS-enabled phone number through AWS End User Messaging SMS](https://docs.aws.amazon.com/connect/latest/adminguide/sms-number.html)
/// Performs the `StartOutboundVoiceContact` operation on the `AmazonConnectService` service.
14323
14403
///
14324
14404
/// Places an outbound call to a contact, and then initiates the flow. It performs the actions in the flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see [Amazon Connect Service Quotas](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html) in the Amazon Connect Administrator Guide. Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request to the quota [Amazon Connect campaigns](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#outbound-communications-quotas).
0 commit comments