Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomSkillBuilder

An interface which helps building a customized skill.

Hierarchy

Index

Methods

addErrorHandler

  • addErrorHandler(matcher: function, executor: function): this

addErrorHandlers

addRequestHandler

  • addRequestHandler(matcher: function | string, executor: function): this

addRequestHandlers

addRequestInterceptors

addResponseInterceptors

create

getSkillConfiguration

lambda

withApiClient

  • withApiClient(apiClient: ApiClient): this

withCustomUserAgent

  • withCustomUserAgent(customUserAgent: string): this

withPersistenceAdapter

withSkillId

  • withSkillId(skillId: string): this