@Generated(value="software.amazon.awssdk:codegen") public final class RegisteredUserQSearchBarEmbeddingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegisteredUserQSearchBarEmbeddingConfiguration.Builder,RegisteredUserQSearchBarEmbeddingConfiguration>
Information about the Q search bar embedding experience.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisteredUserQSearchBarEmbeddingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisteredUserQSearchBarEmbeddingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
initialTopicId()
The ID of the Q topic that you want to make the starting topic in the Q search bar.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisteredUserQSearchBarEmbeddingConfiguration.Builder> |
serializableBuilderClass() |
RegisteredUserQSearchBarEmbeddingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String initialTopicId()
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.
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.
public RegisteredUserQSearchBarEmbeddingConfiguration.Builder toBuilder()
public static RegisteredUserQSearchBarEmbeddingConfiguration.Builder builder()
public static Class<? extends RegisteredUserQSearchBarEmbeddingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.