Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.Message
Packages that use Message
-
Uses of Message in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return MessageModifier and TypeMethodDescriptionfinal MessageConverseOutput.message()The message that the model generates.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type MessageModifier and TypeMethodDescriptionConverseRequest.messages()The messages that you want to send to the model.ConverseStreamRequest.messages()The messages that you want to send to the model.ConverseTokensRequest.messages()An array of messages to count tokens for.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type MessageModifier and TypeMethodDescriptionstatic ConverseOutputConverseOutput.fromMessage(Message message) Create an instance of this class withConverseOutput.message()initialized to the given value.The message that the model generates.The messages that you want to send to the model.The messages that you want to send to the model.An array of messages to count tokens for.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type MessageModifier and TypeMethodDescriptionConverseRequest.Builder.messages(Collection<Message> messages) The messages that you want to send to the model.ConverseStreamRequest.Builder.messages(Collection<Message> messages) The messages that you want to send to the model.ConverseTokensRequest.Builder.messages(Collection<Message> messages) An array of messages to count tokens for.