Class: ChatMessage
March 31, 2025 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / ChatMessage
Class: ChatMessage
Constructors
Constructor
new ChatMessage(
role,text):ChatMessage
Parameters
role
text
string
Returns
ChatMessage
Properties
role
readonlyrole:ChatMessageRole
text
readonlytext:string
Methods
__render()
__render():
MessageProperty
Internal
Renders as Cfn Property This is an internal core function and should not be called directly.
Returns
MessageProperty
assistant()
staticassistant(text):ChatMessage
Parameters
text
string
Returns
ChatMessage
user()
staticuser(text):ChatMessage
Parameters
text
string
Returns
ChatMessage