getAiPrompt

Definition of AWS::Wisdom::AIPrompt Resource Type

Return

null

Parameters

argument

null


suspend fun getAiPrompt(aiPromptId: String, assistantId: String): GetAiPromptResult

Return

null

Parameters

aiPromptId

The identifier of the Amazon Q in Connect AI prompt.

assistantId

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

See also


suspend fun getAiPrompt(argument: suspend GetAiPromptPlainArgsBuilder.() -> Unit): GetAiPromptResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.wisdom.kotlin.inputs.GetAiPromptPlainArgs.

See also