@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnonymousUserGenerativeQnAEmbeddingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The settings that you want to use for the Generative Q&A experience.
| Constructor and Description |
|---|
AnonymousUserGenerativeQnAEmbeddingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AnonymousUserGenerativeQnAEmbeddingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getInitialTopicId()
The Amazon QuickSight Q topic ID of the new reader experience topic that you want the anonymous user to see
first.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInitialTopicId(String initialTopicId)
The Amazon QuickSight Q topic ID of the new reader experience topic that you want the anonymous user to see
first.
|
String |
toString()
Returns a string representation of this object.
|
AnonymousUserGenerativeQnAEmbeddingConfiguration |
withInitialTopicId(String initialTopicId)
The Amazon QuickSight Q topic ID of the new reader experience topic that you want the anonymous user to see
first.
|
public AnonymousUserGenerativeQnAEmbeddingConfiguration()
public void setInitialTopicId(String initialTopicId)
The Amazon 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, Amazon 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
AuthorizedResourceArns parameter. Otherwise, the request fails with an
InvalidParameterValueException error.
initialTopicId - The Amazon 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, Amazon 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
AuthorizedResourceArns parameter. Otherwise, the request fails with an
InvalidParameterValueException error.
public String getInitialTopicId()
The Amazon 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, Amazon 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
AuthorizedResourceArns parameter. Otherwise, the request fails with an
InvalidParameterValueException error.
The Amazon Resource Name (ARN) of this Q new reader experience topic must be included in the
AuthorizedResourceArns parameter. Otherwise, the request fails with an
InvalidParameterValueException error.
public AnonymousUserGenerativeQnAEmbeddingConfiguration withInitialTopicId(String initialTopicId)
The Amazon 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, Amazon 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
AuthorizedResourceArns parameter. Otherwise, the request fails with an
InvalidParameterValueException error.
initialTopicId - The Amazon 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, Amazon 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
AuthorizedResourceArns parameter. Otherwise, the request fails with an
InvalidParameterValueException error.
public String toString()
toString in class ObjectObject.toString()public AnonymousUserGenerativeQnAEmbeddingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.