Note:

You are viewing the documentation for an older major version of the AWS CLI (version 1).

AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. To view this page for the AWS CLI version 2, click here. For more information see the AWS CLI version 2 installation instructions and migration guide.

[ aws . connect ]

describe-contact

Description

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified contact.

Warning

Contact information remains available in Amazon Connect for 24 months, and then it is deleted.

Only data from November 12, 2021, and later is returned by this API.

See also: AWS API Documentation

Synopsis

  describe-contact
--instance-id <value>
--contact-id <value>
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]

Options

--instance-id (string)

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

--contact-id (string)

The identifier of the contact.

--cli-input-json (string) Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

Global Options

--debug (boolean)

Turn on debug logging.

--endpoint-url (string)

Override command's default URL with the given URL.

--no-verify-ssl (boolean)

By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.

--no-paginate (boolean)

Disable automatic pagination.

--output (string)

The formatting style for command output.

  • json
  • text
  • table

--query (string)

A JMESPath query to use in filtering the response data.

--profile (string)

Use a specific profile from your credential file.

--region (string)

The region to use. Overrides config/env settings.

--version (string)

Display the version of this tool.

--color (string)

Turn on/off color output.

  • on
  • off
  • auto

--no-sign-request (boolean)

Do not sign requests. Credentials will not be loaded if this argument is provided.

--ca-bundle (string)

The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.

--cli-read-timeout (int)

The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.

--cli-connect-timeout (int)

The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.

Output

Contact -> (structure)

Information about the contact.

Arn -> (string)

The Amazon Resource Name (ARN) for the contact.

Id -> (string)

The identifier for the contact.

InitialContactId -> (string)

If this contact is related to other contacts, this is the ID of the initial contact.

PreviousContactId -> (string)

If this contact is not the first contact, this is the ID of the previous contact.

InitiationMethod -> (string)

Indicates how the contact was initiated.

Name -> (string)

The name of the contact.

Description -> (string)

The description of the contact.

Channel -> (string)

How the contact reached your contact center.

QueueInfo -> (structure)

If this contact was queued, this contains information about the queue.

Id -> (string)

The unique identifier for the queue.

EnqueueTimestamp -> (timestamp)

The timestamp when the contact was added to the queue.

AgentInfo -> (structure)

Information about the agent who accepted the contact.

Id -> (string)

The identifier of the agent who accepted the contact.

ConnectedToAgentTimestamp -> (timestamp)

The timestamp when the contact was connected to the agent.

AgentPauseDurationInSeconds -> (integer)

Agent pause duration for a contact in seconds.

HierarchyGroups -> (structure)

The agent hierarchy groups for the agent.

Level1 -> (structure)

The group at level one of the agent hierarchy.

Arn -> (string)

The Amazon Resource Name (ARN) of the group.

Level2 -> (structure)

The group at level two of the agent hierarchy.

Arn -> (string)

The Amazon Resource Name (ARN) of the group.

Level3 -> (structure)

The group at level three of the agent hierarchy.

Arn -> (string)

The Amazon Resource Name (ARN) of the group.

Level4 -> (structure)

The group at level four of the agent hierarchy.

Arn -> (string)

The Amazon Resource Name (ARN) of the group.

Level5 -> (structure)

The group at level five of the agent hierarchy.

Arn -> (string)

The Amazon Resource Name (ARN) of the group.

DeviceInfo -> (structure)

Information regarding Agent’s device.

PlatformName -> (string)

Name of the platform that the participant used for the call.

PlatformVersion -> (string)

Version of the platform that the participant used for the call.

OperatingSystem -> (string)

Operating system that the participant used for the call.

Capabilities -> (structure)

The configuration for the allowed capabilities for participants present over the call.

Video -> (string)

The configuration having the video sharing capabilities for participants over the call.

InitiationTimestamp -> (timestamp)

The date and time this contact was initiated, in UTC time. For INBOUND , this is when the contact arrived. For OUTBOUND , this is when the agent began dialing. For CALLBACK , this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER , this is when the transfer was initiated. For API , this is when the request arrived. For EXTERNAL_OUTBOUND , this is when the agent started dialing the external participant. For MONITOR , this is when the supervisor started listening to a contact.

DisconnectTimestamp -> (timestamp)

The timestamp when the customer endpoint disconnected from Amazon Connect.

LastUpdateTimestamp -> (timestamp)

The timestamp when contact was last updated.

LastPausedTimestamp -> (timestamp)

The timestamp when the contact was last paused.

LastResumedTimestamp -> (timestamp)

The timestamp when the contact was last resumed.

TotalPauseCount -> (integer)

Total pause count for a contact.

TotalPauseDurationInSeconds -> (integer)

Total pause duration for a contact in seconds.

ScheduledTimestamp -> (timestamp)

The timestamp, in Unix epoch time format, at which to start running the inbound flow.

RelatedContactId -> (string)

The contactId that is related to this contact.

WisdomInfo -> (structure)

Information about Amazon Connect Wisdom.

SessionArn -> (string)

The Amazon Resource Name (ARN) of the Wisdom session.

QueueTimeAdjustmentSeconds -> (integer)

An integer that represents the queue time adjust to be applied to the contact, in seconds (longer / larger queue time are routed preferentially). Cannot be specified if the QueuePriority is specified. Must be statically defined and a valid integer value.

QueuePriority -> (long)

An integer that represents the queue priority to be applied to the contact (lower priorities are routed preferentially). Cannot be specified if the QueueTimeAdjustmentSeconds is specified. Must be statically defined, must be larger than zero, and a valid integer value. Default Value is 5.

Tags -> (map)

Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags.

key -> (string)

value -> (string)

ConnectedToSystemTimestamp -> (timestamp)

The timestamp when customer endpoint connected to Amazon Connect.

RoutingCriteria -> (structure)

Latest routing criteria on the contact.

Steps -> (list)

List of routing steps. When Amazon Connect does not find an available agent meeting the requirements in a step for a given step duration, the routing criteria will move on to the next step sequentially until a join is completed with an agent. When all steps are exhausted, the contact will be offered to any agent in the queue.

(structure)

Step signifies the criteria to be used for routing to an agent

Expiry -> (structure)

An object to specify the expiration of a routing step.

DurationInSeconds -> (integer)

The number of seconds to wait before expiring the routing step.

ExpiryTimestamp -> (timestamp)

The timestamp indicating when the routing step expires.

Expression -> (structure)

A tagged union to specify expression for a routing step.

AttributeCondition -> (structure)

An object to specify the predefined attribute condition.

Name -> (string)

The name of predefined attribute.

Value -> (string)

The value of predefined attribute.

ProficiencyLevel -> (float)

The proficiency level of the condition.

MatchCriteria -> (structure)

An object to define AgentsCriteria .

AgentsCriteria -> (structure)

An object to define AgentIds .

AgentIds -> (list)

An object to specify a list of agents, by Agent ID.

(string)

ComparisonOperator -> (string)

The operator of the condition.

AndExpression -> (list)

List of routing expressions which will be AND-ed together.

(structure)

A tagged union to specify expression for a routing step.

AttributeCondition -> (structure)

An object to specify the predefined attribute condition.

Name -> (string)

The name of predefined attribute.

Value -> (string)

The value of predefined attribute.

ProficiencyLevel -> (float)

The proficiency level of the condition.

MatchCriteria -> (structure)

An object to define AgentsCriteria .

AgentsCriteria -> (structure)

An object to define AgentIds .

AgentIds -> (list)

An object to specify a list of agents, by Agent ID.

(string)

ComparisonOperator -> (string)

The operator of the condition.

AndExpression -> (list)

List of routing expressions which will be AND-ed together.

( ... recursive ... )

OrExpression -> (list)

List of routing expressions which will be OR-ed together.

( ... recursive ... )

OrExpression -> (list)

List of routing expressions which will be OR-ed together.

(structure)

A tagged union to specify expression for a routing step.

AttributeCondition -> (structure)

An object to specify the predefined attribute condition.

Name -> (string)

The name of predefined attribute.

Value -> (string)

The value of predefined attribute.

ProficiencyLevel -> (float)

The proficiency level of the condition.

MatchCriteria -> (structure)

An object to define AgentsCriteria .

AgentsCriteria -> (structure)

An object to define AgentIds .

AgentIds -> (list)

An object to specify a list of agents, by Agent ID.

(string)

ComparisonOperator -> (string)

The operator of the condition.

AndExpression -> (list)

List of routing expressions which will be AND-ed together.

( ... recursive ... )

OrExpression -> (list)

List of routing expressions which will be OR-ed together.

( ... recursive ... )

Status -> (string)

Represents status of the Routing step.

ActivationTimestamp -> (timestamp)

The timestamp indicating when the routing criteria is set to active. A routing criteria is activated when contact is transferred to a queue. ActivationTimestamp will be set on routing criteria for contacts in agent queue even though Routing criteria is never activated for contacts in agent queue.

Index -> (integer)

Information about the index of the routing criteria.

Customer -> (structure)

Information about the Customer on the contact.

DeviceInfo -> (structure)

Information regarding Customer’s device.

PlatformName -> (string)

Name of the platform that the participant used for the call.

PlatformVersion -> (string)

Version of the platform that the participant used for the call.

OperatingSystem -> (string)

Operating system that the participant used for the call.

Capabilities -> (structure)

The configuration for the allowed capabilities for participants present over the call.

Video -> (string)

The configuration having the video sharing capabilities for participants over the call.

Campaign -> (structure)

Information associated with a campaign.

CampaignId -> (string)

A unique identifier for a campaign.

AnsweringMachineDetectionStatus -> (string)

Indicates how an outbound campaign call is actually disposed if the contact is connected to Amazon Connect.

CustomerVoiceActivity -> (structure)

Information about customer’s voice activity.

GreetingStartTimestamp -> (timestamp)

Timestamp that measures the beginning of the customer greeting from an outbound voice call.

GreetingEndTimestamp -> (timestamp)

Timestamp that measures the end of the customer greeting from an outbound voice call.

QualityMetrics -> (structure)

Information about the quality of the participant's media connection.

Agent -> (structure)

Information about the quality of Agent media connection.

Audio -> (structure)

Information about the audio quality of the Agent

QualityScore -> (float)

Number measuring the estimated quality of the media connection.

PotentialQualityIssues -> (list)

List of potential issues causing degradation of quality on a media connection. If the service did not detect any potential quality issues the list is empty.

Valid values: HighPacketLoss | HighRoundTripTime | HighJitterBuffer

(string)

Customer -> (structure)

Information about the quality of Customer media connection.

Audio -> (structure)

Information about the audio quality of the Customer

QualityScore -> (float)

Number measuring the estimated quality of the media connection.

PotentialQualityIssues -> (list)

List of potential issues causing degradation of quality on a media connection. If the service did not detect any potential quality issues the list is empty.

Valid values: HighPacketLoss | HighRoundTripTime | HighJitterBuffer

(string)

DisconnectDetails -> (structure)

Information about the call disconnect experience.

PotentialDisconnectIssue -> (string)

Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.

SegmentAttributes -> (map)

A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Amazon Connect attributes and can be accessed in flows. Attribute keys can include only alphanumeric, -, and _ characters. This field can be used to show channel subtype. For example, connect:Guide or connect:SMS .

key -> (string)

value -> (structure)

A value for a segment attribute. This is structured as a map where the key is valueString and the value is a string.

ValueString -> (string)

The value of a segment attribute.