You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetUtterancesViewRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  bot_name: "BotName", # required
  bot_versions: ["Version"], # required
  status_type: "Detected", # required, accepts Detected, Missed
}

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

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

Returns:

  • (String)

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

#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>)

    An array of bot versions for which utterance information should be returned.

#status_typeString

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

Possible values:

  • Detected
  • Missed

Returns:

  • (String)

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