AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Initiates a 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 must 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 the following situations:

If you use the ChatDurationInMinutes parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support.

For more information about chat, see the following topics in the Amazon Connect Administrator Guide:

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to StartChatContactAsync.

Namespace: Amazon.Connect
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public abstract StartChatContactResponse StartChatContact(
         StartChatContactRequest request
)

Parameters

request
Type: Amazon.Connect.Model.StartChatContactRequest

Container for the necessary parameters to execute the StartChatContact service method.

Return Value


The response from the StartChatContact service method, as returned by Connect.

Exceptions

ExceptionCondition
InternalServiceException Request processing failed because of an error or failure with the service.
InvalidParameterException One or more of the specified parameters are not valid.
InvalidRequestException The request is not valid.
LimitExceededException The allowed limit for the resource has been exceeded.
ResourceNotFoundException The specified resource was not found.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also