| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
TopicConfiguration |
TopicConfiguration.clone() |
TopicConfiguration |
TopicConfiguration.withDescription(String description)
A description for your topic control configuration.
|
TopicConfiguration |
TopicConfiguration.withExampleChatMessages(Collection<String> exampleChatMessages)
A list of example phrases that you expect the end user to use in relation to the topic.
|
TopicConfiguration |
TopicConfiguration.withExampleChatMessages(String... exampleChatMessages)
A list of example phrases that you expect the end user to use in relation to the topic.
|
TopicConfiguration |
TopicConfiguration.withName(String name)
A name for your topic control configuration.
|
TopicConfiguration |
TopicConfiguration.withRules(Collection<Rule> rules)
Rules defined for a topic configuration.
|
TopicConfiguration |
TopicConfiguration.withRules(Rule... rules)
Rules defined for a topic configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopicConfiguration> |
GetChatControlsConfigurationResult.getTopicConfigurations()
The topic specific controls configured for a Amazon Q Business application.
|
List<TopicConfiguration> |
UpdateChatControlsConfigurationRequest.getTopicConfigurationsToCreateOrUpdate()
The configured topic specific chat controls you want to update.
|
List<TopicConfiguration> |
UpdateChatControlsConfigurationRequest.getTopicConfigurationsToDelete()
The configured topic specific chat controls you want to delete.
|
| Modifier and Type | Method and Description |
|---|---|
GetChatControlsConfigurationResult |
GetChatControlsConfigurationResult.withTopicConfigurations(TopicConfiguration... topicConfigurations)
The topic specific controls configured for a Amazon Q Business application.
|
UpdateChatControlsConfigurationRequest |
UpdateChatControlsConfigurationRequest.withTopicConfigurationsToCreateOrUpdate(TopicConfiguration... topicConfigurationsToCreateOrUpdate)
The configured topic specific chat controls you want to update.
|
UpdateChatControlsConfigurationRequest |
UpdateChatControlsConfigurationRequest.withTopicConfigurationsToDelete(TopicConfiguration... topicConfigurationsToDelete)
The configured topic specific chat controls you want to delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetChatControlsConfigurationResult.setTopicConfigurations(Collection<TopicConfiguration> topicConfigurations)
The topic specific controls configured for a Amazon Q Business application.
|
void |
UpdateChatControlsConfigurationRequest.setTopicConfigurationsToCreateOrUpdate(Collection<TopicConfiguration> topicConfigurationsToCreateOrUpdate)
The configured topic specific chat controls you want to update.
|
void |
UpdateChatControlsConfigurationRequest.setTopicConfigurationsToDelete(Collection<TopicConfiguration> topicConfigurationsToDelete)
The configured topic specific chat controls you want to delete.
|
GetChatControlsConfigurationResult |
GetChatControlsConfigurationResult.withTopicConfigurations(Collection<TopicConfiguration> topicConfigurations)
The topic specific controls configured for a Amazon Q Business application.
|
UpdateChatControlsConfigurationRequest |
UpdateChatControlsConfigurationRequest.withTopicConfigurationsToCreateOrUpdate(Collection<TopicConfiguration> topicConfigurationsToCreateOrUpdate)
The configured topic specific chat controls you want to update.
|
UpdateChatControlsConfigurationRequest |
UpdateChatControlsConfigurationRequest.withTopicConfigurationsToDelete(Collection<TopicConfiguration> topicConfigurationsToDelete)
The configured topic specific chat controls you want to delete.
|
Copyright © 2024. All rights reserved.