Dialogflow API (dialogflow:v2beta1)

2022-09-03

2 new methods

Additions

    Methods
  • dialogflow.projects.locations.conversations.suggestions.suggestConversationSummary

      Flat Path : v2beta1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary

      Path : v2beta1/{+conversation}/suggestions:suggestConversationSummary

      Description : Suggest summary for a conversation based on specific historical messages. The range of the messages to be used for summary can be specified in the request.

      HTTP Method : POST

      Parameter Order : conversation

      Parameters :

        conversation

          Required : Yes

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/conversations/[^/]+$

          Location : path

          Description : Required. The conversation to fetch suggestion for. Format: `projects//locations//conversations/`.

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
  • dialogflow.projects.conversations.suggestions.suggestConversationSummary

      Path : v2beta1/{+conversation}/suggestions:suggestConversationSummary

      Flat Path : v2beta1/projects/{projectsId}/conversations/{conversationsId}/suggestions:suggestConversationSummary

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Parameter Order : conversation

      Parameters :

        conversation

          Type : string

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/conversations/[^/]+$

          Description : Required. The conversation to fetch suggestion for. Format: `projects//locations//conversations/`.

      HTTP Method : POST

      Description : Suggest summary for a conversation based on specific historical messages. The range of the messages to be used for summary can be specified in the request.