Class: Aws::LexModelsV2::Types::ConversationLogsDataSourceFilterBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ConversationLogsDataSourceFilterBy
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
The selected data source to filter the conversation log.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time for the conversation log.
-
#input_mode ⇒ String
The selection to filter by input mode for the conversation logs.
-
#start_time ⇒ Time
The start time for the conversation log.
Instance Attribute Details
#end_time ⇒ Time
The end time for the conversation log.
3309 3310 3311 3312 3313 3314 3315 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3309 class ConversationLogsDataSourceFilterBy < Struct.new( :start_time, :end_time, :input_mode) SENSITIVE = [] include Aws::Structure end |
#input_mode ⇒ String
The selection to filter by input mode for the conversation logs.
3309 3310 3311 3312 3313 3314 3315 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3309 class ConversationLogsDataSourceFilterBy < Struct.new( :start_time, :end_time, :input_mode) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time for the conversation log.
3309 3310 3311 3312 3313 3314 3315 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3309 class ConversationLogsDataSourceFilterBy < Struct.new( :start_time, :end_time, :input_mode) SENSITIVE = [] include Aws::Structure end |