Method: projects.conversationProfiles.clearSuggestionFeatureConfig

Clears a suggestion feature from a conversation profile for the given participant role.

This method is a long-running operation. The returned Operation type has the following method-specific fields:

HTTP request

POST https://{endpoint}/v2/{conversationProfile=projects/*/conversationProfiles/*}:clearSuggestionFeatureConfig

Where {endpoint} is one of the supported service endpoints.

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
conversationProfile

string

Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

Request body

The request body contains data with the following structure:

JSON representation
{
  "participantRole": enum (Role),
  "suggestionFeatureType": enum (Type)
}
Fields
participantRole

enum (Role)

Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

suggestionFeatureType

enum (Type)

Required. The type of the suggestion feature to remove.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.