Class: Aws::ConnectParticipant::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::ConnectParticipant::Client
- Includes:
- Aws::ClientStubs
- Defined in:
- lib/aws-sdk-connectparticipant/client.rb
Overview
An API client for ConnectParticipant. To construct a client, you need to configure a ‘:region` and `:credentials`.
client = Aws::ConnectParticipant::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
See #initialize for a full list of supported configuration options.
Class Attribute Summary collapse
- .identifier ⇒ Object readonly private
API Operations collapse
-
#cancel_participant_authentication(params = {}) ⇒ Struct
Cancels the authentication session.
-
#complete_attachment_upload(params = {}) ⇒ Struct
Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API.
-
#create_participant_connection(params = {}) ⇒ Types::CreateParticipantConnectionResponse
Creates the participant’s connection.
-
#describe_view(params = {}) ⇒ Types::DescribeViewResponse
Retrieves the view for the specified view token.
-
#disconnect_participant(params = {}) ⇒ Struct
Disconnects a participant.
-
#get_attachment(params = {}) ⇒ Types::GetAttachmentResponse
Provides a pre-signed URL for download of a completed attachment.
-
#get_authentication_url(params = {}) ⇒ Types::GetAuthenticationUrlResponse
Retrieves the AuthenticationUrl for the current authentication session for the AuthenticateCustomer flow block.
-
#get_transcript(params = {}) ⇒ Types::GetTranscriptResponse
Retrieves a transcript of the session, including details about any attachments.
-
#send_event(params = {}) ⇒ Types::SendEventResponse
<note markdown=“1”> The ‘application/vnd.amazonaws.connect.event.connection.acknowledged` ContentType is no longer maintained since December 31, 2024.
-
#send_message(params = {}) ⇒ Types::SendMessageResponse
Sends a message.
-
#start_attachment_upload(params = {}) ⇒ Types::StartAttachmentUploadResponse
Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.
Class Method Summary collapse
- .errors_module ⇒ Object private
Instance Method Summary collapse
- #build_request(operation_name, params = {}) ⇒ Object private
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
- #waiter_names ⇒ Object deprecated private Deprecated.
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
473 474 475 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 473 def initialize(*args) super end |
Class Attribute Details
.identifier ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1383 1384 1385 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 1383 def identifier @identifier end |
Class Method Details
.errors_module ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1386 1387 1388 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 1386 def errors_module Errors end |
Instance Method Details
#build_request(operation_name, params = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 1356 def build_request(operation_name, params = {}) handlers = @handlers.for(operation_name) tracer = config.telemetry_provider.tracer_provider.tracer( Aws::Telemetry.module_to_tracer_name('Aws::ConnectParticipant') ) context = Seahorse::Client::RequestContext.new( operation_name: operation_name, operation: config.api.operation(operation_name), client: self, params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-connectparticipant' context[:gem_version] = '1.74.0' Seahorse::Client::Request.new(handlers, context) end |
#cancel_participant_authentication(params = {}) ⇒ Struct
Cancels the authentication session. The opted out branch of the Authenticate Customer flow block will be taken.
<note markdown=“1”> The current supported channel is chat. This API is not supported for Apple Messages for Business, WhatsApp, or SMS chats.
</note>
<note markdown=“1”> ‘ConnectionToken` is used for invoking this API instead of `ParticipantToken`.
</note>
The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
[1]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
519 520 521 522 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 519 def cancel_participant_authentication(params = {}, = {}) req = build_request(:cancel_participant_authentication, params) req.send_request() end |
#complete_attachment_upload(params = {}) ⇒ Struct
Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API. A conflict exception is thrown when an attachment with that identifier is already being uploaded.
For security recommendations, see [Amazon Connect Chat security best practices].
<note markdown=“1”> ‘ConnectionToken` is used for invoking this API instead of `ParticipantToken`.
</note>
The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
[1]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat [2]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
579 580 581 582 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 579 def (params = {}, = {}) req = build_request(:complete_attachment_upload, params) req.send_request() end |
#create_participant_connection(params = {}) ⇒ Types::CreateParticipantConnectionResponse
Creates the participant’s connection.
For security recommendations, see [Amazon Connect Chat security best practices].
For WebRTC security recommendations, see [Amazon Connect WebRTC security best practices].
<note markdown=“1”> ‘ParticipantToken` is used for invoking this API instead of `ConnectionToken`.
</note>
The participant token is valid for the lifetime of the participant –until they are part of a contact. For WebRTC participants, if they leave or are disconnected for 60 seconds, a new participant needs to be created using the [CreateParticipant] API.
**For ‘WEBSOCKET` Type**:
The response URL for has a connect expiry timeout of 100s. Clients must manually connect to the returned websocket URL and subscribe to the desired topic.
For chat, you need to publish the following on the established websocket connection:
‘href=""aws/chat"">topics“:}`
Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter, clients need to call this API again to obtain a new websocket URL and perform the same steps as before.
The expiry time for the connection token is different than the ‘ChatDurationInMinutes`. Expiry time for the connection token is 1 day.
**For ‘WEBRTC_CONNECTION` Type**:
The response includes connection data required for the client application to join the call using the Amazon Chime SDK client libraries. The WebRTCConnection response contains Meeting and Attendee information needed to establish the media connection.
The attendee join token in WebRTCConnection response is valid for the lifetime of the participant in the call. If a participant leaves or is disconnected for 60 seconds, their participant credentials will no longer be valid, and a new participant will need to be created to rejoin the call.
**Message streaming support**: This API can also be used together with the [StartContactStreaming] API to create a participant connection for chat contacts that are not using a websocket. For more information about message streaming, [Enable real-time chat message streaming] in the *Amazon Connect Administrator Guide*.
**Multi-user web, in-app, video calling support**:
For WebRTC calls, this API is used in conjunction with the CreateParticipant API to enable multi-party calling. The StartWebRTCContact API creates the initial contact and routes it to an agent, while CreateParticipant adds additional participants to the ongoing call. For more information about multi-party WebRTC calls, see
- Enable multi-user web, in-app, and video calling][6
-
in the *Amazon
Connect Administrator Guide*.
**Feature specifications**: For information about feature specifications, such as the allowed number of open websocket connections per participant or maximum number of WebRTC participants, see [Feature specifications] in the *Amazon Connect Administrator Guide*.
<note markdown=“1”> The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
</note>
[1]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat [2]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-webrtc-security [3]: docs.aws.amazon.com/connect/latest/APIReference/API_CreateParticipant.html [4]: docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html [5]: docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html [6]: docs.aws.amazon.com/connect/latest/adminguide/enable-multiuser-inapp.html [7]: docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits [8]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
725 726 727 728 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 725 def create_participant_connection(params = {}, = {}) req = build_request(:create_participant_connection, params) req.send_request() end |
#describe_view(params = {}) ⇒ Types::DescribeViewResponse
Retrieves the view for the specified view token.
For security recommendations, see [Amazon Connect Chat security best practices].
[1]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat
772 773 774 775 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 772 def describe_view(params = {}, = {}) req = build_request(:describe_view, params) req.send_request() end |
#disconnect_participant(params = {}) ⇒ Struct
Disconnects a participant.
For security recommendations, see [Amazon Connect Chat security best practices].
<note markdown=“1”> ‘ConnectionToken` is used for invoking this API instead of `ParticipantToken`.
</note>
The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
[1]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat [2]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
825 826 827 828 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 825 def disconnect_participant(params = {}, = {}) req = build_request(:disconnect_participant, params) req.send_request() end |
#get_attachment(params = {}) ⇒ Types::GetAttachmentResponse
Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts.
For security recommendations, see [Amazon Connect Chat security best practices].
<note markdown=“1”> * The participant role ‘CUSTOM_BOT` is not permitted to access
customers may upload. An `AccessDeniedException` can
indicate that the participant may be a CUSTOM\_BOT, and it doesn't
have access to attachments.
-
‘ConnectionToken` is used for invoking this API instead of `ParticipantToken`.
</note>
The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
[1]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat [2]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
890 891 892 893 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 890 def (params = {}, = {}) req = build_request(:get_attachment, params) req.send_request() end |
#get_authentication_url(params = {}) ⇒ Types::GetAuthenticationUrlResponse
Retrieves the AuthenticationUrl for the current authentication session for the AuthenticateCustomer flow block.
For security recommendations, see [Amazon Connect Chat security best practices].
<note markdown=“1”> * This API can only be called within one minute of receiving the
authenticationInitiated event.
-
The current supported channel is chat. This API is not supported for Apple Messages for Business, WhatsApp, or SMS chats.
</note>
<note markdown=“1”> ‘ConnectionToken` is used for invoking this API instead of `ParticipantToken`.
</note>
The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
[1]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat [2]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
953 954 955 956 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 953 def get_authentication_url(params = {}, = {}) req = build_request(:get_authentication_url, params) req.send_request() end |
#get_transcript(params = {}) ⇒ Types::GetTranscriptResponse
Retrieves a transcript of the session, including details about any attachments. For information about accessing past chat contact transcripts for a persistent chat, see [Enable persistent chat].
For security recommendations, see [Amazon Connect Chat security best practices].
If you have a process that consumes events in the transcript of an chat that has ended, note that chat transcripts contain the following event content types if the event has occurred during the chat session:
-
‘application/vnd.amazonaws.connect.event.participant.invited`
-
‘application/vnd.amazonaws.connect.event.participant.joined`
-
‘application/vnd.amazonaws.connect.event.participant.left`
-
‘application/vnd.amazonaws.connect.event.chat.ended`
-
‘application/vnd.amazonaws.connect.event.transfer.succeeded`
-
‘application/vnd.amazonaws.connect.event.transfer.failed`
<note markdown=“1”> ‘ConnectionToken` is used for invoking this API instead of `ParticipantToken`.
</note>
The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
[1]: docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html [2]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat [3]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1076 1077 1078 1079 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 1076 def get_transcript(params = {}, = {}) req = build_request(:get_transcript, params) req.send_request() end |
#send_event(params = {}) ⇒ Types::SendEventResponse
<note markdown=“1”> The ‘application/vnd.amazonaws.connect.event.connection.acknowledged` ContentType is no longer maintained since December 31, 2024. This event has been migrated to the [CreateParticipantConnection] API using the `ConnectParticipant` field.
</note>
Sends an event. Message receipts are not supported when there are more than two active participants in the chat. Using the SendEvent API for message receipts when a supervisor is barged-in will result in a conflict exception.
For security recommendations, see [Amazon Connect Chat security best practices].
<note markdown=“1”> ‘ConnectionToken` is used for invoking this API instead of `ParticipantToken`.
</note>
The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
[1]: docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html [2]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat [3]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
1170 1171 1172 1173 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 1170 def send_event(params = {}, = {}) req = build_request(:send_event, params) req.send_request() end |
#send_message(params = {}) ⇒ Types::SendMessageResponse
Sends a message.
For security recommendations, see [Amazon Connect Chat security best practices].
<note markdown=“1”> ‘ConnectionToken` is used for invoking this API instead of `ParticipantToken`.
</note>
The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
[1]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat [2]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
1264 1265 1266 1267 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 1264 def (params = {}, = {}) req = build_request(:send_message, params) req.send_request() end |
#start_attachment_upload(params = {}) ⇒ Types::StartAttachmentUploadResponse
Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.
For security recommendations, see [Amazon Connect Chat security best practices].
<note markdown=“1”> ‘ConnectionToken` is used for invoking this API instead of `ParticipantToken`.
</note>
The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication].
[1]: docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat [2]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
1347 1348 1349 1350 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 1347 def (params = {}, = {}) req = build_request(:start_attachment_upload, params) req.send_request() end |
#waiter_names ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1376 1377 1378 |
# File 'lib/aws-sdk-connectparticipant/client.rb', line 1376 def waiter_names [] end |