Class: Aws::QConnect::Types::ListAssistantsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_summariesArray<Types::AssistantSummary>

Information about the assistants.

Returns:



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_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


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