Method: Aws::LexModelsV2::Types::ListUtteranceMetricsResponse#bot_id

Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

#bot_idString

The identifier for the bot for which you retrieved utterance metrics.

Returns:

  • (String)


11038
11039
11040
11041
11042
11043
11044
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11038

class ListUtteranceMetricsResponse < Struct.new(
  :bot_id,
  :results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end