Uses of Class
software.amazon.awscdk.services.bedrock.alpha.ChatTemplateConfigurationProps.Builder
Packages that use ChatTemplateConfigurationProps.Builder
-
Uses of ChatTemplateConfigurationProps.Builder in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return ChatTemplateConfigurationProps.BuilderModifier and TypeMethodDescriptionChatTemplateConfigurationProps.builder()
ChatTemplateConfigurationProps.Builder.inputVariables
(List<String> inputVariables) Sets the value ofChatTemplateConfigurationProps.getInputVariables()
ChatTemplateConfigurationProps.Builder.messages
(List<? extends ChatMessage> messages) Sets the value ofChatTemplateConfigurationProps.getMessages()
Sets the value ofChatTemplateConfigurationProps.getSystem()
ChatTemplateConfigurationProps.Builder.toolConfiguration
(ToolConfiguration toolConfiguration) Sets the value ofChatTemplateConfigurationProps.getToolConfiguration()
Constructors in software.amazon.awscdk.services.bedrock.alpha with parameters of type ChatTemplateConfigurationProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theChatTemplateConfigurationProps.Builder
.