Skip to content

Commit

Permalink
feat: Added persist_parameter_changes field from query_params to Ma…
Browse files Browse the repository at this point in the history
…tchIntentRequest

PiperOrigin-RevId: 512734924
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 27, 2023
1 parent 09863ae commit 7483cdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/dialogflow/cx/v3/session.proto
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,9 @@ message MatchIntentRequest {

// Required. The input specification.
QueryInput query_input = 3 [(google.api.field_behavior) = REQUIRED];

// Persist session parameter changes from `query_params`.
bool persist_parameter_changes = 5;
}

// Response of [MatchIntent][].
Expand Down

0 comments on commit 7483cdc

Please sign in to comment.