ConnectClient Class
(QtAws::Connect::ConnectClient)The ConnectClient class provides access to the Amazon Connect Service service. More...
| Header: | #include <ConnectClient> |
| Inherits: | QtAws::Core::AwsAbstractClient |
Public Functions
| ConnectClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) | |
| ConnectClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) |
- 12 public functions inherited from QtAws::Core::AwsAbstractClient
Public Slots
| StartOutboundVoiceContactResponse * | startOutboundVoiceContact(const StartOutboundVoiceContactRequest &request) |
| StopContactResponse * | stopContact(const StopContactRequest &request) |
Additional Inherited Members
- 2 protected functions inherited from QtAws::Core::AwsAbstractClient
Detailed Description
The ConnectClient class provides access to the Amazon Connect Service service.
The Amazon Connect API Reference provides descriptions, syntax, and usage examples for each of the Amazon Connect actions, data types, parameters, and errors. 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
Member Function Documentation
ConnectClient::ConnectClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
Constructs a ConnectClient object.
The new client object will region, credentials, and manager for network operations.
The new object will be owned by parent, if set.
ConnectClient::ConnectClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
This function overloads ConnectClient().
This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).
See also QtAws::Core::AwsEndpoint::getEndpoint.
[slot] StartOutboundVoiceContactResponse *ConnectClient::startOutboundVoiceContact(const StartOutboundVoiceContactRequest &request)
Sends request to the ConnectClient service, and returns a pointer to an StartOutboundVoiceContactResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
The <code>StartOutboundVoiceContact</code> operation initiates a contact flow to place an outbound call to a
customer>
There is a throttling limit placed on usage of the API that includes a <code>RateLimit</code> of 2 per second, and a <code>BurstLimit</code> of 5 per
second>
If you are using an IAM account, it must have permissions to the <code>connect:StartOutboundVoiceContact</code>
[slot] StopContactResponse *ConnectClient::stopContact(const StopContactRequest &request)
Sends request to the ConnectClient service, and returns a pointer to an StopContactResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Ends the contact initiated by the <code>StartOutboundVoiceContact</code>
operation>
If you are using an IAM account, it must have permissions to the <code>connect:StopContact</code>
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.