lexmodelsv2_start_bot_recommendation: Use this to provide your transcript data, and to start the...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_start_bot_recommendationR Documentation

Use this to provide your transcript data, and to start the bot recommendation process

Description

Use this to provide your transcript data, and to start the bot recommendation process.

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

Usage

lexmodelsv2_start_bot_recommendation(
  botId,
  botVersion,
  localeId,
  transcriptSourceSetting,
  encryptionSetting = NULL
)

Arguments

botId

[required] The unique identifier of the bot containing the bot recommendation.

botVersion

[required] The version of the bot containing the bot recommendation.

localeId

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

transcriptSourceSetting

[required] The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.

encryptionSetting

The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.


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