Class ChatTemplateConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.ChatTemplateConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
ChatTemplateConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ChatTemplateConfigurationProps
@Stability(Experimental)
@Internal
public static final class ChatTemplateConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ChatTemplateConfigurationProps
An implementation for
ChatTemplateConfigurationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.ChatTemplateConfigurationProps
ChatTemplateConfigurationProps.Builder, ChatTemplateConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theChatTemplateConfigurationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) The input variables for the template.final List<ChatMessage> (experimental) The messages in the chat template.final String(experimental) The system message for the chat template.final ToolConfiguration(experimental) The tool configuration for the chat template.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theChatTemplateConfigurationProps.Builder.
-
-
Method Details
-
getMessages
Description copied from interface:ChatTemplateConfigurationProps(experimental) The messages in the chat template.- Specified by:
getMessagesin interfaceChatTemplateConfigurationProps
-
getInputVariables
Description copied from interface:ChatTemplateConfigurationProps(experimental) The input variables for the template.Default: - No input variables
- Specified by:
getInputVariablesin interfaceChatTemplateConfigurationProps
-
getSystem
Description copied from interface:ChatTemplateConfigurationProps(experimental) The system message for the chat template.Default: - No system message
- Specified by:
getSystemin interfaceChatTemplateConfigurationProps
-
getToolConfiguration
Description copied from interface:ChatTemplateConfigurationProps(experimental) The tool configuration for the chat template.Default: - No tool configuration
- Specified by:
getToolConfigurationin interfaceChatTemplateConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-