createInvocation
inline suspend fun BedrockAgentRuntimeClient.createInvocation(crossinline block: CreateInvocationRequest.Builder.() -> Unit): CreateInvocationResponse
Creates a new invocation within a session. An invocation groups the related invocation steps that store the content from a conversation. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.
Related APIs