quicksight_predict_qa_results: Predicts existing visuals or generates new visuals to answer...

View source: R/quicksight_operations.R

quicksight_predict_qa_resultsR Documentation

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.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.