Dialogflow API (dialogflow:v2)

2023-01-07

2 new methods

Additions

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

      Parameter Order: conversation

      Description: Suggests 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.

      Parameters:

        conversation

          Required: Yes

          Type: string

          Location: path

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

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

      HTTP Method: POST

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

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

      Scopes:

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

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

      Scopes:

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

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

      Description: Suggests 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.

      Parameters:

        conversation

          Location: path

          Type: string

          Required: Yes

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

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

      HTTP Method: POST