Class: Aws::Types::ListIntentPathsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:



2406
2407
2408
# File 'sig/types.rbs', line 2406

def filters
  @filters
end

#intent_path ⇒ ::String

Returns the value of attribute intent_path.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2403
2404
2405
# File 'sig/types.rbs', line 2403

def start_date_time
  @start_date_time
end