Skip to content

Commit 14e2dce

Browse files
feat(dialogflow): update the api
#### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3QueryResult.properties.dtmf.$ref (Total Keys: 1) #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3beta1QueryResult.properties.dtmf.$ref (Total Keys: 1)
1 parent 45a6f18 commit 14e2dce

8 files changed

+44
-4
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,10 @@ <h3>Method Details</h3>
813813
&quot;diagnosticInfo&quot;: { # The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct&#x27;s fields map can change without notice.
814814
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
815815
},
816+
&quot;dtmf&quot;: { # Represents the input for dtmf event. # If a DTMF was provided as input, this field will contain a copy of the DTMFInput.
817+
&quot;digits&quot;: &quot;A String&quot;, # The dtmf digits.
818+
&quot;finishDigit&quot;: &quot;A String&quot;, # The finish digit (if any).
819+
},
816820
&quot;intent&quot;: { # An intent represents a user&#x27;s intent to interact with a conversational agent. You can provide information for the Dialogflow API to use to match user input to an intent by adding training phrases (i.e., examples of user input) to your intent. # The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead.
817821
&quot;description&quot;: &quot;A String&quot;, # Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
818822
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the intent, unique within the agent.
@@ -1716,6 +1720,10 @@ <h3>Method Details</h3>
17161720
&quot;diagnosticInfo&quot;: { # The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct&#x27;s fields map can change without notice.
17171721
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
17181722
},
1723+
&quot;dtmf&quot;: { # Represents the input for dtmf event. # If a DTMF was provided as input, this field will contain a copy of the DTMFInput.
1724+
&quot;digits&quot;: &quot;A String&quot;, # The dtmf digits.
1725+
&quot;finishDigit&quot;: &quot;A String&quot;, # The finish digit (if any).
1726+
},
17191727
&quot;intent&quot;: { # An intent represents a user&#x27;s intent to interact with a conversational agent. You can provide information for the Dialogflow API to use to match user input to an intent by adding training phrases (i.e., examples of user input) to your intent. # The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead.
17201728
&quot;description&quot;: &quot;A String&quot;, # Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
17211729
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the intent, unique within the agent.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,10 @@ <h3>Method Details</h3>
813813
&quot;diagnosticInfo&quot;: { # The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct&#x27;s fields map can change without notice.
814814
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
815815
},
816+
&quot;dtmf&quot;: { # Represents the input for dtmf event. # If a DTMF was provided as input, this field will contain a copy of the DTMFInput.
817+
&quot;digits&quot;: &quot;A String&quot;, # The dtmf digits.
818+
&quot;finishDigit&quot;: &quot;A String&quot;, # The finish digit (if any).
819+
},
816820
&quot;intent&quot;: { # An intent represents a user&#x27;s intent to interact with a conversational agent. You can provide information for the Dialogflow API to use to match user input to an intent by adding training phrases (i.e., examples of user input) to your intent. # The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead.
817821
&quot;description&quot;: &quot;A String&quot;, # Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
818822
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the intent, unique within the agent.
@@ -1716,6 +1720,10 @@ <h3>Method Details</h3>
17161720
&quot;diagnosticInfo&quot;: { # The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct&#x27;s fields map can change without notice.
17171721
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
17181722
},
1723+
&quot;dtmf&quot;: { # Represents the input for dtmf event. # If a DTMF was provided as input, this field will contain a copy of the DTMFInput.
1724+
&quot;digits&quot;: &quot;A String&quot;, # The dtmf digits.
1725+
&quot;finishDigit&quot;: &quot;A String&quot;, # The finish digit (if any).
1726+
},
17191727
&quot;intent&quot;: { # An intent represents a user&#x27;s intent to interact with a conversational agent. You can provide information for the Dialogflow API to use to match user input to an intent by adding training phrases (i.e., examples of user input) to your intent. # The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead.
17201728
&quot;description&quot;: &quot;A String&quot;, # Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
17211729
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the intent, unique within the agent.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,10 @@ <h3>Method Details</h3>
813813
&quot;diagnosticInfo&quot;: { # The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct&#x27;s fields map can change without notice.
814814
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
815815
},
816+
&quot;dtmf&quot;: { # Represents the input for dtmf event. # If a DTMF was provided as input, this field will contain a copy of the DTMFInput.
817+
&quot;digits&quot;: &quot;A String&quot;, # The dtmf digits.
818+
&quot;finishDigit&quot;: &quot;A String&quot;, # The finish digit (if any).
819+
},
816820
&quot;intent&quot;: { # An intent represents a user&#x27;s intent to interact with a conversational agent. You can provide information for the Dialogflow API to use to match user input to an intent by adding training phrases (i.e., examples of user input) to your intent. # The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead.
817821
&quot;description&quot;: &quot;A String&quot;, # Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
818822
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the intent, unique within the agent.
@@ -1716,6 +1720,10 @@ <h3>Method Details</h3>
17161720
&quot;diagnosticInfo&quot;: { # The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct&#x27;s fields map can change without notice.
17171721
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
17181722
},
1723+
&quot;dtmf&quot;: { # Represents the input for dtmf event. # If a DTMF was provided as input, this field will contain a copy of the DTMFInput.
1724+
&quot;digits&quot;: &quot;A String&quot;, # The dtmf digits.
1725+
&quot;finishDigit&quot;: &quot;A String&quot;, # The finish digit (if any).
1726+
},
17191727
&quot;intent&quot;: { # An intent represents a user&#x27;s intent to interact with a conversational agent. You can provide information for the Dialogflow API to use to match user input to an intent by adding training phrases (i.e., examples of user input) to your intent. # The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead.
17201728
&quot;description&quot;: &quot;A String&quot;, # Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
17211729
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the intent, unique within the agent.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,10 @@ <h3>Method Details</h3>
813813
&quot;diagnosticInfo&quot;: { # The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct&#x27;s fields map can change without notice.
814814
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
815815
},
816+
&quot;dtmf&quot;: { # Represents the input for dtmf event. # If a DTMF was provided as input, this field will contain a copy of the DTMFInput.
817+
&quot;digits&quot;: &quot;A String&quot;, # The dtmf digits.
818+
&quot;finishDigit&quot;: &quot;A String&quot;, # The finish digit (if any).
819+
},
816820
&quot;intent&quot;: { # An intent represents a user&#x27;s intent to interact with a conversational agent. You can provide information for the Dialogflow API to use to match user input to an intent by adding training phrases (i.e., examples of user input) to your intent. # The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead.
817821
&quot;description&quot;: &quot;A String&quot;, # Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
818822
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the intent, unique within the agent.
@@ -1716,6 +1720,10 @@ <h3>Method Details</h3>
17161720
&quot;diagnosticInfo&quot;: { # The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct&#x27;s fields map can change without notice.
17171721
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
17181722
},
1723+
&quot;dtmf&quot;: { # Represents the input for dtmf event. # If a DTMF was provided as input, this field will contain a copy of the DTMFInput.
1724+
&quot;digits&quot;: &quot;A String&quot;, # The dtmf digits.
1725+
&quot;finishDigit&quot;: &quot;A String&quot;, # The finish digit (if any).
1726+
},
17191727
&quot;intent&quot;: { # An intent represents a user&#x27;s intent to interact with a conversational agent. You can provide information for the Dialogflow API to use to match user input to an intent by adding training phrases (i.e., examples of user input) to your intent. # The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead.
17201728
&quot;description&quot;: &quot;A String&quot;, # Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
17211729
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the intent, unique within the agent.

googleapiclient/discovery_cache/documents/dialogflow.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6983,7 +6983,7 @@
69836983
}
69846984
}
69856985
},
6986-
"revision": "20210924",
6986+
"revision": "20211007",
69876987
"rootUrl": "https://dialogflow.googleapis.com/",
69886988
"schemas": {
69896989
"GoogleCloudDialogflowCxV3AudioInput": {

googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7315,7 +7315,7 @@
73157315
}
73167316
}
73177317
},
7318-
"revision": "20210924",
7318+
"revision": "20211007",
73197319
"rootUrl": "https://dialogflow.googleapis.com/",
73207320
"schemas": {
73217321
"GoogleCloudDialogflowCxV3AudioInput": {

googleapiclient/discovery_cache/documents/dialogflow.v3.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3719,7 +3719,7 @@
37193719
}
37203720
}
37213721
},
3722-
"revision": "20210924",
3722+
"revision": "20211007",
37233723
"rootUrl": "https://dialogflow.googleapis.com/",
37243724
"schemas": {
37253725
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -6171,6 +6171,10 @@
61716171
"description": "The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct's fields map can change without notice.",
61726172
"type": "object"
61736173
},
6174+
"dtmf": {
6175+
"$ref": "GoogleCloudDialogflowCxV3DtmfInput",
6176+
"description": "If a DTMF was provided as input, this field will contain a copy of the DTMFInput."
6177+
},
61746178
"intent": {
61756179
"$ref": "GoogleCloudDialogflowCxV3Intent",
61766180
"description": "The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead."

googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3719,7 +3719,7 @@
37193719
}
37203720
}
37213721
},
3722-
"revision": "20210924",
3722+
"revision": "20211007",
37233723
"rootUrl": "https://dialogflow.googleapis.com/",
37243724
"schemas": {
37253725
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -7840,6 +7840,10 @@
78407840
"description": "The free-form diagnostic info. For example, this field could contain webhook call latency. The string keys of the Struct's fields map can change without notice.",
78417841
"type": "object"
78427842
},
7843+
"dtmf": {
7844+
"$ref": "GoogleCloudDialogflowCxV3beta1DtmfInput",
7845+
"description": "If a DTMF was provided as input, this field will contain a copy of the DTMFInput."
7846+
},
78437847
"intent": {
78447848
"$ref": "GoogleCloudDialogflowCxV3beta1Intent",
78457849
"description": "The Intent that matched the conversational query. Some, not all fields are filled in this message, including but not limited to: `name` and `display_name`. This field is deprecated, please use QueryResult.match instead."

0 commit comments

Comments
 (0)