File tree Expand file tree Collapse file tree
google/cloud/dialogflow/cx/v3beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments