generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructs


@cdklabs/generative-ai-cdk-constructs / bedrock / ChatMessage

Class: ChatMessage

Constructors

new ChatMessage()

new ChatMessage(role, text): ChatMessage

Parameters

role

ChatMessageRole

text

string

Returns

ChatMessage

Properties

role

readonly role: ChatMessageRole


text

readonly text: 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()

static assistant(text): ChatMessage

Parameters

text

string

Returns

ChatMessage


user()

static user(text): ChatMessage

Parameters

text

string

Returns

ChatMessage