Class: Aws::ConnectWisdomService::Types::SearchSessionsResponse

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

#next_tokenString

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

Returns:

  • (String)


3357
3358
3359
3360
3361
3362
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 3357

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

#session_summariesArray<Types::SessionSummary>

Summary information about the sessions.

Returns:



3357
3358
3359
3360
3361
3362
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 3357

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