Class RegisteredUserGenerativeQnAEmbeddingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.RegisteredUserGenerativeQnAEmbeddingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder,RegisteredUserGenerativeQnAEmbeddingConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class RegisteredUserGenerativeQnAEmbeddingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder,RegisteredUserGenerativeQnAEmbeddingConfiguration>
An object that provides information about the configuration of a Generative Q&A experience.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegisteredUserGenerativeQnAEmbeddingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegisteredUserGenerativeQnAEmbeddingConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinitialTopicId()The ID of the new Q reader experience topic that you want to make the starting topic in the Generative Q&A experience.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder>serializableBuilderClass()RegisteredUserGenerativeQnAEmbeddingConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
initialTopicId
public final 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 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:
- 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 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.
-
toBuilder
public RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder toBuilder()
-
builder
public static RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegisteredUserGenerativeQnAEmbeddingConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-