Learn R Programming

paws.analytics (version 0.9.0)

quicksight_predict_qa_results: Predicts existing visuals or generates new visuals to answer a given query

Description

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.

Usage

quicksight_predict_qa_results(
  AwsAccountId,
  QueryText,
  IncludeQuickSightQIndex = NULL,
  IncludeGeneratedAnswer = NULL,
  MaxTopicsToConsider = NULL
)

Arguments

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.