Class: Aws::LexModelsV2::Types::DeleteUtterancesRequest

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 unique identifier of the bot that contains the utterances.

Returns:

  • (String)


5517
5518
5519
5520
5521
5522
5523
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5517

class DeleteUtterancesRequest < Struct.new(
  :bot_id,
  :locale_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.

Returns:

  • (String)


5517
5518
5519
5520
5521
5522
5523
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5517

class DeleteUtterancesRequest < Struct.new(
  :bot_id,
  :locale_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.

Returns:

  • (String)


5517
5518
5519
5520
5521
5522
5523
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5517

class DeleteUtterancesRequest < Struct.new(
  :bot_id,
  :locale_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end