Class: Aws::ConnectWisdomService::Types::QueryAssistantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::QueryAssistantResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#results ⇒ Array<Types::ResultData>
The results of the query.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
2395 2396 2397 2398 2399 2400 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2395 class QueryAssistantResponse < Struct.new( :next_token, :results) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::ResultData>
The results of the query.
2395 2396 2397 2398 2399 2400 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2395 class QueryAssistantResponse < Struct.new( :next_token, :results) SENSITIVE = [] include Aws::Structure end |