Skip to content

Commit 484a2f0

Browse files
yoshi-automationPraful Makani
authored andcommitted
Regenerate dialogflow client (#4823)
1 parent 4b300a8 commit 484a2f0

298 files changed

Lines changed: 19816 additions & 6730 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 86 additions & 111 deletions
Large diffs are not rendered by default.

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

Lines changed: 39 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
* geographic location, and so on.
2020
* You can include contexts as input parameters of a
2121
* [DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] (or
22-
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent])
23-
* request, or as output contexts included in the returned intent. Contexts
24-
* expire when an intent is matched, after the number of `DetectIntent` requests
25-
* specified by the `lifespan_count` parameter, or after 10 minutes if no
26-
* intents are matched for a `DetectIntent` request.
22+
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]) request,
23+
* or as output contexts included in the returned intent.
24+
* Contexts expire when an intent is matched, after the number of `DetectIntent`
25+
* requests specified by the `lifespan_count` parameter, or after 20 minutes
26+
* if no intents are matched for a `DetectIntent` request.
2727
* For more information about contexts, see the
28-
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
28+
* [Dialogflow
29+
* documentation](https://cloud.google.com/dialogflow-enterprise/docs/contexts-overview).
2930
* </pre>
3031
*/
3132
@javax.annotation.Generated(
@@ -397,13 +398,14 @@ public static ContextsFutureStub newFutureStub(io.grpc.Channel channel) {
397398
* geographic location, and so on.
398399
* You can include contexts as input parameters of a
399400
* [DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] (or
400-
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent])
401-
* request, or as output contexts included in the returned intent. Contexts
402-
* expire when an intent is matched, after the number of `DetectIntent` requests
403-
* specified by the `lifespan_count` parameter, or after 10 minutes if no
404-
* intents are matched for a `DetectIntent` request.
401+
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]) request,
402+
* or as output contexts included in the returned intent.
403+
* Contexts expire when an intent is matched, after the number of `DetectIntent`
404+
* requests specified by the `lifespan_count` parameter, or after 20 minutes
405+
* if no intents are matched for a `DetectIntent` request.
405406
* For more information about contexts, see the
406-
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
407+
* [Dialogflow
408+
* documentation](https://cloud.google.com/dialogflow-enterprise/docs/contexts-overview).
407409
* </pre>
408410
*/
409411
public abstract static class ContextsImplBase implements io.grpc.BindableService {
@@ -440,6 +442,7 @@ public void getContext(
440442
*
441443
* <pre>
442444
* Creates a context.
445+
* If the specified context already exists, overrides the context.
443446
* </pre>
444447
*/
445448
public void createContext(
@@ -543,13 +546,14 @@ public final io.grpc.ServerServiceDefinition bindService() {
543546
* geographic location, and so on.
544547
* You can include contexts as input parameters of a
545548
* [DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] (or
546-
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent])
547-
* request, or as output contexts included in the returned intent. Contexts
548-
* expire when an intent is matched, after the number of `DetectIntent` requests
549-
* specified by the `lifespan_count` parameter, or after 10 minutes if no
550-
* intents are matched for a `DetectIntent` request.
549+
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]) request,
550+
* or as output contexts included in the returned intent.
551+
* Contexts expire when an intent is matched, after the number of `DetectIntent`
552+
* requests specified by the `lifespan_count` parameter, or after 20 minutes
553+
* if no intents are matched for a `DetectIntent` request.
551554
* For more information about contexts, see the
552-
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
555+
* [Dialogflow
556+
* documentation](https://cloud.google.com/dialogflow-enterprise/docs/contexts-overview).
553557
* </pre>
554558
*/
555559
public static final class ContextsStub extends io.grpc.stub.AbstractStub<ContextsStub> {
@@ -604,6 +608,7 @@ public void getContext(
604608
*
605609
* <pre>
606610
* Creates a context.
611+
* If the specified context already exists, overrides the context.
607612
* </pre>
608613
*/
609614
public void createContext(
@@ -676,13 +681,14 @@ public void deleteAllContexts(
676681
* geographic location, and so on.
677682
* You can include contexts as input parameters of a
678683
* [DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] (or
679-
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent])
680-
* request, or as output contexts included in the returned intent. Contexts
681-
* expire when an intent is matched, after the number of `DetectIntent` requests
682-
* specified by the `lifespan_count` parameter, or after 10 minutes if no
683-
* intents are matched for a `DetectIntent` request.
684+
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]) request,
685+
* or as output contexts included in the returned intent.
686+
* Contexts expire when an intent is matched, after the number of `DetectIntent`
687+
* requests specified by the `lifespan_count` parameter, or after 20 minutes
688+
* if no intents are matched for a `DetectIntent` request.
684689
* For more information about contexts, see the
685-
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
690+
* [Dialogflow
691+
* documentation](https://cloud.google.com/dialogflow-enterprise/docs/contexts-overview).
686692
* </pre>
687693
*/
688694
public static final class ContextsBlockingStub
@@ -731,6 +737,7 @@ public com.google.cloud.dialogflow.v2.Context getContext(
731737
*
732738
* <pre>
733739
* Creates a context.
740+
* If the specified context already exists, overrides the context.
734741
* </pre>
735742
*/
736743
public com.google.cloud.dialogflow.v2.Context createContext(
@@ -791,13 +798,14 @@ public com.google.protobuf.Empty deleteAllContexts(
791798
* geographic location, and so on.
792799
* You can include contexts as input parameters of a
793800
* [DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] (or
794-
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent])
795-
* request, or as output contexts included in the returned intent. Contexts
796-
* expire when an intent is matched, after the number of `DetectIntent` requests
797-
* specified by the `lifespan_count` parameter, or after 10 minutes if no
798-
* intents are matched for a `DetectIntent` request.
801+
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]) request,
802+
* or as output contexts included in the returned intent.
803+
* Contexts expire when an intent is matched, after the number of `DetectIntent`
804+
* requests specified by the `lifespan_count` parameter, or after 20 minutes
805+
* if no intents are matched for a `DetectIntent` request.
799806
* For more information about contexts, see the
800-
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
807+
* [Dialogflow
808+
* documentation](https://cloud.google.com/dialogflow-enterprise/docs/contexts-overview).
801809
* </pre>
802810
*/
803811
public static final class ContextsFutureStub
@@ -848,6 +856,7 @@ protected ContextsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
848856
*
849857
* <pre>
850858
* Creates a context.
859+
* If the specified context already exists, overrides the context.
851860
* </pre>
852861
*/
853862
public com.google.common.util.concurrent.ListenableFuture<

0 commit comments

Comments
 (0)