Class: Aws::Types::ListIntentPathsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIntentPathsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
-
#filters ⇒ ::Array[Types::AnalyticsPathFilter]
Returns the value of attribute filters.
-
#intent_path ⇒ ::String
Returns the value of attribute intent_path.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def bot_id @bot_id end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def end_date_time @end_date_time end |
#filters ⇒ ::Array[Types::AnalyticsPathFilter]
Returns the value of attribute filters.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def filters @filters end |
#intent_path ⇒ ::String
Returns the value of attribute intent_path.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def intent_path @intent_path end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def start_date_time @start_date_time end |