Interface MessageContext

Contextual information gathered by the service.

interface MessageContext {
    global?: MessageGlobalContext;
    skills?: { [skill_name: string]: MessageSkillContext };
}

Properties

Properties

Global context.

skills?: { [skill_name: string]: MessageSkillContext }

Contains the context data for a message. The context data is divided into object for different skills that may be involved with the message.

Type declaration

  • [skill_name: string]: MessageSkillContext

    The context associated with each skill. Note that "main skill" and "actions skill" are reserved skill names and should not be used outside of watsonx Assistant or watsonx Orchestrate.

MMNEPVFCICPMFPCPTTAAATR