listPrompts
inline suspend fun BedrockAgentClient.listPrompts(crossinline block: ListPromptsRequest.Builder.() -> Unit): ListPromptsResponse
Returns either information about the working draft (DRAFT
version) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include the promptIdentifier
field or not. For more information, see View information about prompts using Prompt management in the Amazon Bedrock User Guide.