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