getAiAgent

Definition of AWS::Wisdom::AIAgent Resource Type

Return

null

Parameters

argument

null


suspend fun getAiAgent(aiAgentId: String, assistantId: String): GetAiAgentResult

Return

null

Parameters

aiAgentId

The identifier of the AI Agent.

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 getAiAgent(argument: suspend GetAiAgentPlainArgsBuilder.() -> Unit): GetAiAgentResult

Return

null

Parameters

argument

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

See also