Skip to content

Commit 7483cdc

Browse files
Google APIscopybara-github
authored andcommitted
feat: Added persist_parameter_changes field from query_params to MatchIntentRequest
PiperOrigin-RevId: 512734924
1 parent 09863ae commit 7483cdc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

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

834834
// Required. The input specification.
835835
QueryInput query_input = 3 [(google.api.field_behavior) = REQUIRED];
836+
837+
// Persist session parameter changes from `query_params`.
838+
bool persist_parameter_changes = 5;
836839
}
837840

838841
// Response of [MatchIntent][].

0 commit comments

Comments
 (0)