Class: Aws::ConnectWisdomService::Types::ListAssistantsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_summariesArray<Types::AssistantSummary>

Information about the assistants.

Returns:



2074
2075
2076
2077
2078
2079
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2074

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)


2074
2075
2076
2077
2078
2079
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2074

class ListAssistantsResponse < Struct.new(
  :assistant_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end