Class: Aws::LexModelsV2::Types::ListIntentPathsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier for the bot for which you want to retrieve intent path metrics.

Returns:

  • (String)


9896
9897
9898
9899
9900
9901
9902
9903
9904
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9896

class ListIntentPathsRequest < Struct.new(
  :bot_id,
  :start_date_time,
  :end_date_time,
  :intent_path,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#end_date_timeTime

The date and time that marks the end of the range of time for which you want to see intent path metrics.

Returns:

  • (Time)


9896
9897
9898
9899
9900
9901
9902
9903
9904
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9896

class ListIntentPathsRequest < Struct.new(
  :bot_id,
  :start_date_time,
  :end_date_time,
  :intent_path,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::AnalyticsPathFilter>

A list of objects, each describes a condition by which you want to filter the results.

Returns:



9896
9897
9898
9899
9900
9901
9902
9903
9904
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9896

class ListIntentPathsRequest < Struct.new(
  :bot_id,
  :start_date_time,
  :end_date_time,
  :intent_path,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#intent_pathString

The intent path for which you want to retrieve metrics. Use a forward slash to separate intents in the path. For example:

  • /BookCar

  • /BookCar/BookHotel

  • /BookHotel/BookCar

Returns:

  • (String)


9896
9897
9898
9899
9900
9901
9902
9903
9904
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9896

class ListIntentPathsRequest < Struct.new(
  :bot_id,
  :start_date_time,
  :end_date_time,
  :intent_path,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#start_date_timeTime

The date and time that marks the beginning of the range of time for which you want to see intent path metrics.

Returns:

  • (Time)


9896
9897
9898
9899
9900
9901
9902
9903
9904
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9896

class ListIntentPathsRequest < Struct.new(
  :bot_id,
  :start_date_time,
  :end_date_time,
  :intent_path,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end