#[non_exhaustive]pub struct RegisteredUserQSearchBarEmbeddingConfiguration {
pub initial_topic_id: Option<String>,
}
Expand description
Information about the Q search bar embedding experience.
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.initial_topic_id: Option<String>
The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open.
If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.
Implementations§
source§impl RegisteredUserQSearchBarEmbeddingConfiguration
impl RegisteredUserQSearchBarEmbeddingConfiguration
sourcepub fn initial_topic_id(&self) -> Option<&str>
pub fn initial_topic_id(&self) -> Option<&str>
The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open.
If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.
source§impl RegisteredUserQSearchBarEmbeddingConfiguration
impl RegisteredUserQSearchBarEmbeddingConfiguration
sourcepub fn builder() -> RegisteredUserQSearchBarEmbeddingConfigurationBuilder
pub fn builder() -> RegisteredUserQSearchBarEmbeddingConfigurationBuilder
Creates a new builder-style object to manufacture RegisteredUserQSearchBarEmbeddingConfiguration
.
Trait Implementations§
source§impl Clone for RegisteredUserQSearchBarEmbeddingConfiguration
impl Clone for RegisteredUserQSearchBarEmbeddingConfiguration
source§fn clone(&self) -> RegisteredUserQSearchBarEmbeddingConfiguration
fn clone(&self) -> RegisteredUserQSearchBarEmbeddingConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for RegisteredUserQSearchBarEmbeddingConfiguration
impl PartialEq for RegisteredUserQSearchBarEmbeddingConfiguration
source§fn eq(&self, other: &RegisteredUserQSearchBarEmbeddingConfiguration) -> bool
fn eq(&self, other: &RegisteredUserQSearchBarEmbeddingConfiguration) -> bool
self
and other
values to be equal, and is used
by ==
.