Connect / Client / pause_contact

pause_contact#

Connect.Client.pause_contact(**kwargs)#

Allows pausing an ongoing task contact.

See also: AWS API Documentation

Request Syntax

response = client.pause_contact(
    ContactId='string',
    InstanceId='string',
    ContactFlowId='string'
)
Parameters:
  • ContactId (string) –

    [REQUIRED]

    The identifier of the contact.

  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

  • ContactFlowId (string) – The identifier of the flow.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions