chatType

Description

The type of chat, either A2AChat.TYPE_CONSULT or A2AChat.TYPE_ANSWER.

Type: string, with one of the following constants:

Value Description

TYPE_ANSWER

The A2AChat type answer. This type is generated when another agent wants this agent to answer an A2AChat.

TYPE_CONSULT

The A2AChat type consult. This type is generated when this agent wants to consult another agent.

Example

The A2AChat.TYPE_* can only be accessed as in the following example:

var value = A2AChat.TYPE_CONSULT;

Related Topics