Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddTrainingDataParams

Parameters for the addTrainingData operation.

Hierarchy

  • AddTrainingDataParams

Index

Properties

collectionId

collectionId: string

The ID of the collection.

environmentId

environmentId: string

The ID of the environment.

Optional examples

examples: TrainingExample[]

Array of training examples.

Optional filter

filter: string

The filter used on the collection before the natural_language_query is applied.

Optional headers

headers: OutgoingHttpHeaders

Optional naturalLanguageQuery

naturalLanguageQuery: string

The natural text query for the new training query.

Generated using TypeDoc