Crate rusoto_connectparticipant

Crate rusoto_connectparticipant 

Source
Expand 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 enables customer contacts through voice or chat.

The APIs described here are used by chat participants, such as agents and customers.

If you’re using the service, you’re probably looking for ConnectParticipantClient and ConnectParticipant.

Structs§

AttachmentItem

The case-insensitive input to indicate standard MIME type that describes the format of the file that will be uploaded.

CompleteAttachmentUploadRequest
CompleteAttachmentUploadResponse
ConnectParticipantClient
A client for the Amazon Connect Participant API.
ConnectionCredentials

Connection credentials.

CreateParticipantConnectionRequest
CreateParticipantConnectionResponse
DisconnectParticipantRequest
DisconnectParticipantResponse
GetAttachmentRequest
GetAttachmentResponse
GetTranscriptRequest
GetTranscriptResponse
Item

An item - message or event - that has been sent.

SendEventRequest
SendEventResponse
SendMessageRequest
SendMessageResponse
StartAttachmentUploadRequest
StartAttachmentUploadResponse
StartPosition

A filtering option for where to start. For example, if you sent 100 messages, start with message 50.

UploadMetadata

Fields to be used while uploading the attachment.

Websocket

The websocket for the participant's connection.

Enums§

CompleteAttachmentUploadError
Errors returned by CompleteAttachmentUpload
CreateParticipantConnectionError
Errors returned by CreateParticipantConnection
DisconnectParticipantError
Errors returned by DisconnectParticipant
GetAttachmentError
Errors returned by GetAttachment
GetTranscriptError
Errors returned by GetTranscript
SendEventError
Errors returned by SendEvent
SendMessageError
Errors returned by SendMessage
StartAttachmentUploadError
Errors returned by StartAttachmentUpload

Traits§

ConnectParticipant
Trait representing the capabilities of the Amazon Connect Participant API. Amazon Connect Participant clients implement this trait.