Interface AnonymousUserGenerativeQnAEmbeddingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnonymousUserGenerativeQnAEmbeddingConfiguration.Builder,AnonymousUserGenerativeQnAEmbeddingConfiguration>,SdkBuilder<AnonymousUserGenerativeQnAEmbeddingConfiguration.Builder,AnonymousUserGenerativeQnAEmbeddingConfiguration>,SdkPojo
- Enclosing class:
- AnonymousUserGenerativeQnAEmbeddingConfiguration
@Mutable @NotThreadSafe public static interface AnonymousUserGenerativeQnAEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<AnonymousUserGenerativeQnAEmbeddingConfiguration.Builder,AnonymousUserGenerativeQnAEmbeddingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnonymousUserGenerativeQnAEmbeddingConfiguration.BuilderinitialTopicId(String initialTopicId)The QuickSight Q topic ID of the new reader experience topic that you want the anonymous user to see first.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
initialTopicId
AnonymousUserGenerativeQnAEmbeddingConfiguration.Builder initialTopicId(String initialTopicId)
The QuickSight Q topic ID of the new reader experience topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, QuickSight renders the Generative Q&A experience with this new reader experience topic pre selected.
The Amazon Resource Name (ARN) of this Q new reader experience topic must be included in the
AuthorizedResourceArnsparameter. Otherwise, the request fails with anInvalidParameterValueExceptionerror.- Parameters:
initialTopicId- The QuickSight Q topic ID of the new reader experience topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, QuickSight renders the Generative Q&A experience with this new reader experience topic pre selected.The Amazon Resource Name (ARN) of this Q new reader experience topic must be included in the
AuthorizedResourceArnsparameter. Otherwise, the request fails with anInvalidParameterValueExceptionerror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-