Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskAgentMessage

Provides a contract for receiving messages from the task orchestrator.

Hierarchy

  • TaskAgentMessage

Index

Properties

Optional body

body: string

Gets or sets the body of the message. If the IV property is provided the body will need to be decrypted using the TaskAgentSession.EncryptionKey value in addition to the IV.

Optional iv

iv: Array<string>

Gets or sets the intialization vector used to encrypt this message.

Optional messageId

messageId: number

Gets or sets the message identifier.

Optional messageType

messageType: string

Gets or sets the message type, describing the data contract found in TaskAgentMessage.Body.

Generated using TypeDoc