Skip to content

Commit 53462df

Browse files
yoshi-automationsduskis
authored andcommitted
Regenerate dialogflow client (#4567)
1 parent 3b7b3de commit 53462df

File tree

123 files changed

+1015
-597
lines changed

Some content is hidden

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

123 files changed

+1015
-597
lines changed

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

Lines changed: 58 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,20 @@
1515
* that transform user requests into actionable data. You can include agents
1616
* in your app, product, or service to determine user intent and respond to the
1717
* user in a natural way.
18-
* After you create an agent, you can add [Intents][google.cloud.dialogflow.v2.Intents], [Contexts][google.cloud.dialogflow.v2.Contexts],
19-
* [Entity Types][google.cloud.dialogflow.v2.EntityTypes], [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to
20-
* manage the flow of a conversation and match user input to predefined intents
21-
* and actions.
18+
* After you create an agent, you can add
19+
* [Intents][google.cloud.dialogflow.v2.Intents],
20+
* [Contexts][google.cloud.dialogflow.v2.Contexts], [Entity
21+
* Types][google.cloud.dialogflow.v2.EntityTypes],
22+
* [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to manage
23+
* the flow of a conversation and match user input to predefined intents and
24+
* actions.
2225
* You can create an agent using both Dialogflow Standard Edition and
2326
* Dialogflow Enterprise Edition. For details, see
2427
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
2528
* You can save your agent for backup or versioning by exporting the agent by
26-
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent] method. You can import a saved
27-
* agent by using the [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
29+
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]
30+
* method. You can import a saved agent by using the
31+
* [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
2832
* Dialogflow provides several
2933
* [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common
3034
* conversation scenarios such as determining a date and time, converting
@@ -383,16 +387,20 @@ public static AgentsFutureStub newFutureStub(io.grpc.Channel channel) {
383387
* that transform user requests into actionable data. You can include agents
384388
* in your app, product, or service to determine user intent and respond to the
385389
* user in a natural way.
386-
* After you create an agent, you can add [Intents][google.cloud.dialogflow.v2.Intents], [Contexts][google.cloud.dialogflow.v2.Contexts],
387-
* [Entity Types][google.cloud.dialogflow.v2.EntityTypes], [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to
388-
* manage the flow of a conversation and match user input to predefined intents
389-
* and actions.
390+
* After you create an agent, you can add
391+
* [Intents][google.cloud.dialogflow.v2.Intents],
392+
* [Contexts][google.cloud.dialogflow.v2.Contexts], [Entity
393+
* Types][google.cloud.dialogflow.v2.EntityTypes],
394+
* [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to manage
395+
* the flow of a conversation and match user input to predefined intents and
396+
* actions.
390397
* You can create an agent using both Dialogflow Standard Edition and
391398
* Dialogflow Enterprise Edition. For details, see
392399
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
393400
* You can save your agent for backup or versioning by exporting the agent by
394-
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent] method. You can import a saved
395-
* agent by using the [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
401+
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]
402+
* method. You can import a saved agent by using the
403+
* [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
396404
* Dialogflow provides several
397405
* [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common
398406
* conversation scenarios such as determining a date and time, converting
@@ -455,7 +463,8 @@ public void trainAgent(
455463
*
456464
* <pre>
457465
* Exports the specified agent to a ZIP file.
458-
* Operation &lt;response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse],
466+
* Operation &lt;response:
467+
* [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse],
459468
* metadata: [google.protobuf.Struct][google.protobuf.Struct]&gt;
460469
* </pre>
461470
*/
@@ -552,16 +561,20 @@ public final io.grpc.ServerServiceDefinition bindService() {
552561
* that transform user requests into actionable data. You can include agents
553562
* in your app, product, or service to determine user intent and respond to the
554563
* user in a natural way.
555-
* After you create an agent, you can add [Intents][google.cloud.dialogflow.v2.Intents], [Contexts][google.cloud.dialogflow.v2.Contexts],
556-
* [Entity Types][google.cloud.dialogflow.v2.EntityTypes], [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to
557-
* manage the flow of a conversation and match user input to predefined intents
558-
* and actions.
564+
* After you create an agent, you can add
565+
* [Intents][google.cloud.dialogflow.v2.Intents],
566+
* [Contexts][google.cloud.dialogflow.v2.Contexts], [Entity
567+
* Types][google.cloud.dialogflow.v2.EntityTypes],
568+
* [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to manage
569+
* the flow of a conversation and match user input to predefined intents and
570+
* actions.
559571
* You can create an agent using both Dialogflow Standard Edition and
560572
* Dialogflow Enterprise Edition. For details, see
561573
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
562574
* You can save your agent for backup or versioning by exporting the agent by
563-
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent] method. You can import a saved
564-
* agent by using the [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
575+
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]
576+
* method. You can import a saved agent by using the
577+
* [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
565578
* Dialogflow provides several
566579
* [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common
567580
* conversation scenarios such as determining a date and time, converting
@@ -645,7 +658,8 @@ public void trainAgent(
645658
*
646659
* <pre>
647660
* Exports the specified agent to a ZIP file.
648-
* Operation &lt;response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse],
661+
* Operation &lt;response:
662+
* [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse],
649663
* metadata: [google.protobuf.Struct][google.protobuf.Struct]&gt;
650664
* </pre>
651665
*/
@@ -708,16 +722,20 @@ public void restoreAgent(
708722
* that transform user requests into actionable data. You can include agents
709723
* in your app, product, or service to determine user intent and respond to the
710724
* user in a natural way.
711-
* After you create an agent, you can add [Intents][google.cloud.dialogflow.v2.Intents], [Contexts][google.cloud.dialogflow.v2.Contexts],
712-
* [Entity Types][google.cloud.dialogflow.v2.EntityTypes], [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to
713-
* manage the flow of a conversation and match user input to predefined intents
714-
* and actions.
725+
* After you create an agent, you can add
726+
* [Intents][google.cloud.dialogflow.v2.Intents],
727+
* [Contexts][google.cloud.dialogflow.v2.Contexts], [Entity
728+
* Types][google.cloud.dialogflow.v2.EntityTypes],
729+
* [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to manage
730+
* the flow of a conversation and match user input to predefined intents and
731+
* actions.
715732
* You can create an agent using both Dialogflow Standard Edition and
716733
* Dialogflow Enterprise Edition. For details, see
717734
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
718735
* You can save your agent for backup or versioning by exporting the agent by
719-
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent] method. You can import a saved
720-
* agent by using the [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
736+
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]
737+
* method. You can import a saved agent by using the
738+
* [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
721739
* Dialogflow provides several
722740
* [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common
723741
* conversation scenarios such as determining a date and time, converting
@@ -791,7 +809,8 @@ public com.google.longrunning.Operation trainAgent(
791809
*
792810
* <pre>
793811
* Exports the specified agent to a ZIP file.
794-
* Operation &lt;response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse],
812+
* Operation &lt;response:
813+
* [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse],
795814
* metadata: [google.protobuf.Struct][google.protobuf.Struct]&gt;
796815
* </pre>
797816
*/
@@ -845,16 +864,20 @@ public com.google.longrunning.Operation restoreAgent(
845864
* that transform user requests into actionable data. You can include agents
846865
* in your app, product, or service to determine user intent and respond to the
847866
* user in a natural way.
848-
* After you create an agent, you can add [Intents][google.cloud.dialogflow.v2.Intents], [Contexts][google.cloud.dialogflow.v2.Contexts],
849-
* [Entity Types][google.cloud.dialogflow.v2.EntityTypes], [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to
850-
* manage the flow of a conversation and match user input to predefined intents
851-
* and actions.
867+
* After you create an agent, you can add
868+
* [Intents][google.cloud.dialogflow.v2.Intents],
869+
* [Contexts][google.cloud.dialogflow.v2.Contexts], [Entity
870+
* Types][google.cloud.dialogflow.v2.EntityTypes],
871+
* [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to manage
872+
* the flow of a conversation and match user input to predefined intents and
873+
* actions.
852874
* You can create an agent using both Dialogflow Standard Edition and
853875
* Dialogflow Enterprise Edition. For details, see
854876
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
855877
* You can save your agent for backup or versioning by exporting the agent by
856-
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent] method. You can import a saved
857-
* agent by using the [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
878+
* using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]
879+
* method. You can import a saved agent by using the
880+
* [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
858881
* Dialogflow provides several
859882
* [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common
860883
* conversation scenarios such as determining a date and time, converting
@@ -929,7 +952,8 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
929952
*
930953
* <pre>
931954
* Exports the specified agent to a ZIP file.
932-
* Operation &lt;response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse],
955+
* Operation &lt;response:
956+
* [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse],
933957
* metadata: [google.protobuf.Struct][google.protobuf.Struct]&gt;
934958
* </pre>
935959
*/

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
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]) 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 10 minutes
26-
* if no intents are matched for a `DetectIntent` request.
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.
2727
* For more information about contexts, see the
2828
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
2929
* </pre>
@@ -397,11 +397,11 @@ public static ContextsFutureStub newFutureStub(io.grpc.Channel channel) {
397397
* geographic location, and so on.
398398
* You can include contexts as input parameters of a
399399
* [DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] (or
400-
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]) request,
401-
* or as output contexts included in the returned intent.
402-
* Contexts expire when an intent is matched, after the number of `DetectIntent`
403-
* requests specified by the `lifespan_count` parameter, or after 10 minutes
404-
* if no intents are matched for a `DetectIntent` request.
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.
405405
* For more information about contexts, see the
406406
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
407407
* </pre>
@@ -543,11 +543,11 @@ public final io.grpc.ServerServiceDefinition bindService() {
543543
* geographic location, and so on.
544544
* You can include contexts as input parameters of a
545545
* [DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] (or
546-
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]) request,
547-
* or as output contexts included in the returned intent.
548-
* Contexts expire when an intent is matched, after the number of `DetectIntent`
549-
* requests specified by the `lifespan_count` parameter, or after 10 minutes
550-
* if no intents are matched for a `DetectIntent` request.
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.
551551
* For more information about contexts, see the
552552
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
553553
* </pre>
@@ -676,11 +676,11 @@ public void deleteAllContexts(
676676
* geographic location, and so on.
677677
* You can include contexts as input parameters of a
678678
* [DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] (or
679-
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]) request,
680-
* or as output contexts included in the returned intent.
681-
* Contexts expire when an intent is matched, after the number of `DetectIntent`
682-
* requests specified by the `lifespan_count` parameter, or after 10 minutes
683-
* if no intents are matched for a `DetectIntent` request.
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.
684684
* For more information about contexts, see the
685685
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
686686
* </pre>
@@ -791,11 +791,11 @@ public com.google.protobuf.Empty deleteAllContexts(
791791
* geographic location, and so on.
792792
* You can include contexts as input parameters of a
793793
* [DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] (or
794-
* [StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]) request,
795-
* or as output contexts included in the returned intent.
796-
* Contexts expire when an intent is matched, after the number of `DetectIntent`
797-
* requests specified by the `lifespan_count` parameter, or after 10 minutes
798-
* if no intents are matched for a `DetectIntent` request.
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.
799799
* For more information about contexts, see the
800800
* [Dialogflow documentation](https://dialogflow.com/docs/contexts).
801801
* </pre>

0 commit comments

Comments
 (0)