Class: Aws::QConnect::Types::QueryAssistantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::QueryAssistantResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/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.
8708 8709 8710 8711 8712 8713 |
# File 'lib/aws-sdk-qconnect/types.rb', line 8708 class QueryAssistantResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::ResultData>
The results of the query.
8708 8709 8710 8711 8712 8713 |
# File 'lib/aws-sdk-qconnect/types.rb', line 8708 class QueryAssistantResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |