| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
PromptSummary |
PromptSummary.clone() |
PromptSummary |
PromptSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the prompt.
|
PromptSummary |
PromptSummary.withId(String id)
The identifier of the prompt.
|
PromptSummary |
PromptSummary.withName(String name)
The name of the prompt.
|
| Modifier and Type | Method and Description |
|---|---|
List<PromptSummary> |
ListPromptsResult.getPromptSummaryList()
Information about the prompts.
|
| Modifier and Type | Method and Description |
|---|---|
ListPromptsResult |
ListPromptsResult.withPromptSummaryList(PromptSummary... promptSummaryList)
Information about the prompts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPromptsResult.setPromptSummaryList(Collection<PromptSummary> promptSummaryList)
Information about the prompts.
|
ListPromptsResult |
ListPromptsResult.withPromptSummaryList(Collection<PromptSummary> promptSummaryList)
Information about the prompts.
|
Copyright © 2022. All rights reserved.