Method: Aws::LexModelsV2::Types::ListUtteranceMetricsResponse#bot_id
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#bot_id ⇒ String
The identifier for the bot for which you retrieved utterance metrics.
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 |