ChatMessageRole

class aws_cdk.aws_bedrock_alpha.ChatMessageRole(*values)

Bases: Enum

(experimental) The role of a message in a chat conversation.

Stability:

experimental

Attributes

ASSISTANT

(experimental) This is the role of the model itself, responding to user inputs based on the context set by the system.

Stability:

experimental

USER

(experimental) This role represents the human user in the conversation.

Inputs from the user guide the conversation and prompt responses from the assistant.

Stability:

experimental