Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit df1d5e0

Browse files
docs: clarified meaning of the legacy editions docs: clarified semantic of the streaming APIs (#753)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 404815104 Source-Link: googleapis/googleapis@bb1f3e9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/79e2c39066f0616aa2dd6f07b0075ce3fb063b78 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzllMmMzOTA2NmYwNjE2YWEyZGQ2ZjA3YjAwNzVjZTNmYjA2M2I3OCJ9
1 parent 094f18b commit df1d5e0

File tree

7 files changed

+240
-207
lines changed

7 files changed

+240
-207
lines changed

proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Agent.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ public enum Tier implements com.google.protobuf.ProtocolMessageEnum {
571571
*
572572
*
573573
* <pre>
574-
* Standard tier.
574+
* Trial Edition, previously known as Standard Edition.
575575
* </pre>
576576
*
577577
* <code>TIER_STANDARD = 1;</code>
@@ -581,7 +581,7 @@ public enum Tier implements com.google.protobuf.ProtocolMessageEnum {
581581
*
582582
*
583583
* <pre>
584-
* Enterprise tier (Essentials).
584+
* Essentials Edition, previously known as Enterprise Essential Edition.
585585
* </pre>
586586
*
587587
* <code>TIER_ENTERPRISE = 2;</code>
@@ -591,11 +591,13 @@ public enum Tier implements com.google.protobuf.ProtocolMessageEnum {
591591
*
592592
*
593593
* <pre>
594-
* Enterprise tier (Plus).
594+
* Essentials Edition (same as TIER_ENTERPRISE), previously known as
595+
* Enterprise Plus Edition.
595596
* </pre>
596597
*
597-
* <code>TIER_ENTERPRISE_PLUS = 3;</code>
598+
* <code>TIER_ENTERPRISE_PLUS = 3 [deprecated = true];</code>
598599
*/
600+
@java.lang.Deprecated
599601
TIER_ENTERPRISE_PLUS(3),
600602
UNRECOGNIZED(-1),
601603
;
@@ -614,7 +616,7 @@ public enum Tier implements com.google.protobuf.ProtocolMessageEnum {
614616
*
615617
*
616618
* <pre>
617-
* Standard tier.
619+
* Trial Edition, previously known as Standard Edition.
618620
* </pre>
619621
*
620622
* <code>TIER_STANDARD = 1;</code>
@@ -624,7 +626,7 @@ public enum Tier implements com.google.protobuf.ProtocolMessageEnum {
624626
*
625627
*
626628
* <pre>
627-
* Enterprise tier (Essentials).
629+
* Essentials Edition, previously known as Enterprise Essential Edition.
628630
* </pre>
629631
*
630632
* <code>TIER_ENTERPRISE = 2;</code>
@@ -634,12 +636,13 @@ public enum Tier implements com.google.protobuf.ProtocolMessageEnum {
634636
*
635637
*
636638
* <pre>
637-
* Enterprise tier (Plus).
639+
* Essentials Edition (same as TIER_ENTERPRISE), previously known as
640+
* Enterprise Plus Edition.
638641
* </pre>
639642
*
640-
* <code>TIER_ENTERPRISE_PLUS = 3;</code>
643+
* <code>TIER_ENTERPRISE_PLUS = 3 [deprecated = true];</code>
641644
*/
642-
public static final int TIER_ENTERPRISE_PLUS_VALUE = 3;
645+
@java.lang.Deprecated public static final int TIER_ENTERPRISE_PLUS_VALUE = 3;
643646

644647
public final int getNumber() {
645648
if (this == UNRECOGNIZED) {

proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AgentProto.java

Lines changed: 94 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
9292
+ "alogflow/v2/validation_result.proto\032#goo"
9393
+ "gle/longrunning/operations.proto\032\033google"
9494
+ "/protobuf/empty.proto\032 google/protobuf/f"
95-
+ "ield_mask.proto\"\241\007\n\005Agent\022C\n\006parent\030\001 \001("
95+
+ "ield_mask.proto\"\245\007\n\005Agent\022C\n\006parent\030\001 \001("
9696
+ "\tB3\340A\002\372A-\n+cloudresourcemanager.googleap"
9797
+ "is.com/Project\022\031\n\014display_name\030\002 \001(\tB\003\340A"
9898
+ "\002\022\"\n\025default_language_code\030\003 \001(\tB\003\340A\002\022%\n"
@@ -110,101 +110,101 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
110110
+ "BRID\020\001\022\026\n\022MATCH_MODE_ML_ONLY\020\002\"l\n\nApiVer"
111111
+ "sion\022\033\n\027API_VERSION_UNSPECIFIED\020\000\022\022\n\016API"
112112
+ "_VERSION_V1\020\001\022\022\n\016API_VERSION_V2\020\002\022\031\n\025API"
113-
+ "_VERSION_V2_BETA_1\020\003\"^\n\004Tier\022\024\n\020TIER_UNS"
113+
+ "_VERSION_V2_BETA_1\020\003\"b\n\004Tier\022\024\n\020TIER_UNS"
114114
+ "PECIFIED\020\000\022\021\n\rTIER_STANDARD\020\001\022\023\n\017TIER_EN"
115-
+ "TERPRISE\020\002\022\030\n\024TIER_ENTERPRISE_PLUS\020\003:m\352A"
116-
+ "j\n\037dialogflow.googleapis.com/Agent\022\030proj"
117-
+ "ects/{project}/agent\022-projects/{project}"
118-
+ "/locations/{location}/agent\"J\n\017GetAgentR"
119-
+ "equest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A!\022\037dialogfl"
120-
+ "ow.googleapis.com/Agent\"~\n\017SetAgentReque"
121-
+ "st\0225\n\005agent\030\001 \001(\0132!.google.cloud.dialogf"
122-
+ "low.v2.AgentB\003\340A\002\0224\n\013update_mask\030\002 \001(\0132\032"
123-
+ ".google.protobuf.FieldMaskB\003\340A\001\"M\n\022Delet"
124-
+ "eAgentRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A!\022\037d"
125-
+ "ialogflow.googleapis.com/Agent\"z\n\023Search"
126-
+ "AgentsRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A!\022\037d"
127-
+ "ialogflow.googleapis.com/Agent\022\026\n\tpage_s"
128-
+ "ize\030\002 \001(\005B\003\340A\001\022\022\n\npage_token\030\003 \001(\t\"b\n\024Se"
129-
+ "archAgentsResponse\0221\n\006agents\030\001 \003(\0132!.goo"
130-
+ "gle.cloud.dialogflow.v2.Agent\022\027\n\017next_pa"
131-
+ "ge_token\030\002 \001(\t\"L\n\021TrainAgentRequest\0227\n\006p"
132-
+ "arent\030\001 \001(\tB\'\340A\002\372A!\022\037dialogflow.googleap"
133-
+ "is.com/Agent\"e\n\022ExportAgentRequest\0227\n\006pa"
134-
+ "rent\030\001 \001(\tB\'\340A\002\372A!\022\037dialogflow.googleapi"
135-
+ "s.com/Agent\022\026\n\tagent_uri\030\002 \001(\tB\003\340A\002\"L\n\023E"
136-
+ "xportAgentResponse\022\023\n\tagent_uri\030\001 \001(\tH\000\022"
137-
+ "\027\n\ragent_content\030\002 \001(\014H\000B\007\n\005agent\"\204\001\n\022Im"
138-
+ "portAgentRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A!"
139-
+ "\022\037dialogflow.googleapis.com/Agent\022\023\n\tage"
140-
+ "nt_uri\030\002 \001(\tH\000\022\027\n\ragent_content\030\003 \001(\014H\000B"
141-
+ "\007\n\005agent\"\205\001\n\023RestoreAgentRequest\0227\n\006pare"
142-
+ "nt\030\001 \001(\tB\'\340A\002\372A!\022\037dialogflow.googleapis."
143-
+ "com/Agent\022\023\n\tagent_uri\030\002 \001(\tH\000\022\027\n\ragent_"
144-
+ "content\030\003 \001(\014H\000B\007\n\005agent\"q\n\032GetValidatio"
145-
+ "nResultRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A!\022\037"
146-
+ "dialogflow.googleapis.com/Agent\022\032\n\rlangu"
147-
+ "age_code\030\003 \001(\tB\003\340A\0012\252\021\n\006Agents\022\267\001\n\010GetAg"
148-
+ "ent\022+.google.cloud.dialogflow.v2.GetAgen"
149-
+ "tRequest\032!.google.cloud.dialogflow.v2.Ag"
150-
+ "ent\"[\202\323\344\223\002L\022\035/v2/{parent=projects/*}/age"
151-
+ "ntZ+\022)/v2/{parent=projects/*/locations/*"
152-
+ "}/agent\332A\006parent\022\320\001\n\010SetAgent\022+.google.c"
153-
+ "loud.dialogflow.v2.SetAgentRequest\032!.goo"
154-
+ "gle.cloud.dialogflow.v2.Agent\"t\202\323\344\223\002f\"#/"
155-
+ "v2/{agent.parent=projects/*}/agent:\005agen"
156-
+ "tZ8\"//v2/{agent.parent=projects/*/locati"
157-
+ "ons/*}/agent:\005agent\332A\005agent\022\262\001\n\013DeleteAg"
158-
+ "ent\022..google.cloud.dialogflow.v2.DeleteA"
159-
+ "gentRequest\032\026.google.protobuf.Empty\"[\202\323\344"
160-
+ "\223\002L*\035/v2/{parent=projects/*}/agentZ+*)/v"
161-
+ "2/{parent=projects/*/locations/*}/agent\332"
162-
+ "A\006parent\022\334\001\n\014SearchAgents\022/.google.cloud"
163-
+ ".dialogflow.v2.SearchAgentsRequest\0320.goo"
164-
+ "gle.cloud.dialogflow.v2.SearchAgentsResp"
165-
+ "onse\"i\202\323\344\223\002Z\022$/v2/{parent=projects/*}/ag"
166-
+ "ent:searchZ2\0220/v2/{parent=projects/*/loc"
167-
+ "ations/*}/agent:search\332A\006parent\022\374\001\n\nTrai"
168-
+ "nAgent\022-.google.cloud.dialogflow.v2.Trai"
169-
+ "nAgentRequest\032\035.google.longrunning.Opera"
170-
+ "tion\"\237\001\202\323\344\223\002^\"#/v2/{parent=projects/*}/a"
171-
+ "gent:train:\001*Z4\"//v2/{parent=projects/*/"
172-
+ "locations/*}/agent:train:\001*\332A\006parent\312A/\n"
173-
+ "\025google.protobuf.Empty\022\026google.protobuf."
174-
+ "Struct\022\231\002\n\013ExportAgent\022..google.cloud.di"
175-
+ "alogflow.v2.ExportAgentRequest\032\035.google."
176-
+ "longrunning.Operation\"\272\001\202\323\344\223\002`\"$/v2/{par"
177-
+ "ent=projects/*}/agent:export:\001*Z5\"0/v2/{"
178-
+ "parent=projects/*/locations/*}/agent:exp"
179-
+ "ort:\001*\332A\006parent\312AH\n.google.cloud.dialogf"
180-
+ "low.v2.ExportAgentResponse\022\026google.proto"
181-
+ "buf.Struct\022\367\001\n\013ImportAgent\022..google.clou"
182-
+ "d.dialogflow.v2.ImportAgentRequest\032\035.goo"
183-
+ "gle.longrunning.Operation\"\230\001\202\323\344\223\002`\"$/v2/"
184-
+ "{parent=projects/*}/agent:import:\001*Z5\"0/"
115+
+ "TERPRISE\020\002\022\034\n\024TIER_ENTERPRISE_PLUS\020\003\032\002\010\001"
116+
+ ":m\352Aj\n\037dialogflow.googleapis.com/Agent\022\030"
117+
+ "projects/{project}/agent\022-projects/{proj"
118+
+ "ect}/locations/{location}/agent\"J\n\017GetAg"
119+
+ "entRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A!\022\037dial"
120+
+ "ogflow.googleapis.com/Agent\"~\n\017SetAgentR"
121+
+ "equest\0225\n\005agent\030\001 \001(\0132!.google.cloud.dia"
122+
+ "logflow.v2.AgentB\003\340A\002\0224\n\013update_mask\030\002 \001"
123+
+ "(\0132\032.google.protobuf.FieldMaskB\003\340A\001\"M\n\022D"
124+
+ "eleteAgentRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A"
125+
+ "!\022\037dialogflow.googleapis.com/Agent\"z\n\023Se"
126+
+ "archAgentsRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A"
127+
+ "!\022\037dialogflow.googleapis.com/Agent\022\026\n\tpa"
128+
+ "ge_size\030\002 \001(\005B\003\340A\001\022\022\n\npage_token\030\003 \001(\t\"b"
129+
+ "\n\024SearchAgentsResponse\0221\n\006agents\030\001 \003(\0132!"
130+
+ ".google.cloud.dialogflow.v2.Agent\022\027\n\017nex"
131+
+ "t_page_token\030\002 \001(\t\"L\n\021TrainAgentRequest\022"
132+
+ "7\n\006parent\030\001 \001(\tB\'\340A\002\372A!\022\037dialogflow.goog"
133+
+ "leapis.com/Agent\"e\n\022ExportAgentRequest\0227"
134+
+ "\n\006parent\030\001 \001(\tB\'\340A\002\372A!\022\037dialogflow.googl"
135+
+ "eapis.com/Agent\022\026\n\tagent_uri\030\002 \001(\tB\003\340A\002\""
136+
+ "L\n\023ExportAgentResponse\022\023\n\tagent_uri\030\001 \001("
137+
+ "\tH\000\022\027\n\ragent_content\030\002 \001(\014H\000B\007\n\005agent\"\204\001"
138+
+ "\n\022ImportAgentRequest\0227\n\006parent\030\001 \001(\tB\'\340A"
139+
+ "\002\372A!\022\037dialogflow.googleapis.com/Agent\022\023\n"
140+
+ "\tagent_uri\030\002 \001(\tH\000\022\027\n\ragent_content\030\003 \001("
141+
+ "\014H\000B\007\n\005agent\"\205\001\n\023RestoreAgentRequest\0227\n\006"
142+
+ "parent\030\001 \001(\tB\'\340A\002\372A!\022\037dialogflow.googlea"
143+
+ "pis.com/Agent\022\023\n\tagent_uri\030\002 \001(\tH\000\022\027\n\rag"
144+
+ "ent_content\030\003 \001(\014H\000B\007\n\005agent\"q\n\032GetValid"
145+
+ "ationResultRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372"
146+
+ "A!\022\037dialogflow.googleapis.com/Agent\022\032\n\rl"
147+
+ "anguage_code\030\003 \001(\tB\003\340A\0012\252\021\n\006Agents\022\267\001\n\010G"
148+
+ "etAgent\022+.google.cloud.dialogflow.v2.Get"
149+
+ "AgentRequest\032!.google.cloud.dialogflow.v"
150+
+ "2.Agent\"[\202\323\344\223\002L\022\035/v2/{parent=projects/*}"
151+
+ "/agentZ+\022)/v2/{parent=projects/*/locatio"
152+
+ "ns/*}/agent\332A\006parent\022\320\001\n\010SetAgent\022+.goog"
153+
+ "le.cloud.dialogflow.v2.SetAgentRequest\032!"
154+
+ ".google.cloud.dialogflow.v2.Agent\"t\202\323\344\223\002"
155+
+ "f\"#/v2/{agent.parent=projects/*}/agent:\005"
156+
+ "agentZ8\"//v2/{agent.parent=projects/*/lo"
157+
+ "cations/*}/agent:\005agent\332A\005agent\022\262\001\n\013Dele"
158+
+ "teAgent\022..google.cloud.dialogflow.v2.Del"
159+
+ "eteAgentRequest\032\026.google.protobuf.Empty\""
160+
+ "[\202\323\344\223\002L*\035/v2/{parent=projects/*}/agentZ+"
161+
+ "*)/v2/{parent=projects/*/locations/*}/ag"
162+
+ "ent\332A\006parent\022\334\001\n\014SearchAgents\022/.google.c"
163+
+ "loud.dialogflow.v2.SearchAgentsRequest\0320"
164+
+ ".google.cloud.dialogflow.v2.SearchAgents"
165+
+ "Response\"i\202\323\344\223\002Z\022$/v2/{parent=projects/*"
166+
+ "}/agent:searchZ2\0220/v2/{parent=projects/*"
167+
+ "/locations/*}/agent:search\332A\006parent\022\374\001\n\n"
168+
+ "TrainAgent\022-.google.cloud.dialogflow.v2."
169+
+ "TrainAgentRequest\032\035.google.longrunning.O"
170+
+ "peration\"\237\001\202\323\344\223\002^\"#/v2/{parent=projects/"
171+
+ "*}/agent:train:\001*Z4\"//v2/{parent=project"
172+
+ "s/*/locations/*}/agent:train:\001*\332A\006parent"
173+
+ "\312A/\n\025google.protobuf.Empty\022\026google.proto"
174+
+ "buf.Struct\022\231\002\n\013ExportAgent\022..google.clou"
175+
+ "d.dialogflow.v2.ExportAgentRequest\032\035.goo"
176+
+ "gle.longrunning.Operation\"\272\001\202\323\344\223\002`\"$/v2/"
177+
+ "{parent=projects/*}/agent:export:\001*Z5\"0/"
185178
+ "v2/{parent=projects/*/locations/*}/agent"
186-
+ ":import:\001*\312A/\n\025google.protobuf.Empty\022\026go"
187-
+ "ogle.protobuf.Struct\022\373\001\n\014RestoreAgent\022/."
188-
+ "google.cloud.dialogflow.v2.RestoreAgentR"
189-
+ "equest\032\035.google.longrunning.Operation\"\232\001"
190-
+ "\202\323\344\223\002b\"%/v2/{parent=projects/*}/agent:re"
191-
+ "store:\001*Z6\"1/v2/{parent=projects/*/locat"
192-
+ "ions/*}/agent:restore:\001*\312A/\n\025google.prot"
193-
+ "obuf.Empty\022\026google.protobuf.Struct\022\361\001\n\023G"
194-
+ "etValidationResult\0226.google.cloud.dialog"
195-
+ "flow.v2.GetValidationResultRequest\032,.goo"
196-
+ "gle.cloud.dialogflow.v2.ValidationResult"
197-
+ "\"t\202\323\344\223\002n\022./v2/{parent=projects/*}/agent/"
198-
+ "validationResultZ<\022:/v2/{parent=projects"
199-
+ "/*/locations/*}/agent/validationResult\032x"
200-
+ "\312A\031dialogflow.googleapis.com\322AYhttps://w"
201-
+ "ww.googleapis.com/auth/cloud-platform,ht"
202-
+ "tps://www.googleapis.com/auth/dialogflow"
203-
+ "B\231\001\n\036com.google.cloud.dialogflow.v2B\nAge"
204-
+ "ntProtoP\001ZDgoogle.golang.org/genproto/go"
205-
+ "ogleapis/cloud/dialogflow/v2;dialogflow\370"
206-
+ "\001\001\242\002\002DF\252\002\032Google.Cloud.Dialogflow.V2b\006pr"
207-
+ "oto3"
179+
+ ":export:\001*\332A\006parent\312AH\n.google.cloud.dia"
180+
+ "logflow.v2.ExportAgentResponse\022\026google.p"
181+
+ "rotobuf.Struct\022\367\001\n\013ImportAgent\022..google."
182+
+ "cloud.dialogflow.v2.ImportAgentRequest\032\035"
183+
+ ".google.longrunning.Operation\"\230\001\202\323\344\223\002`\"$"
184+
+ "/v2/{parent=projects/*}/agent:import:\001*Z"
185+
+ "5\"0/v2/{parent=projects/*/locations/*}/a"
186+
+ "gent:import:\001*\312A/\n\025google.protobuf.Empty"
187+
+ "\022\026google.protobuf.Struct\022\373\001\n\014RestoreAgen"
188+
+ "t\022/.google.cloud.dialogflow.v2.RestoreAg"
189+
+ "entRequest\032\035.google.longrunning.Operatio"
190+
+ "n\"\232\001\202\323\344\223\002b\"%/v2/{parent=projects/*}/agen"
191+
+ "t:restore:\001*Z6\"1/v2/{parent=projects/*/l"
192+
+ "ocations/*}/agent:restore:\001*\312A/\n\025google."
193+
+ "protobuf.Empty\022\026google.protobuf.Struct\022\361"
194+
+ "\001\n\023GetValidationResult\0226.google.cloud.di"
195+
+ "alogflow.v2.GetValidationResultRequest\032,"
196+
+ ".google.cloud.dialogflow.v2.ValidationRe"
197+
+ "sult\"t\202\323\344\223\002n\022./v2/{parent=projects/*}/ag"
198+
+ "ent/validationResultZ<\022:/v2/{parent=proj"
199+
+ "ects/*/locations/*}/agent/validationResu"
200+
+ "lt\032x\312A\031dialogflow.googleapis.com\322AYhttps"
201+
+ "://www.googleapis.com/auth/cloud-platfor"
202+
+ "m,https://www.googleapis.com/auth/dialog"
203+
+ "flowB\231\001\n\036com.google.cloud.dialogflow.v2B"
204+
+ "\nAgentProtoP\001ZDgoogle.golang.org/genprot"
205+
+ "o/googleapis/cloud/dialogflow/v2;dialogf"
206+
+ "low\370\001\001\242\002\002DF\252\002\032Google.Cloud.Dialogflow.V2"
207+
+ "b\006proto3"
208208
};
209209
descriptor =
210210
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/StreamingDetectIntentResponse.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
* The top-level message returned from the
2626
* `StreamingDetectIntent` method.
2727
* Multiple response messages can be returned in order:
28-
* 1. If the input was set to streaming audio, the first one or more messages
29-
* contain `recognition_result`. Each `recognition_result` represents a more
30-
* complete transcript of what the user said. The last `recognition_result`
31-
* has `is_final` set to `true`.
28+
* 1. If the `StreamingDetectIntentRequest.input_audio` field was
29+
* set, the `recognition_result` field is populated for one
30+
* or more messages.
31+
* See the [StreamingRecognitionResult][google.cloud.dialogflow.v2.StreamingRecognitionResult] message for details
32+
* about the result message sequence.
3233
* 2. The next message contains `response_id`, `query_result`
3334
* and optionally `webhook_status` if a WebHook was called.
3435
* </pre>
@@ -688,10 +689,11 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
688689
* The top-level message returned from the
689690
* `StreamingDetectIntent` method.
690691
* Multiple response messages can be returned in order:
691-
* 1. If the input was set to streaming audio, the first one or more messages
692-
* contain `recognition_result`. Each `recognition_result` represents a more
693-
* complete transcript of what the user said. The last `recognition_result`
694-
* has `is_final` set to `true`.
692+
* 1. If the `StreamingDetectIntentRequest.input_audio` field was
693+
* set, the `recognition_result` field is populated for one
694+
* or more messages.
695+
* See the [StreamingRecognitionResult][google.cloud.dialogflow.v2.StreamingRecognitionResult] message for details
696+
* about the result message sequence.
695697
* 2. The next message contains `response_id`, `query_result`
696698
* and optionally `webhook_status` if a WebHook was called.
697699
* </pre>

0 commit comments

Comments
 (0)