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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


9823
9824
9825
9826
9827
9828
9829
9830
9831
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9823

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)


9823
9824
9825
9826
9827
9828
9829
9830
9831
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9823

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:



9823
9824
9825
9826
9827
9828
9829
9830
9831
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9823

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)


9823
9824
9825
9826
9827
9828
9829
9830
9831
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9823

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)


9823
9824
9825
9826
9827
9828
9829
9830
9831
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9823

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