| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RequiredFieldInfo |
RequiredFieldInfo.clone() |
RequiredFieldInfo |
RequiredFieldInfo.withId(TaskTemplateFieldIdentifier id)
The unique identifier for the field.
|
| Modifier and Type | Method and Description |
|---|---|
List<RequiredFieldInfo> |
TaskTemplateConstraints.getRequiredFields()
Lists the fields that are required to be filled by agents.
|
| Modifier and Type | Method and Description |
|---|---|
TaskTemplateConstraints |
TaskTemplateConstraints.withRequiredFields(RequiredFieldInfo... requiredFields)
Lists the fields that are required to be filled by agents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskTemplateConstraints.setRequiredFields(Collection<RequiredFieldInfo> requiredFields)
Lists the fields that are required to be filled by agents.
|
TaskTemplateConstraints |
TaskTemplateConstraints.withRequiredFields(Collection<RequiredFieldInfo> requiredFields)
Lists the fields that are required to be filled by agents.
|
Copyright © 2024. All rights reserved.