| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Reference |
Reference.clone() |
Reference |
Reference.withType(ReferenceType type)
The type of the reference.
|
Reference |
Reference.withType(String type)
The type of the reference.
|
Reference |
Reference.withValue(String value)
A valid value for the reference.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Reference> |
UpdateContactRequest.getReferences()
Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
|
Map<String,Reference> |
StartTaskContactRequest.getReferences()
A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
|
Map<String,Reference> |
TaskActionDefinition.getReferences()
Information about the reference when the
referenceType is URL. |
| Modifier and Type | Method and Description |
|---|---|
UpdateContactRequest |
UpdateContactRequest.addReferencesEntry(String key,
Reference value)
Add a single References entry
|
StartTaskContactRequest |
StartTaskContactRequest.addReferencesEntry(String key,
Reference value)
Add a single References entry
|
TaskActionDefinition |
TaskActionDefinition.addReferencesEntry(String key,
Reference value)
Add a single References entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateContactRequest.setReferences(Map<String,Reference> references)
Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
|
void |
StartTaskContactRequest.setReferences(Map<String,Reference> references)
A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
|
void |
TaskActionDefinition.setReferences(Map<String,Reference> references)
Information about the reference when the
referenceType is URL. |
UpdateContactRequest |
UpdateContactRequest.withReferences(Map<String,Reference> references)
Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
|
StartTaskContactRequest |
StartTaskContactRequest.withReferences(Map<String,Reference> references)
A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
|
TaskActionDefinition |
TaskActionDefinition.withReferences(Map<String,Reference> references)
Information about the reference when the
referenceType is URL. |
Copyright © 2023. All rights reserved.