Skip to content

/AWS1/CL_CNT=>STARTCONTACTSTREAMING()

About StartContactStreaming

Initiates real-time message streaming for a new chat contact.

For more information about message streaming, see Enable real-time chat message streaming in the Amazon Connect Administrator Guide.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

IV_CONTACTID TYPE /AWS1/CNTCONTACTID /AWS1/CNTCONTACTID

The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.

IO_CHATSTREAMINGCONF TYPE REF TO /AWS1/CL_CNTCHATSTREAMINGCONF /AWS1/CL_CNTCHATSTREAMINGCONF

The streaming configuration, such as the Amazon SNS streaming endpoint.

IV_CLIENTTOKEN TYPE /AWS1/CNTCLIENTTOKEN /AWS1/CNTCLIENTTOKEN

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNTSTRTCONTACTSTRMI01 /AWS1/CL_CNTSTRTCONTACTSTRMI01