Node SDK

Interface GetOptions

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Enumeration
  • Class

Options for retrieving details about a bot.

Hierarchy

  • GetOptions

Index

Properties

instance?: string

Which instance do I want if there is more than one instance of this bot for fanout.

instances?: {}
internal

Don't use.

Type declaration

overrides?: any
internal

Don't use. The lambda settings value of your object and you can override them when you do a get.

register?: boolean
internal

Don't use.

Whether to add the checkpoint results into the LeoSdk registry. So, the next time you go to checkpoint it uses the registry to get checkpoint information instead of having to back to the bot table.

default

true

Generated using TypeDoc