GetAiPromptPlainArgs

data class GetAiPromptPlainArgs(val aiPromptId: String, val assistantId: String) : ConvertibleToJava<GetAiPromptPlainArgs>

Constructors

Link copied to clipboard
constructor(aiPromptId: String, assistantId: String)

Properties

Link copied to clipboard

The identifier of the Amazon Q in Connect AI prompt.

Link copied to clipboard

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Functions

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