AiPromptArgs

data class AiPromptArgs(val apiFormat: Output<AiPromptAiPromptApiFormat>? = null, val assistantId: Output<String>? = null, val description: Output<String>? = null, val modelId: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val templateConfiguration: Output<AiPromptAiPromptTemplateConfigurationArgs>? = null, val templateType: Output<AiPromptAiPromptTemplateType>? = null, val type: Output<AiPromptAiPromptType>? = null) : ConvertibleToJava<AiPromptArgs>

Definition of AWS::Wisdom::AIPrompt Resource Type

Constructors

Link copied to clipboard
constructor(apiFormat: Output<AiPromptAiPromptApiFormat>? = null, assistantId: Output<String>? = null, description: Output<String>? = null, modelId: Output<String>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null, templateConfiguration: Output<AiPromptAiPromptTemplateConfigurationArgs>? = null, templateType: Output<AiPromptAiPromptTemplateType>? = null, type: Output<AiPromptAiPromptType>? = null)

Properties

Link copied to clipboard

The API format used for this AI Prompt.

Link copied to clipboard
val assistantId: Output<String>? = null

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

Link copied to clipboard
val description: Output<String>? = null

The description of the AI Prompt.

Link copied to clipboard
val modelId: Output<String>? = null

The identifier of the model used for this AI Prompt. The following model Ids are supported:

Link copied to clipboard
val name: Output<String>? = null

The name of the AI Prompt

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tags used to organize, track, or control access for this resource.

Link copied to clipboard

The configuration of the prompt template for this AI Prompt.

Link copied to clipboard

The type of the prompt template for this AI Prompt.

Link copied to clipboard
val type: Output<AiPromptAiPromptType>? = null

The type of this AI Prompt.

Functions

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