Uses of Class
software.amazon.awssdk.services.qconnect.model.AIPromptTemplateType
-
Packages that use AIPromptTemplateType Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of AIPromptTemplateType in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return AIPromptTemplateType Modifier and Type Method Description static AIPromptTemplateTypeAIPromptTemplateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AIPromptTemplateTypeAIPromptData. templateType()The type of the prompt template for this AI Prompt.AIPromptTemplateTypeAIPromptSummary. templateType()The type of the prompt template for this AI Prompt.AIPromptTemplateTypeCreateAiPromptRequest. templateType()The type of the prompt template for this AI Prompt.static AIPromptTemplateTypeAIPromptTemplateType. valueOf(String name)Returns the enum constant of this type with the specified name.static AIPromptTemplateType[]AIPromptTemplateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type AIPromptTemplateType Modifier and Type Method Description static Set<AIPromptTemplateType>AIPromptTemplateType. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type AIPromptTemplateType Modifier and Type Method Description AIPromptData.BuilderAIPromptData.Builder. templateType(AIPromptTemplateType templateType)The type of the prompt template for this AI Prompt.AIPromptSummary.BuilderAIPromptSummary.Builder. templateType(AIPromptTemplateType templateType)The type of the prompt template for this AI Prompt.CreateAiPromptRequest.BuilderCreateAiPromptRequest.Builder. templateType(AIPromptTemplateType templateType)The type of the prompt template for this AI Prompt.
-