@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / ChatMessage
new ChatMessage(
role
,text
):ChatMessage
string
readonly
role:ChatMessageRole
readonly
text:string
__render():
MessageProperty
Internal
Renders as Cfn Property This is an internal core function and should not be called directly.
MessageProperty
static
assistant(text
):ChatMessage
string
static
user(text
):ChatMessage
string