Skip to content

Commit 8909089

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate dialogflow client (#6091)
1 parent c218b21 commit 8909089

20 files changed

Lines changed: 828 additions & 233 deletions

File tree

google-api-grpc/grpc-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesGrpc.java

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
* entities that are built for an individual user such as
2020
* favorites, preferences, playlists, and so on. You can redefine a session
2121
* entity type at the session level.
22+
* Session entity methods do not work with Google Assistant integration.
23+
* Contact Dialogflow support if you need to use session entities
24+
* with Google Assistant integration.
2225
* For more information about entity types, see the
2326
* [Dialogflow
2427
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
@@ -372,6 +375,9 @@ public static SessionEntityTypesFutureStub newFutureStub(io.grpc.Channel channel
372375
* entities that are built for an individual user such as
373376
* favorites, preferences, playlists, and so on. You can redefine a session
374377
* entity type at the session level.
378+
* Session entity methods do not work with Google Assistant integration.
379+
* Contact Dialogflow support if you need to use session entities
380+
* with Google Assistant integration.
375381
* For more information about entity types, see the
376382
* [Dialogflow
377383
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
@@ -384,6 +390,9 @@ public abstract static class SessionEntityTypesImplBase implements io.grpc.Binda
384390
*
385391
* <pre>
386392
* Returns the list of all session entity types in the specified session.
393+
* This method doesn't work with Google Assistant integration.
394+
* Contact Dialogflow support if you need to use session entities
395+
* with Google Assistant integration.
387396
* </pre>
388397
*/
389398
public void listSessionEntityTypes(
@@ -398,6 +407,9 @@ public void listSessionEntityTypes(
398407
*
399408
* <pre>
400409
* Retrieves the specified session entity type.
410+
* This method doesn't work with Google Assistant integration.
411+
* Contact Dialogflow support if you need to use session entities
412+
* with Google Assistant integration.
401413
* </pre>
402414
*/
403415
public void getSessionEntityType(
@@ -414,6 +426,9 @@ public void getSessionEntityType(
414426
* Creates a session entity type.
415427
* If the specified session entity type already exists, overrides the session
416428
* entity type.
429+
* This method doesn't work with Google Assistant integration.
430+
* Contact Dialogflow support if you need to use session entities
431+
* with Google Assistant integration.
417432
* </pre>
418433
*/
419434
public void createSessionEntityType(
@@ -428,6 +443,9 @@ public void createSessionEntityType(
428443
*
429444
* <pre>
430445
* Updates the specified session entity type.
446+
* This method doesn't work with Google Assistant integration.
447+
* Contact Dialogflow support if you need to use session entities
448+
* with Google Assistant integration.
431449
* </pre>
432450
*/
433451
public void updateSessionEntityType(
@@ -442,6 +460,9 @@ public void updateSessionEntityType(
442460
*
443461
* <pre>
444462
* Deletes the specified session entity type.
463+
* This method doesn't work with Google Assistant integration.
464+
* Contact Dialogflow support if you need to use session entities
465+
* with Google Assistant integration.
445466
* </pre>
446467
*/
447468
public void deleteSessionEntityType(
@@ -503,6 +524,9 @@ public final io.grpc.ServerServiceDefinition bindService() {
503524
* entities that are built for an individual user such as
504525
* favorites, preferences, playlists, and so on. You can redefine a session
505526
* entity type at the session level.
527+
* Session entity methods do not work with Google Assistant integration.
528+
* Contact Dialogflow support if you need to use session entities
529+
* with Google Assistant integration.
506530
* For more information about entity types, see the
507531
* [Dialogflow
508532
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
@@ -529,6 +553,9 @@ protected SessionEntityTypesStub build(
529553
*
530554
* <pre>
531555
* Returns the list of all session entity types in the specified session.
556+
* This method doesn't work with Google Assistant integration.
557+
* Contact Dialogflow support if you need to use session entities
558+
* with Google Assistant integration.
532559
* </pre>
533560
*/
534561
public void listSessionEntityTypes(
@@ -546,6 +573,9 @@ public void listSessionEntityTypes(
546573
*
547574
* <pre>
548575
* Retrieves the specified session entity type.
576+
* This method doesn't work with Google Assistant integration.
577+
* Contact Dialogflow support if you need to use session entities
578+
* with Google Assistant integration.
549579
* </pre>
550580
*/
551581
public void getSessionEntityType(
@@ -565,6 +595,9 @@ public void getSessionEntityType(
565595
* Creates a session entity type.
566596
* If the specified session entity type already exists, overrides the session
567597
* entity type.
598+
* This method doesn't work with Google Assistant integration.
599+
* Contact Dialogflow support if you need to use session entities
600+
* with Google Assistant integration.
568601
* </pre>
569602
*/
570603
public void createSessionEntityType(
@@ -582,6 +615,9 @@ public void createSessionEntityType(
582615
*
583616
* <pre>
584617
* Updates the specified session entity type.
618+
* This method doesn't work with Google Assistant integration.
619+
* Contact Dialogflow support if you need to use session entities
620+
* with Google Assistant integration.
585621
* </pre>
586622
*/
587623
public void updateSessionEntityType(
@@ -599,6 +635,9 @@ public void updateSessionEntityType(
599635
*
600636
* <pre>
601637
* Deletes the specified session entity type.
638+
* This method doesn't work with Google Assistant integration.
639+
* Contact Dialogflow support if you need to use session entities
640+
* with Google Assistant integration.
602641
* </pre>
603642
*/
604643
public void deleteSessionEntityType(
@@ -623,6 +662,9 @@ public void deleteSessionEntityType(
623662
* entities that are built for an individual user such as
624663
* favorites, preferences, playlists, and so on. You can redefine a session
625664
* entity type at the session level.
665+
* Session entity methods do not work with Google Assistant integration.
666+
* Contact Dialogflow support if you need to use session entities
667+
* with Google Assistant integration.
626668
* For more information about entity types, see the
627669
* [Dialogflow
628670
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
@@ -650,6 +692,9 @@ protected SessionEntityTypesBlockingStub build(
650692
*
651693
* <pre>
652694
* Returns the list of all session entity types in the specified session.
695+
* This method doesn't work with Google Assistant integration.
696+
* Contact Dialogflow support if you need to use session entities
697+
* with Google Assistant integration.
653698
* </pre>
654699
*/
655700
public com.google.cloud.dialogflow.v2.ListSessionEntityTypesResponse listSessionEntityTypes(
@@ -663,6 +708,9 @@ public com.google.cloud.dialogflow.v2.ListSessionEntityTypesResponse listSession
663708
*
664709
* <pre>
665710
* Retrieves the specified session entity type.
711+
* This method doesn't work with Google Assistant integration.
712+
* Contact Dialogflow support if you need to use session entities
713+
* with Google Assistant integration.
666714
* </pre>
667715
*/
668716
public com.google.cloud.dialogflow.v2.SessionEntityType getSessionEntityType(
@@ -678,6 +726,9 @@ public com.google.cloud.dialogflow.v2.SessionEntityType getSessionEntityType(
678726
* Creates a session entity type.
679727
* If the specified session entity type already exists, overrides the session
680728
* entity type.
729+
* This method doesn't work with Google Assistant integration.
730+
* Contact Dialogflow support if you need to use session entities
731+
* with Google Assistant integration.
681732
* </pre>
682733
*/
683734
public com.google.cloud.dialogflow.v2.SessionEntityType createSessionEntityType(
@@ -691,6 +742,9 @@ public com.google.cloud.dialogflow.v2.SessionEntityType createSessionEntityType(
691742
*
692743
* <pre>
693744
* Updates the specified session entity type.
745+
* This method doesn't work with Google Assistant integration.
746+
* Contact Dialogflow support if you need to use session entities
747+
* with Google Assistant integration.
694748
* </pre>
695749
*/
696750
public com.google.cloud.dialogflow.v2.SessionEntityType updateSessionEntityType(
@@ -704,6 +758,9 @@ public com.google.cloud.dialogflow.v2.SessionEntityType updateSessionEntityType(
704758
*
705759
* <pre>
706760
* Deletes the specified session entity type.
761+
* This method doesn't work with Google Assistant integration.
762+
* Contact Dialogflow support if you need to use session entities
763+
* with Google Assistant integration.
707764
* </pre>
708765
*/
709766
public com.google.protobuf.Empty deleteSessionEntityType(
@@ -725,6 +782,9 @@ public com.google.protobuf.Empty deleteSessionEntityType(
725782
* entities that are built for an individual user such as
726783
* favorites, preferences, playlists, and so on. You can redefine a session
727784
* entity type at the session level.
785+
* Session entity methods do not work with Google Assistant integration.
786+
* Contact Dialogflow support if you need to use session entities
787+
* with Google Assistant integration.
728788
* For more information about entity types, see the
729789
* [Dialogflow
730790
* documentation](https://cloud.google.com/dialogflow/docs/entities-overview).
@@ -751,6 +811,9 @@ protected SessionEntityTypesFutureStub build(
751811
*
752812
* <pre>
753813
* Returns the list of all session entity types in the specified session.
814+
* This method doesn't work with Google Assistant integration.
815+
* Contact Dialogflow support if you need to use session entities
816+
* with Google Assistant integration.
754817
* </pre>
755818
*/
756819
public com.google.common.util.concurrent.ListenableFuture<
@@ -766,6 +829,9 @@ protected SessionEntityTypesFutureStub build(
766829
*
767830
* <pre>
768831
* Retrieves the specified session entity type.
832+
* This method doesn't work with Google Assistant integration.
833+
* Contact Dialogflow support if you need to use session entities
834+
* with Google Assistant integration.
769835
* </pre>
770836
*/
771837
public com.google.common.util.concurrent.ListenableFuture<
@@ -782,6 +848,9 @@ protected SessionEntityTypesFutureStub build(
782848
* Creates a session entity type.
783849
* If the specified session entity type already exists, overrides the session
784850
* entity type.
851+
* This method doesn't work with Google Assistant integration.
852+
* Contact Dialogflow support if you need to use session entities
853+
* with Google Assistant integration.
785854
* </pre>
786855
*/
787856
public com.google.common.util.concurrent.ListenableFuture<
@@ -798,6 +867,9 @@ protected SessionEntityTypesFutureStub build(
798867
*
799868
* <pre>
800869
* Updates the specified session entity type.
870+
* This method doesn't work with Google Assistant integration.
871+
* Contact Dialogflow support if you need to use session entities
872+
* with Google Assistant integration.
801873
* </pre>
802874
*/
803875
public com.google.common.util.concurrent.ListenableFuture<
@@ -814,6 +886,9 @@ protected SessionEntityTypesFutureStub build(
814886
*
815887
* <pre>
816888
* Deletes the specified session entity type.
889+
* This method doesn't work with Google Assistant integration.
890+
* Contact Dialogflow support if you need to use session entities
891+
* with Google Assistant integration.
817892
* </pre>
818893
*/
819894
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>

0 commit comments

Comments
 (0)