Skip to content

Associate Lex Bot

connect_associate_lex_bot R Documentation

This API is in preview release for Amazon Connect and is subject to change

Description

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Amazon Lex V1 bot. This API only supports the association of Amazon Lex V1 bots.

Usage

connect_associate_lex_bot(InstanceId, LexBot)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

LexBot

[required] The Amazon Lex bot to associate with the instance.

Value

An empty list.

Request syntax

svc$associate_lex_bot(
  InstanceId = "string",
  LexBot = list(
    Name = "string",
    LexRegion = "string"
  )
)