You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfilesClient.java
+118
Original file line number
Diff line number
Diff line change
@@ -1045,6 +1045,69 @@ public final void deleteConversationProfile(DeleteConversationProfileRequest req
1045
1045
returnsetSuggestionFeatureConfigAsync(request);
1046
1046
}
1047
1047
1048
+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1049
+
/**
1050
+
* Adds or updates a suggestion feature in a conversation profile. If the conversation profile
1051
+
* contains the type of suggestion feature for the participant role, it will update it. Otherwise
1052
+
* it will insert the suggestion feature.
1053
+
*
1054
+
* <p>This method is a [long-running
1055
+
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The
1056
+
* returned `Operation` type has the following method-specific fields:
Copy file name to clipboardExpand all lines: java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationProfilesClient.java
+118
Original file line number
Diff line number
Diff line change
@@ -1046,6 +1046,69 @@ public final void deleteConversationProfile(DeleteConversationProfileRequest req
1046
1046
returnsetSuggestionFeatureConfigAsync(request);
1047
1047
}
1048
1048
1049
+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1050
+
/**
1051
+
* Adds or updates a suggestion feature in a conversation profile. If the conversation profile
1052
+
* contains the type of suggestion feature for the participant role, it will update it. Otherwise
1053
+
* it will insert the suggestion feature.
1054
+
*
1055
+
* <p>This method is a [long-running
1056
+
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The
1057
+
* returned `Operation` type has the following method-specific fields:
Copy file name to clipboardExpand all lines: java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ConversationsClient.java
+2
Original file line number
Diff line number
Diff line change
@@ -1276,6 +1276,7 @@ public final SuggestConversationSummaryResponse suggestConversationSummary(Strin
Copy file name to clipboardExpand all lines: java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/gapic_metadata.json
0 commit comments