Uses of Class
software.amazon.awssdk.services.qconnect.model.AIPromptType
-
Packages that use AIPromptType Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of AIPromptType in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return AIPromptType Modifier and Type Method Description static AIPromptTypeAIPromptType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AIPromptTypeAIPromptData. type()The type of this AI Prompt.AIPromptTypeAIPromptSummary. type()The type of this AI Prompt.AIPromptTypeCreateAiPromptRequest. type()The type of this AI Prompt.static AIPromptTypeAIPromptType. valueOf(String name)Returns the enum constant of this type with the specified name.static AIPromptType[]AIPromptType. 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 AIPromptType Modifier and Type Method Description static Set<AIPromptType>AIPromptType. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type AIPromptType Modifier and Type Method Description AIPromptData.BuilderAIPromptData.Builder. type(AIPromptType type)The type of this AI Prompt.AIPromptSummary.BuilderAIPromptSummary.Builder. type(AIPromptType type)The type of this AI Prompt.CreateAiPromptRequest.BuilderCreateAiPromptRequest.Builder. type(AIPromptType type)The type of this AI Prompt.
-