Struct aws_sdk_qbusiness::operation::get_chat_controls_configuration::GetChatControlsConfigurationOutput
source · #[non_exhaustive]pub struct GetChatControlsConfigurationOutput {
pub response_scope: Option<ResponseScope>,
pub blocked_phrases: Option<BlockedPhrasesConfiguration>,
pub topic_configurations: Option<Vec<TopicConfiguration>>,
pub next_token: Option<String>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.response_scope: Option<ResponseScope>The response scope configured for a Amazon Q application. This determines whether your application uses its retrieval augmented generation (RAG) system to generate answers only from your enterprise data, or also uses the large language models (LLM) knowledge to respons to end user questions in chat.
blocked_phrases: Option<BlockedPhrasesConfiguration>The phrases blocked from chat by your chat control configuration.
topic_configurations: Option<Vec<TopicConfiguration>>The topic specific controls configured for a Amazon Q application.
next_token: Option<String>If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q chat controls configured.
Implementations§
source§impl GetChatControlsConfigurationOutput
impl GetChatControlsConfigurationOutput
sourcepub fn response_scope(&self) -> Option<&ResponseScope>
pub fn response_scope(&self) -> Option<&ResponseScope>
The response scope configured for a Amazon Q application. This determines whether your application uses its retrieval augmented generation (RAG) system to generate answers only from your enterprise data, or also uses the large language models (LLM) knowledge to respons to end user questions in chat.
sourcepub fn blocked_phrases(&self) -> Option<&BlockedPhrasesConfiguration>
pub fn blocked_phrases(&self) -> Option<&BlockedPhrasesConfiguration>
The phrases blocked from chat by your chat control configuration.
sourcepub fn topic_configurations(&self) -> &[TopicConfiguration]
pub fn topic_configurations(&self) -> &[TopicConfiguration]
The topic specific controls configured for a Amazon Q application.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .topic_configurations.is_none().
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q chat controls configured.
source§impl GetChatControlsConfigurationOutput
impl GetChatControlsConfigurationOutput
sourcepub fn builder() -> GetChatControlsConfigurationOutputBuilder
pub fn builder() -> GetChatControlsConfigurationOutputBuilder
Creates a new builder-style object to manufacture GetChatControlsConfigurationOutput.
Trait Implementations§
source§impl Clone for GetChatControlsConfigurationOutput
impl Clone for GetChatControlsConfigurationOutput
source§fn clone(&self) -> GetChatControlsConfigurationOutput
fn clone(&self) -> GetChatControlsConfigurationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for GetChatControlsConfigurationOutput
impl PartialEq for GetChatControlsConfigurationOutput
source§fn eq(&self, other: &GetChatControlsConfigurationOutput) -> bool
fn eq(&self, other: &GetChatControlsConfigurationOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetChatControlsConfigurationOutput
impl RequestId for GetChatControlsConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.