getPrompt
inline suspend fun BedrockAgentClient.getPrompt(crossinline block: GetPromptRequest.Builder.() -> Unit): GetPromptResponse
Retrieves information about the working draft (DRAFT
version) of a prompt or a version of it, depending on whether you include the promptVersion
field or not. For more information, see View information about prompts using Prompt management and View information about a version of your prompt in the Amazon Bedrock User Guide.