Class: Aws::LexModelsV2::Types::ConversationLogsDataSourceFilterBy

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

Overview

The selected data source to filter the conversation log.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time for the conversation log.

Returns:

  • (Time)


3236
3237
3238
3239
3240
3241
3242
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3236

class ConversationLogsDataSourceFilterBy < Struct.new(
  :start_time,
  :end_time,
  :input_mode)
  SENSITIVE = []
  include Aws::Structure
end

#input_modeString

The selection to filter by input mode for the conversation logs.

Returns:

  • (String)


3236
3237
3238
3239
3240
3241
3242
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3236

class ConversationLogsDataSourceFilterBy < Struct.new(
  :start_time,
  :end_time,
  :input_mode)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time for the conversation log.

Returns:

  • (Time)


3236
3237
3238
3239
3240
3241
3242
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3236

class ConversationLogsDataSourceFilterBy < Struct.new(
  :start_time,
  :end_time,
  :input_mode)
  SENSITIVE = []
  include Aws::Structure
end