@@ -203,6 +203,7 @@ defmodule Google.Cloud.Dialogflow.Cx.V3beta1.ToolUse do
203
203
use Protobuf , protoc_gen_elixir_version: "0.14.1" , syntax: :proto3
204
204
205
205
field :tool , 1 , type: :string , deprecated: false
206
+ field :display_name , 8 , type: :string , json_name: "displayName" , deprecated: false
206
207
field :action , 2 , type: :string , deprecated: false
207
208
208
209
field :input_action_parameters , 5 ,
@@ -222,6 +223,7 @@ defmodule Google.Cloud.Dialogflow.Cx.V3beta1.PlaybookInvocation do
222
223
use Protobuf , protoc_gen_elixir_version: "0.14.1" , syntax: :proto3
223
224
224
225
field :playbook , 1 , type: :string , deprecated: false
226
+ field :display_name , 5 , type: :string , json_name: "displayName" , deprecated: false
225
227
226
228
field :playbook_input , 2 ,
227
229
type: Google.Cloud.Dialogflow.Cx.V3beta1.PlaybookInput ,
@@ -246,6 +248,7 @@ defmodule Google.Cloud.Dialogflow.Cx.V3beta1.FlowInvocation do
246
248
use Protobuf , protoc_gen_elixir_version: "0.14.1" , syntax: :proto3
247
249
248
250
field :flow , 1 , type: :string , deprecated: false
251
+ field :display_name , 7 , type: :string , json_name: "displayName" , deprecated: false
249
252
250
253
field :input_action_parameters , 5 ,
251
254
type: Google.Protobuf.Struct ,
0 commit comments