Class: Aws::QConnect::Types::ListAssistantsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListAssistantsResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_summaries ⇒ Array<Types::AssistantSummary>
Information about the assistants.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#assistant_summaries ⇒ Array<Types::AssistantSummary>
Information about the assistants.
6006 6007 6008 6009 6010 6011 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6006 class ListAssistantsResponse < Struct.new( :assistant_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
6006 6007 6008 6009 6010 6011 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6006 class ListAssistantsResponse < Struct.new( :assistant_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |