Skip to content

Commit 718eadc

Browse files
Google APIscopybara-github
authored andcommitted
feat: allow to disable webhook invocation per request
PiperOrigin-RevId: 359860671
1 parent 9adc11e commit 718eadc

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ message ResponseMessage {
184184
// Output only. A signal that indicates the interaction with the Dialogflow agent has
185185
// ended.
186186
// This message is generated by Dialogflow only when the conversation
187-
// reaches `END_SESSION` or `END_PAGE` page. It is not supposed to be
188-
// defined by the user.
187+
// reaches `END_SESSION` page. It is not supposed to be defined by the user.
188+
//
189189
// It's guaranteed that there is at most one such message in each response.
190190
EndInteraction end_interaction = 11 [(google.api.field_behavior) = OUTPUT_ONLY];
191191

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,9 @@ message QueryParameters {
388388
// - Else: parameter value
389389
google.protobuf.Struct parameters = 5;
390390

391+
// Whether to disable webhook calls for this request.
392+
bool disable_webhook = 7;
393+
391394
// Configures whether sentiment analysis should be performed. If not
392395
// provided, sentiment analysis is not performed.
393396
bool analyze_query_text_sentiment = 8;

0 commit comments

Comments
 (0)