Class: Aws::LexModelBuildingService::Types::GetUtterancesViewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

The name of the bot for which utterance information should be returned.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2381

class GetUtterancesViewRequest < Struct.new(
  :bot_name,
  :bot_versions,
  :status_type)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionsArray<String>

An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.

Returns:

  • (Array<String>)


2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2381

class GetUtterancesViewRequest < Struct.new(
  :bot_name,
  :bot_versions,
  :status_type)
  SENSITIVE = []
  include Aws::Structure
end

#status_typeString

To return utterances that were recognized and handled, use Detected. To return utterances that were not recognized, use Missed.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2381

class GetUtterancesViewRequest < Struct.new(
  :bot_name,
  :bot_versions,
  :status_type)
  SENSITIVE = []
  include Aws::Structure
end