Skip to content

Commit 388f408

Browse files
Google APIscopybara-github
authored andcommitted
feat: Added persist_parameter_changes field from query_params to MatchIntentRequest
PiperOrigin-RevId: 513016804
1 parent 8226520 commit 388f408

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/dialogflow/cx/v3beta1/session.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,9 @@ message MatchIntentRequest {
836836

837837
// Required. The input specification.
838838
QueryInput query_input = 3 [(google.api.field_behavior) = REQUIRED];
839+
840+
// Persist session parameter changes from `query_params`.
841+
bool persist_parameter_changes = 5;
839842
}
840843

841844
// Response of [MatchIntent][].

0 commit comments

Comments
 (0)