Discovery Engine API (discoveryengine:v1alpha)

2023-08-18

4 new methods

Additions

    Methods
  • discoveryengine.locations.lookupWidgetConfig

      HTTP Method : POST

      Path : v1alpha/{+location}/lookupWidgetConfig

      Parameter Order : location

      Description : Gets the Widget Config using the uuid.

      Parameters :

        location

          Required : Yes

          Location : path

          Type : string

          Description : Required. The location resource where lookup widget will be performed. Format: `locations/{location}`

          Pattern : ^locations/[^/]+$

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1alpha/locations/{locationsId}/lookupWidgetConfig

  • discoveryengine.locations.widgetSearch

      Flat Path : v1alpha/locations/{locationsId}/widgetSearch

      HTTP Method : POST

      Description : Performs a search. Similar to the SearchService.Search method, but a widget version that allows search without API Key. It supports search with or without JWT token.

      Parameters :

        location

          Type : string

          Required : Yes

          Description : Required. The location resource where widget search will be performed. Format: `locations/{location}`

          Location : path

          Pattern : ^locations/[^/]+$

      Path : v1alpha/{+location}/widgetSearch

      Parameter Order : location

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • discoveryengine.locations.widgetCompleteQuery

      Parameters :

        location

          Location : path

          Pattern : ^locations/[^/]+$

          Required : Yes

          Description : Required. The location resource where widget complete query will be performed. Format: `locations/{location}`

          Type : string

      Path : v1alpha/{+location}/widgetCompleteQuery

      Flat Path : v1alpha/locations/{locationsId}/widgetCompleteQuery

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : location

      Description : Performs a user input completion with keyword suggestion. Similar to the CompletionService.CompleteQuery method, but a widget version that allows CompleteQuery without API Key. It supports CompleteQuery with or without JWT token.

      HTTP Method : POST

  • discoveryengine.locations.widgetConverseConversation

      Description : Converse a conversation with Widget.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : location

      Path : v1alpha/{+location}/widgetConverseConversation

      HTTP Method : POST

      Flat Path : v1alpha/locations/{locationsId}/widgetConverseConversation

      Parameters :

        location

          Location : path

          Description : Required. The location resource where widget converse conversation will be performed. Format: `locations/{location}`

          Pattern : ^locations/[^/]+$

          Required : Yes

          Type : string