Class AgentChatTextPart

Export

AgentChatTextPart

Hierarchy (view full)

Constructors

Properties

text?: string

Text message content (required)

Memberof

AgentChatTextPart

type: AgentChatMessagePartType = AgentChatMessagePartType.TEXT

Discriminator property for AgentChatMessagePart

Memberof

AgentChatTextPart

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'