Type alias IntentMetadata<TargetType>

IntentMetadata<TargetType>: {
    intentResolutionResultId?: string;
    resultType?: string;
    target?: TargetType;
}

Type Parameters

  • TargetType = any

Type declaration

  • Optional intentResolutionResultId?: string
  • Optional resultType?: string
  • Optional target?: TargetType

Generated using TypeDoc