Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7b8ce9

Browse files
committedAug 4, 2023
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowV2QueryParameters.properties.platform.type (Total Keys: 1) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowV2beta1QueryParameters.properties.platform.type (Total Keys: 1)
1 parent 4691e0b commit e7b8ce9

16 files changed

+24
-4
lines changed
 

‎docs/dyn/dialogflow_v2.projects.agent.environments.users.sessions.html

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ <h3>Method Details</h3>
197197
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
198198
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
199199
},
200+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
200201
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
201202
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.
202203
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2.projects.agent.sessions.html

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ <h3>Method Details</h3>
197197
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
198198
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
199199
},
200+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
200201
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
201202
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.
202203
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2.projects.conversations.participants.html

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ <h3>Method Details</h3>
143143
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
144144
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
145145
},
146+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
146147
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
147148
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.
148149
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2.projects.locations.agent.environments.users.sessions.html

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ <h3>Method Details</h3>
197197
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
198198
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
199199
},
200+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
200201
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
201202
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.
202203
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2.projects.locations.agent.sessions.html

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ <h3>Method Details</h3>
197197
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
198198
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
199199
},
200+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
200201
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
201202
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.
202203
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2.projects.locations.conversations.participants.html

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ <h3>Method Details</h3>
143143
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
144144
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
145145
},
146+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
146147
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
147148
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.
148149
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2beta1.projects.agent.environments.users.sessions.html

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ <h3>Method Details</h3>
209209
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
210210
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
211211
},
212+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
212213
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
213214
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed. Note: Sentiment Analysis is only currently available for Essentials Edition agents.
214215
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2beta1.projects.agent.sessions.html

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ <h3>Method Details</h3>
209209
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
210210
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
211211
},
212+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
212213
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
213214
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed. Note: Sentiment Analysis is only currently available for Essentials Edition agents.
214215
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2beta1.projects.conversations.participants.html

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ <h3>Method Details</h3>
177177
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
178178
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
179179
},
180+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
180181
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
181182
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed. Note: Sentiment Analysis is only currently available for Essentials Edition agents.
182183
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2beta1.projects.locations.agent.environments.users.sessions.html

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ <h3>Method Details</h3>
209209
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
210210
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
211211
},
212+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
212213
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
213214
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed. Note: Sentiment Analysis is only currently available for Essentials Edition agents.
214215
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2beta1.projects.locations.agent.sessions.html

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ <h3>Method Details</h3>
209209
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
210210
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
211211
},
212+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
212213
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
213214
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed. Note: Sentiment Analysis is only currently available for Essentials Edition agents.
214215
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎docs/dyn/dialogflow_v2beta1.projects.locations.conversations.participants.html

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ <h3>Method Details</h3>
177177
&quot;payload&quot;: { # This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.
178178
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
179179
},
180+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.
180181
&quot;resetContexts&quot;: True or False, # Specifies whether to delete all contexts in the current session before the new ones are activated.
181182
&quot;sentimentAnalysisRequestConfig&quot;: { # Configures the types of sentiment analysis to perform. # Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed. Note: Sentiment Analysis is only currently available for Essentials Edition agents.
182183
&quot;analyzeQueryTextSentiment&quot;: True or False, # Instructs the service to perform sentiment analysis on `query_text`. If not provided, sentiment analysis is not performed on `query_text`.

‎googleapiclient/discovery_cache/documents/dialogflow.v2.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -8211,7 +8211,7 @@
82118211
}
82128212
}
82138213
},
8214-
"revision": "20230717",
8214+
"revision": "20230730",
82158215
"rootUrl": "https://dialogflow.googleapis.com/",
82168216
"schemas": {
82178217
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -16132,6 +16132,10 @@
1613216132
"description": "This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.",
1613316133
"type": "object"
1613416134
},
16135+
"platform": {
16136+
"description": "The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.",
16137+
"type": "string"
16138+
},
1613516139
"resetContexts": {
1613616140
"description": "Specifies whether to delete all contexts in the current session before the new ones are activated.",
1613716141
"type": "boolean"

‎googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -7579,7 +7579,7 @@
75797579
}
75807580
}
75817581
},
7582-
"revision": "20230717",
7582+
"revision": "20230730",
75837583
"rootUrl": "https://dialogflow.googleapis.com/",
75847584
"schemas": {
75857585
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -17768,6 +17768,10 @@
1776817768
"description": "This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported. If supplied, the value is used to populate the `WebhookRequest.original_detect_intent_request.payload` field sent to your webhook.",
1776917769
"type": "object"
1777017770
},
17771+
"platform": {
17772+
"description": "The platform of the virtual agent response messages. If not empty, only emits messages from this platform in the response. Valid values are the enum names of platform.",
17773+
"type": "string"
17774+
},
1777117775
"resetContexts": {
1777217776
"description": "Specifies whether to delete all contexts in the current session before the new ones are activated.",
1777317777
"type": "boolean"

‎googleapiclient/discovery_cache/documents/dialogflow.v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@
38203820
}
38213821
}
38223822
},
3823-
"revision": "20230717",
3823+
"revision": "20230730",
38243824
"rootUrl": "https://dialogflow.googleapis.com/",
38253825
"schemas": {
38263826
"GoogleCloudDialogflowCxV3AdvancedSettings": {

‎googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@
38203820
}
38213821
}
38223822
},
3823-
"revision": "20230717",
3823+
"revision": "20230730",
38243824
"rootUrl": "https://dialogflow.googleapis.com/",
38253825
"schemas": {
38263826
"GoogleCloudDialogflowCxV3AudioInput": {

0 commit comments

Comments
 (0)
Please sign in to comment.