Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RuntimeResponseGenericRuntimeResponseTypeSearch

RuntimeResponseGenericRuntimeResponseTypeSearch.

Hierarchy

Index

Properties

additional_results

additional_results: SearchResult[]

An array of objects that contains additional search results that can be displayed to the user upon request.

Optional channels

An array of objects specifying channels for which the response is intended. If channels is present, the response is intended for a built-in integration and should not be handled by an API client.

header

header: string

The title or introductory text to show before the response. This text is defined in the search skill configuration.

primary_results

primary_results: SearchResult[]

An array of objects that contains the search results to be displayed in the initial response to the user.

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.

Generated using TypeDoc