Class: Aws::QConnect::Types::QueryAssistantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::QueryAssistantResponse
- Defined in:
- gems/aws-sdk-qconnect/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.
7410 7411 7412 7413 7414 7415 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7410 class QueryAssistantResponse < Struct.new( :next_token, :results) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::ResultData>
The results of the query.
7410 7411 7412 7413 7414 7415 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7410 class QueryAssistantResponse < Struct.new( :next_token, :results) SENSITIVE = [] include Aws::Structure end |