Ai Prompt Args
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
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
The description of the AI Prompt.
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
The type of this AI Prompt.