Skip to content

@egain/ai-agent-sdk API Reference - v0.1.1 / TokenMessageParams

Interface: TokenMessageParams

Parameters for creating a token message

Hierarchy

  • BaseMessageParams

    TokenMessageParams

Table of contents

Properties

Properties

messageId

Optional messageId: string

Inherited from

BaseMessageParams.messageId

Defined in

core/message/MessageTypes.ts:7


from

Optional from: string

Inherited from

BaseMessageParams.from

Defined in

core/message/MessageTypes.ts:8


to

Optional to: string

Inherited from

BaseMessageParams.to

Defined in

core/message/MessageTypes.ts:9


token

token: string

The authentication token to send

Defined in

core/message/MessageTypes.ts:182

Released under the MIT License.