Type alias InfoForIntentOptions<MetadataType>

InfoForIntentOptions<MetadataType>: {
    context?: Context;
    metadata?: MetadataType;
    name: string;
}

Type Parameters

Type declaration

  • Optional context?: Context
  • Optional metadata?: MetadataType
  • name: string

    Name of the intent to get info for.

Generated using TypeDoc