Interface RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder,RegisteredUserGenerativeQnAEmbeddingConfiguration>
,SdkBuilder<RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder,RegisteredUserGenerativeQnAEmbeddingConfiguration>
,SdkPojo
- Enclosing class:
- RegisteredUserGenerativeQnAEmbeddingConfiguration
public static interface RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder,RegisteredUserGenerativeQnAEmbeddingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder
initialTopicId(String initialTopicId)
The ID of the new Q reader experience topic that you want to make the starting topic in the Generative Q&A experience.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
initialTopicId
RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder initialTopicId(String initialTopicId)
The ID of the new Q reader experience topic that you want to make the starting topic in the Generative Q&A experience. 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 or you specify a legacy topic, a list of all shared new reader experience topics is shown in the Generative Q&A experience for your readers. When you select an initial new reader experience topic, you can specify whether or not readers are allowed to select other new reader experience topics from the available ones in the list.
- Parameters:
initialTopicId
- The ID of the new Q reader experience topic that you want to make the starting topic in the Generative Q&A experience. 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 or you specify a legacy topic, a list of all shared new reader experience topics is shown in the Generative Q&A experience for your readers. When you select an initial new reader experience topic, you can specify whether or not readers are allowed to select other new reader experience topics from the available ones in the list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-