View source: R/quicksight_operations.R
quicksight_predict_qa_results | R Documentation |
Predicts existing visuals or generates new visuals to answer a given query.
See https://www.paws-r-sdk.com/docs/quicksight_predict_qa_results/ for full documentation.
quicksight_predict_qa_results(
AwsAccountId,
QueryText,
IncludeQuickSightQIndex = NULL,
IncludeGeneratedAnswer = NULL,
MaxTopicsToConsider = NULL
)
AwsAccountId |
[required] The ID of the Amazon Web Services account that the user wants to execute Predict QA results in. |
QueryText |
[required] The query text to be used to predict QA results. |
IncludeQuickSightQIndex |
Indicates whether Q indicies are included or excluded. |
IncludeGeneratedAnswer |
Indicates whether generated answers are included or excluded. |
MaxTopicsToConsider |
The number of maximum topics to be considered to predict QA results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.