public static interface QueryAssistantRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<QueryAssistantRequest.Builder,QueryAssistantRequest>
| Modifier and Type | Method and Description |
|---|---|
QueryAssistantRequest.Builder |
assistantId(String assistantId)
The identifier of the Wisdom assistant.
|
QueryAssistantRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
QueryAssistantRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
QueryAssistantRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
QueryAssistantRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
QueryAssistantRequest.Builder |
queryText(String queryText)
The text to search for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryAssistantRequest.Builder assistantId(String assistantId)
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId - The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.QueryAssistantRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.QueryAssistantRequest.Builder nextToken(String nextToken)
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.
nextToken - 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.QueryAssistantRequest.Builder queryText(String queryText)
The text to search for.
queryText - The text to search for.QueryAssistantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderQueryAssistantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.