| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
static AssistantType |
AssistantType.fromValue(String value)
Use this in place of valueOf.
|
static AssistantType |
AssistantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssistantType[] |
AssistantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssistantSummary |
AssistantSummary.withType(AssistantType type)
The type of the assistant.
|
CreateAssistantRequest |
CreateAssistantRequest.withType(AssistantType type)
The type of assistant.
|
AssistantData |
AssistantData.withType(AssistantType type)
The type of assistant.
|
Copyright © 2024. All rights reserved.