GetBotAssociationPlainArgs

data class GetBotAssociationPlainArgs(val instanceId: String, val lexBot: GetBotAssociationLexBot) : ConvertibleToJava<GetBotAssociationPlainArgs>

A collection of arguments for invoking getBotAssociation.

Constructors

Link copied to clipboard
constructor(instanceId: String, lexBot: GetBotAssociationLexBot)

Properties

Link copied to clipboard

Identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Link copied to clipboard

Configuration information of an Amazon Lex (V1) bot. Detailed below.

Functions

Link copied to clipboard
open override fun toJava(): GetBotAssociationPlainArgs