Skip to content

Commit 69c0699

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 24571 b: refs/heads/autosynth-redis c: 484a2f0 h: refs/heads/master i: 24569: 56c44f3 24567: 18c3751
1 parent 9bab1e1 commit 69c0699

299 files changed

Lines changed: 19817 additions & 6731 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.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6
136136
refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
137137
refs/heads/autosynth-os-login: 123ba209c5769d0ee067e0ce5848bec13b42a4f4
138-
refs/heads/autosynth-redis: 4b300a88a95dcffa1268c73607dcc93847d01356
138+
refs/heads/autosynth-redis: 484a2f00046ec6306c6ef6b86484b72600f09981
139139
refs/heads/autosynth-scheduler: 93995812e12a2fc009f4fd2e31f169b3d3cbbac8
140140
refs/heads/autosynth-spanner: a249d9564d8c27ab4439abc6562d7f3b9b7f655d
141141
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232

branches/autosynth-redis/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.

branches/autosynth-redis/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)