lexmodelsv2_describe_bot_recommendation: Provides metadata information about a bot recommendation

View source: R/lexmodelsv2_operations.R

lexmodelsv2_describe_bot_recommendationR Documentation

Provides metadata information about a bot recommendation

Description

Provides metadata information about a bot recommendation. This information will enable you to get a description on the request inputs, to download associated transcripts after processing is complete, and to download intents and slot-types generated by the bot recommendation.

See https://www.paws-r-sdk.com/docs/lexmodelsv2_describe_bot_recommendation/ for full documentation.

Usage

lexmodelsv2_describe_bot_recommendation(
  botId,
  botVersion,
  localeId,
  botRecommendationId
)

Arguments

botId

[required] The unique identifier of the bot associated with the bot recommendation.

botVersion

[required] The version of the bot associated with the bot recommendation.

localeId

[required] The identifier of the language and locale of the bot recommendation to describe. The string must match one of the supported locales. For more information, see Supported languages.

botRecommendationId

[required] The identifier of the bot recommendation to describe.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.