TextConversationMessageContent interface

A request to send a text conversation message.

Extends

Properties

content

Message content.

kind

Message notification type is text.

Property Details

content

Message content.

content: string

Property Value

string

kind

Message notification type is text.

kind: "text"

Property Value

"text"