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
)
[required] The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.
[required] The query text to be used to predict QA results.
Indicates whether Q indicies are included or excluded.
Indicates whether generated answers are included or excluded.
The number of maximum topics to be considered to predict QA results.