Class: Aws::LexModelsV2::Types::DeleteUtterancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DeleteUtterancesRequest
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique identifier of the bot that contains the utterances.
-
#locale_id ⇒ String
The identifier of the language and locale where the utterances were collected.
-
#session_id ⇒ String
The unique identifier of the session with the user.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot that contains the utterances.
5709 5710 5711 5712 5713 5714 5715 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5709 class DeleteUtterancesRequest < Struct.new( :bot_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
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.
5709 5710 5711 5712 5713 5714 5715 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5709 class DeleteUtterancesRequest < Struct.new( :bot_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
5709 5710 5711 5712 5713 5714 5715 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5709 class DeleteUtterancesRequest < Struct.new( :bot_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |