Skip to content

Commit 8472bf0

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowCxV3LanguageInfo (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.$ref (Total Keys: 1) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3LanguageInfo (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.$ref (Total Keys: 1) #### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3LanguageInfo (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.$ref (Total Keys: 1) #### dialogflow:v3beta1 The following keys were added: - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list (Total Keys: 18) - schemas.GoogleCloudDialogflowCxV3LanguageInfo (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1Conversation (Total Keys: 82) - schemas.GoogleCloudDialogflowCxV3beta1DetectIntentRequest.properties.session.type (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3beta1ListConversationsResponse (Total Keys: 5) - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.$ref (Total Keys: 1)
1 parent a077484 commit 8472bf0

8 files changed

+9179
-4
lines changed

docs/dyn/dialogflow_v3beta1.projects.locations.agents.conversations.html

Lines changed: 8592 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/dialogflow_v3beta1.projects.locations.agents.environments.sessions.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ <h3>Method Details</h3>
230230
&quot;a_key&quot;: &quot;A String&quot;,
231231
},
232232
},
233+
&quot;session&quot;: &quot;A String&quot;, # Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default &#x27;draft&#x27; environment. It&#x27;s up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).
233234
}
234235

235236
x__xgafv: string, V1 error format.
@@ -4147,6 +4148,7 @@ <h3>Method Details</h3>
41474148
&quot;a_key&quot;: &quot;A String&quot;,
41484149
},
41494150
},
4151+
&quot;session&quot;: &quot;A String&quot;, # Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default &#x27;draft&#x27; environment. It&#x27;s up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).
41504152
}
41514153

41524154
x__xgafv: string, V1 error format.

docs/dyn/dialogflow_v3beta1.projects.locations.agents.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the changelogs Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="dialogflow_v3beta1.projects.locations.agents.conversations.html">conversations()</a></code>
84+
</p>
85+
<p class="firstline">Returns the conversations Resource.</p>
86+
8287
<p class="toc_element">
8388
<code><a href="dialogflow_v3beta1.projects.locations.agents.entityTypes.html">entityTypes()</a></code>
8489
</p>

docs/dyn/dialogflow_v3beta1.projects.locations.agents.sessions.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ <h3>Method Details</h3>
233233
&quot;a_key&quot;: &quot;A String&quot;,
234234
},
235235
},
236+
&quot;session&quot;: &quot;A String&quot;, # Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default &#x27;draft&#x27; environment. It&#x27;s up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).
236237
}
237238

238239
x__xgafv: string, V1 error format.
@@ -4150,6 +4151,7 @@ <h3>Method Details</h3>
41504151
&quot;a_key&quot;: &quot;A String&quot;,
41514152
},
41524153
},
4154+
&quot;session&quot;: &quot;A String&quot;, # Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default &#x27;draft&#x27; environment. It&#x27;s up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).
41534155
}
41544156

41554157
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/dialogflow.v2.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8327,7 +8327,7 @@
83278327
}
83288328
}
83298329
},
8330-
"revision": "20240412",
8330+
"revision": "20240422",
83318331
"rootUrl": "https://dialogflow.googleapis.com/",
83328332
"schemas": {
83338333
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -9560,6 +9560,26 @@
95609560
},
95619561
"type": "object"
95629562
},
9563+
"GoogleCloudDialogflowCxV3LanguageInfo": {
9564+
"description": "Represents the language information of the request.",
9565+
"id": "GoogleCloudDialogflowCxV3LanguageInfo",
9566+
"properties": {
9567+
"confidenceScore": {
9568+
"description": "The confidence score of the detected language between 0 and 1.",
9569+
"format": "float",
9570+
"type": "number"
9571+
},
9572+
"inputLanguageCode": {
9573+
"description": "The language code specified in the original request.",
9574+
"type": "string"
9575+
},
9576+
"resolvedLanguageCode": {
9577+
"description": "The language code detected for this request based on the user conversation.",
9578+
"type": "string"
9579+
}
9580+
},
9581+
"type": "object"
9582+
},
95639583
"GoogleCloudDialogflowCxV3Page": {
95649584
"description": "A Dialogflow CX conversation (session) can be described and visualized as a state machine. The states of a CX session are represented by pages. For each flow, you define many pages, where your combined pages can handle a complete conversation on the topics the flow is designed for. At any given moment, exactly one page is the current page, the current page is considered active, and the flow associated with that page is considered active. Every flow has a special start page. When a flow initially becomes active, the start page page becomes the current page. For each conversational turn, the current page will either stay the same or transition to another page. You configure each page to collect information from the end-user that is relevant for the conversational state represented by the page. For more information, see the [Page guide](https://cloud.google.com/dialogflow/cx/docs/concept/page).",
95659585
"id": "GoogleCloudDialogflowCxV3Page",
@@ -10492,6 +10512,10 @@
1049210512
"description": "The language code specified in the original request.",
1049310513
"type": "string"
1049410514
},
10515+
"languageInfo": {
10516+
"$ref": "GoogleCloudDialogflowCxV3LanguageInfo",
10517+
"description": "Information about the language of the request."
10518+
},
1049510519
"messages": {
1049610520
"description": "The list of rich message responses to present to the user. Webhook can choose to append or replace this list in WebhookResponse.fulfillment_response;",
1049710521
"items": {
@@ -11916,6 +11940,26 @@
1191611940
},
1191711941
"type": "object"
1191811942
},
11943+
"GoogleCloudDialogflowCxV3beta1LanguageInfo": {
11944+
"description": "Represents the language information of the request.",
11945+
"id": "GoogleCloudDialogflowCxV3beta1LanguageInfo",
11946+
"properties": {
11947+
"confidenceScore": {
11948+
"description": "The confidence score of the detected language between 0 and 1.",
11949+
"format": "float",
11950+
"type": "number"
11951+
},
11952+
"inputLanguageCode": {
11953+
"description": "The language code specified in the original request.",
11954+
"type": "string"
11955+
},
11956+
"resolvedLanguageCode": {
11957+
"description": "The language code detected for this request based on the user conversation.",
11958+
"type": "string"
11959+
}
11960+
},
11961+
"type": "object"
11962+
},
1191911963
"GoogleCloudDialogflowCxV3beta1Page": {
1192011964
"description": "A Dialogflow CX conversation (session) can be described and visualized as a state machine. The states of a CX session are represented by pages. For each flow, you define many pages, where your combined pages can handle a complete conversation on the topics the flow is designed for. At any given moment, exactly one page is the current page, the current page is considered active, and the flow associated with that page is considered active. Every flow has a special start page. When a flow initially becomes active, the start page page becomes the current page. For each conversational turn, the current page will either stay the same or transition to another page. You configure each page to collect information from the end-user that is relevant for the conversational state represented by the page. For more information, see the [Page guide](https://cloud.google.com/dialogflow/cx/docs/concept/page).",
1192111965
"id": "GoogleCloudDialogflowCxV3beta1Page",
@@ -12832,6 +12876,10 @@
1283212876
"description": "The language code specified in the original request.",
1283312877
"type": "string"
1283412878
},
12879+
"languageInfo": {
12880+
"$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo",
12881+
"description": "Information about the language of the request."
12882+
},
1283512883
"messages": {
1283612884
"description": "The list of rich message responses to present to the user. Webhook can choose to append or replace this list in WebhookResponse.fulfillment_response;",
1283712885
"items": {

googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7695,7 +7695,7 @@
76957695
}
76967696
}
76977697
},
7698-
"revision": "20240412",
7698+
"revision": "20240422",
76997699
"rootUrl": "https://dialogflow.googleapis.com/",
77007700
"schemas": {
77017701
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -8928,6 +8928,26 @@
89288928
},
89298929
"type": "object"
89308930
},
8931+
"GoogleCloudDialogflowCxV3LanguageInfo": {
8932+
"description": "Represents the language information of the request.",
8933+
"id": "GoogleCloudDialogflowCxV3LanguageInfo",
8934+
"properties": {
8935+
"confidenceScore": {
8936+
"description": "The confidence score of the detected language between 0 and 1.",
8937+
"format": "float",
8938+
"type": "number"
8939+
},
8940+
"inputLanguageCode": {
8941+
"description": "The language code specified in the original request.",
8942+
"type": "string"
8943+
},
8944+
"resolvedLanguageCode": {
8945+
"description": "The language code detected for this request based on the user conversation.",
8946+
"type": "string"
8947+
}
8948+
},
8949+
"type": "object"
8950+
},
89318951
"GoogleCloudDialogflowCxV3Page": {
89328952
"description": "A Dialogflow CX conversation (session) can be described and visualized as a state machine. The states of a CX session are represented by pages. For each flow, you define many pages, where your combined pages can handle a complete conversation on the topics the flow is designed for. At any given moment, exactly one page is the current page, the current page is considered active, and the flow associated with that page is considered active. Every flow has a special start page. When a flow initially becomes active, the start page page becomes the current page. For each conversational turn, the current page will either stay the same or transition to another page. You configure each page to collect information from the end-user that is relevant for the conversational state represented by the page. For more information, see the [Page guide](https://cloud.google.com/dialogflow/cx/docs/concept/page).",
89338953
"id": "GoogleCloudDialogflowCxV3Page",
@@ -9860,6 +9880,10 @@
98609880
"description": "The language code specified in the original request.",
98619881
"type": "string"
98629882
},
9883+
"languageInfo": {
9884+
"$ref": "GoogleCloudDialogflowCxV3LanguageInfo",
9885+
"description": "Information about the language of the request."
9886+
},
98639887
"messages": {
98649888
"description": "The list of rich message responses to present to the user. Webhook can choose to append or replace this list in WebhookResponse.fulfillment_response;",
98659889
"items": {
@@ -11284,6 +11308,26 @@
1128411308
},
1128511309
"type": "object"
1128611310
},
11311+
"GoogleCloudDialogflowCxV3beta1LanguageInfo": {
11312+
"description": "Represents the language information of the request.",
11313+
"id": "GoogleCloudDialogflowCxV3beta1LanguageInfo",
11314+
"properties": {
11315+
"confidenceScore": {
11316+
"description": "The confidence score of the detected language between 0 and 1.",
11317+
"format": "float",
11318+
"type": "number"
11319+
},
11320+
"inputLanguageCode": {
11321+
"description": "The language code specified in the original request.",
11322+
"type": "string"
11323+
},
11324+
"resolvedLanguageCode": {
11325+
"description": "The language code detected for this request based on the user conversation.",
11326+
"type": "string"
11327+
}
11328+
},
11329+
"type": "object"
11330+
},
1128711331
"GoogleCloudDialogflowCxV3beta1Page": {
1128811332
"description": "A Dialogflow CX conversation (session) can be described and visualized as a state machine. The states of a CX session are represented by pages. For each flow, you define many pages, where your combined pages can handle a complete conversation on the topics the flow is designed for. At any given moment, exactly one page is the current page, the current page is considered active, and the flow associated with that page is considered active. Every flow has a special start page. When a flow initially becomes active, the start page page becomes the current page. For each conversational turn, the current page will either stay the same or transition to another page. You configure each page to collect information from the end-user that is relevant for the conversational state represented by the page. For more information, see the [Page guide](https://cloud.google.com/dialogflow/cx/docs/concept/page).",
1128911333
"id": "GoogleCloudDialogflowCxV3beta1Page",
@@ -12200,6 +12244,10 @@
1220012244
"description": "The language code specified in the original request.",
1220112245
"type": "string"
1220212246
},
12247+
"languageInfo": {
12248+
"$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo",
12249+
"description": "Information about the language of the request."
12250+
},
1220312251
"messages": {
1220412252
"description": "The list of rich message responses to present to the user. Webhook can choose to append or replace this list in WebhookResponse.fulfillment_response;",
1220512253
"items": {

googleapiclient/discovery_cache/documents/dialogflow.v3.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4453,7 +4453,7 @@
44534453
}
44544454
}
44554455
},
4456-
"revision": "20240412",
4456+
"revision": "20240422",
44574457
"rootUrl": "https://dialogflow.googleapis.com/",
44584458
"schemas": {
44594459
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -7454,6 +7454,26 @@ false
74547454
},
74557455
"type": "object"
74567456
},
7457+
"GoogleCloudDialogflowCxV3LanguageInfo": {
7458+
"description": "Represents the language information of the request.",
7459+
"id": "GoogleCloudDialogflowCxV3LanguageInfo",
7460+
"properties": {
7461+
"confidenceScore": {
7462+
"description": "The confidence score of the detected language between 0 and 1.",
7463+
"format": "float",
7464+
"type": "number"
7465+
},
7466+
"inputLanguageCode": {
7467+
"description": "The language code specified in the original request.",
7468+
"type": "string"
7469+
},
7470+
"resolvedLanguageCode": {
7471+
"description": "The language code detected for this request based on the user conversation.",
7472+
"type": "string"
7473+
}
7474+
},
7475+
"type": "object"
7476+
},
74577477
"GoogleCloudDialogflowCxV3ListAgentsResponse": {
74587478
"description": "The response message for Agents.ListAgents.",
74597479
"id": "GoogleCloudDialogflowCxV3ListAgentsResponse",
@@ -9969,6 +9989,10 @@ false
99699989
"description": "The language code specified in the original request.",
99709990
"type": "string"
99719991
},
9992+
"languageInfo": {
9993+
"$ref": "GoogleCloudDialogflowCxV3LanguageInfo",
9994+
"description": "Information about the language of the request."
9995+
},
99729996
"messages": {
99739997
"description": "The list of rich message responses to present to the user. Webhook can choose to append or replace this list in WebhookResponse.fulfillment_response;",
99749998
"items": {
@@ -11393,6 +11417,26 @@ false
1139311417
},
1139411418
"type": "object"
1139511419
},
11420+
"GoogleCloudDialogflowCxV3beta1LanguageInfo": {
11421+
"description": "Represents the language information of the request.",
11422+
"id": "GoogleCloudDialogflowCxV3beta1LanguageInfo",
11423+
"properties": {
11424+
"confidenceScore": {
11425+
"description": "The confidence score of the detected language between 0 and 1.",
11426+
"format": "float",
11427+
"type": "number"
11428+
},
11429+
"inputLanguageCode": {
11430+
"description": "The language code specified in the original request.",
11431+
"type": "string"
11432+
},
11433+
"resolvedLanguageCode": {
11434+
"description": "The language code detected for this request based on the user conversation.",
11435+
"type": "string"
11436+
}
11437+
},
11438+
"type": "object"
11439+
},
1139611440
"GoogleCloudDialogflowCxV3beta1Page": {
1139711441
"description": "A Dialogflow CX conversation (session) can be described and visualized as a state machine. The states of a CX session are represented by pages. For each flow, you define many pages, where your combined pages can handle a complete conversation on the topics the flow is designed for. At any given moment, exactly one page is the current page, the current page is considered active, and the flow associated with that page is considered active. Every flow has a special start page. When a flow initially becomes active, the start page page becomes the current page. For each conversational turn, the current page will either stay the same or transition to another page. You configure each page to collect information from the end-user that is relevant for the conversational state represented by the page. For more information, see the [Page guide](https://cloud.google.com/dialogflow/cx/docs/concept/page).",
1139811442
"id": "GoogleCloudDialogflowCxV3beta1Page",
@@ -12309,6 +12353,10 @@ false
1230912353
"description": "The language code specified in the original request.",
1231012354
"type": "string"
1231112355
},
12356+
"languageInfo": {
12357+
"$ref": "GoogleCloudDialogflowCxV3beta1LanguageInfo",
12358+
"description": "Information about the language of the request."
12359+
},
1231212360
"messages": {
1231312361
"description": "The list of rich message responses to present to the user. Webhook can choose to append or replace this list in WebhookResponse.fulfillment_response;",
1231412362
"items": {

0 commit comments

Comments
 (0)