Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill

DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.

Hierarchy

Index

Properties

Optional channels

An array of objects specifying channels for which the response is intended.

Optional discovery_version

discovery_version: string

The version of the Discovery service API to use for the query.

Optional filter

filter: string

An optional filter that narrows the set of documents to be searched. For more information, see the [Discovery service documentation](Discovery service documentation.

query

query: string

The text of the search query. This can be either a natural-language query or a query that uses the Discovery query language syntax, depending on the value of the query_type property. For more information, see the Discovery service documentation.

query_type

query_type: string

The type of the search query.

response_type

response_type: string

The type of response returned by the dialog node. The specified response type must be supported by the client application or channel.

Note: The search_skill response type is used only by the v2 runtime API.

Generated using TypeDoc