class Aws::ConnectWisdomService::Types::QueryAssistantRequest
@note When making an API call, you may pass QueryAssistantRequest
data as a hash: { assistant_id: "UuidOrArn", # required max_results: 1, next_token: "NextToken", query_text: "QueryText", # required }
@!attribute [rw] assistant_id
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. @return [String]
@!attribute [rw] max_results
The maximum number of results to return per page. @return [Integer]
@!attribute [rw] next_token
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. @return [String]
@!attribute [rw] query_text
The text to search for. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/QueryAssistantRequest AWS API Documentation
Constants
- SENSITIVE