class Aws::Connect::Types::StartTaskContactRequest
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartTaskContactRequest AWS API Documentation
@return [String]
The identifier for the quick connect.
@!attribute [rw] quick_connect_id
@return [String]
A unique identifier for the task template.
@!attribute [rw] task_template_id
@return [Time]
It must be within up to 6 days in future.
running the inbound flow. The scheduled time cannot be in the past.
The timestamp, in Unix Epoch seconds format, at which to start
@!attribute [rw] scheduled_time
@return [String]<br>: aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
not need to pass this option.
**A suitable default value is auto-generated.** You should normally
see [Making retries safe with idempotent APIs].
SDK populates this field. For more information about idempotency,
idempotency of the request. If not provided, the Amazon Web Services
A unique, case-sensitive identifier that you provide to ensure the
@!attribute [rw] client_token
@return [String]
Control Panel (CCP).
A description of the task that is shown to an agent in the Contact
@!attribute [rw] description
@return [Hash<String,Types::Reference>]
Panel (CCP).
A formatted URL that is shown to an agent in the Contact Control
@!attribute [rw] references
@return [String]
Panel (CCP).
The name of a task that is shown to an agent in the Contact Control
@!attribute [rw] name
@return [Hash<String,String>]
underscore characters.
contact. Attribute keys can include only alphanumeric, dash, and
There can be up to 32,768 UTF-8 bytes across all key-value pairs per
just like any other contact attributes.
standard Amazon Connect attributes, and can be accessed in flows
A custom key-value pair using an attribute map. The attributes are
@!attribute [rw] attributes
@return [String]
arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx
the ARN, shown here in bold:
additional flow information**. The ContactFlowId is the last part of
flow. On the flow page, under the name of the flow, choose **Show
navigation menu go to Routing, **Contact Flows**. Choose the
ContactFlowId in the Amazon Connect console user interface, on the
The identifier of the flow for initiating the tasks. To see the
@!attribute [rw] contact_flow_id
@return [String]
The identifier of the previous chat, voice, or task contact.
@!attribute [rw] previous_contact_id
@return [String]
instanceId in the ARN of the instance.
The identifier of the Amazon Connect instance. You can find the
@!attribute [rw] instance_id
}
quick_connect_id: “QuickConnectId”,
task_template_id: “TaskTemplateId”,
scheduled_time: Time.now,
client_token: “ClientToken”,
description: “Description”,
},
},
type: “URL”, # required, accepts URL, ATTACHMENT, NUMBER, STRING, DATE, EMAIL
value: “ReferenceValue”, # required
“ReferenceKey” => {
references: {
name: “Name”, # required
},
“AttributeName” => “AttributeValue”,
attributes: {
contact_flow_id: “ContactFlowId”,
previous_contact_id: “ContactId”,
instance_id: “InstanceId”, # required
{
data as a hash:
@note When making an API call, you may pass StartTaskContactRequest