Class: Aws::QConnect::Types::ListMessagesRequest

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

The identifier of the Amazon Q in Connect assistant.

Returns:

  • (String)


6977
6978
6979
6980
6981
6982
6983
6984
6985
# File 'lib/aws-sdk-qconnect/types.rb', line 6977

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

#filterString

The filter criteria for listing messages.

Returns:

  • (String)


6977
6978
6979
6980
6981
6982
6983
6984
6985
# File 'lib/aws-sdk-qconnect/types.rb', line 6977

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


6977
6978
6979
6980
6981
6982
6983
6984
6985
# File 'lib/aws-sdk-qconnect/types.rb', line 6977

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

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


6977
6978
6979
6980
6981
6982
6983
6984
6985
# File 'lib/aws-sdk-qconnect/types.rb', line 6977

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

#session_idString

The identifier of the Amazon Q in Connect session.

Returns:

  • (String)


6977
6978
6979
6980
6981
6982
6983
6984
6985
# File 'lib/aws-sdk-qconnect/types.rb', line 6977

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