|
15 | 15 | * that transform user requests into actionable data. You can include agents |
16 | 16 | * in your app, product, or service to determine user intent and respond to the |
17 | 17 | * 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. |
22 | 25 | * You can create an agent using both Dialogflow Standard Edition and |
23 | 26 | * Dialogflow Enterprise Edition. For details, see |
24 | 27 | * [Dialogflow Editions](/dialogflow-enterprise/docs/editions). |
25 | 28 | * 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. |
28 | 32 | * Dialogflow provides several |
29 | 33 | * [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common |
30 | 34 | * conversation scenarios such as determining a date and time, converting |
@@ -383,16 +387,20 @@ public static AgentsFutureStub newFutureStub(io.grpc.Channel channel) { |
383 | 387 | * that transform user requests into actionable data. You can include agents |
384 | 388 | * in your app, product, or service to determine user intent and respond to the |
385 | 389 | * 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. |
390 | 397 | * You can create an agent using both Dialogflow Standard Edition and |
391 | 398 | * Dialogflow Enterprise Edition. For details, see |
392 | 399 | * [Dialogflow Editions](/dialogflow-enterprise/docs/editions). |
393 | 400 | * 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. |
396 | 404 | * Dialogflow provides several |
397 | 405 | * [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common |
398 | 406 | * conversation scenarios such as determining a date and time, converting |
@@ -455,7 +463,8 @@ public void trainAgent( |
455 | 463 | * |
456 | 464 | * <pre> |
457 | 465 | * Exports the specified agent to a ZIP file. |
458 | | - * Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], |
| 466 | + * Operation <response: |
| 467 | + * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], |
459 | 468 | * metadata: [google.protobuf.Struct][google.protobuf.Struct]> |
460 | 469 | * </pre> |
461 | 470 | */ |
@@ -552,16 +561,20 @@ public final io.grpc.ServerServiceDefinition bindService() { |
552 | 561 | * that transform user requests into actionable data. You can include agents |
553 | 562 | * in your app, product, or service to determine user intent and respond to the |
554 | 563 | * 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. |
559 | 571 | * You can create an agent using both Dialogflow Standard Edition and |
560 | 572 | * Dialogflow Enterprise Edition. For details, see |
561 | 573 | * [Dialogflow Editions](/dialogflow-enterprise/docs/editions). |
562 | 574 | * 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. |
565 | 578 | * Dialogflow provides several |
566 | 579 | * [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common |
567 | 580 | * conversation scenarios such as determining a date and time, converting |
@@ -645,7 +658,8 @@ public void trainAgent( |
645 | 658 | * |
646 | 659 | * <pre> |
647 | 660 | * Exports the specified agent to a ZIP file. |
648 | | - * Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], |
| 661 | + * Operation <response: |
| 662 | + * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], |
649 | 663 | * metadata: [google.protobuf.Struct][google.protobuf.Struct]> |
650 | 664 | * </pre> |
651 | 665 | */ |
@@ -708,16 +722,20 @@ public void restoreAgent( |
708 | 722 | * that transform user requests into actionable data. You can include agents |
709 | 723 | * in your app, product, or service to determine user intent and respond to the |
710 | 724 | * 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. |
715 | 732 | * You can create an agent using both Dialogflow Standard Edition and |
716 | 733 | * Dialogflow Enterprise Edition. For details, see |
717 | 734 | * [Dialogflow Editions](/dialogflow-enterprise/docs/editions). |
718 | 735 | * 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. |
721 | 739 | * Dialogflow provides several |
722 | 740 | * [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common |
723 | 741 | * conversation scenarios such as determining a date and time, converting |
@@ -791,7 +809,8 @@ public com.google.longrunning.Operation trainAgent( |
791 | 809 | * |
792 | 810 | * <pre> |
793 | 811 | * Exports the specified agent to a ZIP file. |
794 | | - * Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], |
| 812 | + * Operation <response: |
| 813 | + * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], |
795 | 814 | * metadata: [google.protobuf.Struct][google.protobuf.Struct]> |
796 | 815 | * </pre> |
797 | 816 | */ |
@@ -845,16 +864,20 @@ public com.google.longrunning.Operation restoreAgent( |
845 | 864 | * that transform user requests into actionable data. You can include agents |
846 | 865 | * in your app, product, or service to determine user intent and respond to the |
847 | 866 | * 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. |
852 | 874 | * You can create an agent using both Dialogflow Standard Edition and |
853 | 875 | * Dialogflow Enterprise Edition. For details, see |
854 | 876 | * [Dialogflow Editions](/dialogflow-enterprise/docs/editions). |
855 | 877 | * 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. |
858 | 881 | * Dialogflow provides several |
859 | 882 | * [prebuilt agents](https://dialogflow.com/docs/prebuilt-agents) for common |
860 | 883 | * 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 |
929 | 952 | * |
930 | 953 | * <pre> |
931 | 954 | * Exports the specified agent to a ZIP file. |
932 | | - * Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], |
| 955 | + * Operation <response: |
| 956 | + * [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], |
933 | 957 | * metadata: [google.protobuf.Struct][google.protobuf.Struct]> |
934 | 958 | * </pre> |
935 | 959 | */ |
|
0 commit comments