@@ -115,6 +115,11 @@ export class AssistantWebpluginDeployment extends jspb.Message {
115115 getIdealtimeoutbackoff ( ) : string ;
116116 setIdealtimeoutbackoff ( value : string ) : void ;
117117
118+ hasGreetinginterruptible ( ) : boolean ;
119+ clearGreetinginterruptible ( ) : void ;
120+ getGreetinginterruptible ( ) : boolean ;
121+ setGreetinginterruptible ( value : boolean ) : void ;
122+
118123 serializeBinary ( ) : Uint8Array ;
119124 toObject ( includeInstance ?: boolean ) : AssistantWebpluginDeployment . AsObject ;
120125 static toObject ( includeInstance : boolean , msg : AssistantWebpluginDeployment ) : AssistantWebpluginDeployment . AsObject ;
@@ -146,6 +151,7 @@ export namespace AssistantWebpluginDeployment {
146151 idealtimeout : string ,
147152 idealtimeoutmessage : string ,
148153 idealtimeoutbackoff : string ,
154+ greetinginterruptible : boolean ,
149155 }
150156}
151157
@@ -209,6 +215,11 @@ export class AssistantPhoneDeployment extends jspb.Message {
209215 getIdealtimeoutbackoff ( ) : string ;
210216 setIdealtimeoutbackoff ( value : string ) : void ;
211217
218+ hasGreetinginterruptible ( ) : boolean ;
219+ clearGreetinginterruptible ( ) : void ;
220+ getGreetinginterruptible ( ) : boolean ;
221+ setGreetinginterruptible ( value : boolean ) : void ;
222+
212223 serializeBinary ( ) : Uint8Array ;
213224 toObject ( includeInstance ?: boolean ) : AssistantPhoneDeployment . AsObject ;
214225 static toObject ( includeInstance : boolean , msg : AssistantPhoneDeployment ) : AssistantPhoneDeployment . AsObject ;
@@ -236,6 +247,7 @@ export namespace AssistantPhoneDeployment {
236247 idealtimeout : string ,
237248 idealtimeoutmessage : string ,
238249 idealtimeoutbackoff : string ,
250+ greetinginterruptible : boolean ,
239251 }
240252}
241253
@@ -302,6 +314,11 @@ export class AssistantWhatsappDeployment extends jspb.Message {
302314 getIdealtimeoutbackoff ( ) : string ;
303315 setIdealtimeoutbackoff ( value : string ) : void ;
304316
317+ hasGreetinginterruptible ( ) : boolean ;
318+ clearGreetinginterruptible ( ) : void ;
319+ getGreetinginterruptible ( ) : boolean ;
320+ setGreetinginterruptible ( value : boolean ) : void ;
321+
305322 serializeBinary ( ) : Uint8Array ;
306323 toObject ( includeInstance ?: boolean ) : AssistantWhatsappDeployment . AsObject ;
307324 static toObject ( includeInstance : boolean , msg : AssistantWhatsappDeployment ) : AssistantWhatsappDeployment . AsObject ;
@@ -330,6 +347,7 @@ export namespace AssistantWhatsappDeployment {
330347 idealtimeout : string ,
331348 idealtimeoutmessage : string ,
332349 idealtimeoutbackoff : string ,
350+ greetinginterruptible : boolean ,
333351 }
334352}
335353
@@ -388,6 +406,11 @@ export class AssistantDebuggerDeployment extends jspb.Message {
388406 getIdealtimeoutbackoff ( ) : string ;
389407 setIdealtimeoutbackoff ( value : string ) : void ;
390408
409+ hasGreetinginterruptible ( ) : boolean ;
410+ clearGreetinginterruptible ( ) : void ;
411+ getGreetinginterruptible ( ) : boolean ;
412+ setGreetinginterruptible ( value : boolean ) : void ;
413+
391414 serializeBinary ( ) : Uint8Array ;
392415 toObject ( includeInstance ?: boolean ) : AssistantDebuggerDeployment . AsObject ;
393416 static toObject ( includeInstance : boolean , msg : AssistantDebuggerDeployment ) : AssistantDebuggerDeployment . AsObject ;
@@ -414,6 +437,7 @@ export namespace AssistantDebuggerDeployment {
414437 idealtimeout : string ,
415438 idealtimeoutmessage : string ,
416439 idealtimeoutbackoff : string ,
440+ greetinginterruptible : boolean ,
417441 }
418442}
419443
@@ -469,6 +493,11 @@ export class AssistantApiDeployment extends jspb.Message {
469493 getIdealtimeoutbackoff ( ) : string ;
470494 setIdealtimeoutbackoff ( value : string ) : void ;
471495
496+ hasGreetinginterruptible ( ) : boolean ;
497+ clearGreetinginterruptible ( ) : void ;
498+ getGreetinginterruptible ( ) : boolean ;
499+ setGreetinginterruptible ( value : boolean ) : void ;
500+
472501 serializeBinary ( ) : Uint8Array ;
473502 toObject ( includeInstance ?: boolean ) : AssistantApiDeployment . AsObject ;
474503 static toObject ( includeInstance : boolean , msg : AssistantApiDeployment ) : AssistantApiDeployment . AsObject ;
@@ -494,6 +523,7 @@ export namespace AssistantApiDeployment {
494523 idealtimeout : string ,
495524 idealtimeoutmessage : string ,
496525 idealtimeoutbackoff : string ,
526+ greetinginterruptible : boolean ,
497527 }
498528}
499529
0 commit comments