Class: Aws::QConnect::Types::ListSpansRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_idString

UUID or ARN of the Connect AI Assistant resource

Returns:

  • (String)


7068
7069
7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-qconnect/types.rb', line 7068

class ListSpansRequest < Struct.new(
  :assistant_id,
  :session_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of spans to return per page

Returns:

  • (Integer)


7068
7069
7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-qconnect/types.rb', line 7068

class ListSpansRequest < Struct.new(
  :assistant_id,
  :session_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token for retrieving the next page of results

Returns:

  • (String)


7068
7069
7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-qconnect/types.rb', line 7068

class ListSpansRequest < Struct.new(
  :assistant_id,
  :session_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

UUID or ARN of the Connect AI Session resource

Returns:

  • (String)


7068
7069
7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-qconnect/types.rb', line 7068

class ListSpansRequest < Struct.new(
  :assistant_id,
  :session_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end