Skip to content

Commit 361134d

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowCxV3ResponseMessage.properties.telephonyTransferCall.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1ResponseMessage.properties.telephonyTransferCall.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall (Total Keys: 2) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3ResponseMessage.properties.telephonyTransferCall.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1ResponseMessage.properties.telephonyTransferCall.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall (Total Keys: 2) #### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3ResponseMessage.properties.telephonyTransferCall.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1ResponseMessage.properties.telephonyTransferCall.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall (Total Keys: 2) #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3ResponseMessage.properties.telephonyTransferCall.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1ResponseMessage.properties.telephonyTransferCall.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall (Total Keys: 2)
1 parent d6e6752 commit 361134d

18 files changed

+2140
-4
lines changed

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

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

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

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

docs/dyn/dialogflow_v3.projects.locations.agents.flows.pages.html

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

docs/dyn/dialogflow_v3.projects.locations.agents.flows.transitionRouteGroups.html

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

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

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

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

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

docs/dyn/dialogflow_v3.projects.locations.agents.testCases.results.html

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

googleapiclient/discovery_cache/documents/dialogflow.v2.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6983,7 +6983,7 @@
69836983
}
69846984
}
69856985
},
6986-
"revision": "20211112",
6986+
"revision": "20211201",
69876987
"rootUrl": "https://dialogflow.googleapis.com/",
69886988
"schemas": {
69896989
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -8039,6 +8039,10 @@
80398039
"$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio",
80408040
"description": "Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way."
80418041
},
8042+
"telephonyTransferCall": {
8043+
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
8044+
"description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
8045+
},
80428046
"text": {
80438047
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText",
80448048
"description": "Returns a text response."
@@ -8153,6 +8157,17 @@
81538157
},
81548158
"type": "object"
81558159
},
8160+
"GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": {
8161+
"description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
8162+
"id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
8163+
"properties": {
8164+
"phoneNumber": {
8165+
"description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
8166+
"type": "string"
8167+
}
8168+
},
8169+
"type": "object"
8170+
},
81568171
"GoogleCloudDialogflowCxV3ResponseMessageText": {
81578172
"description": "The text response message.",
81588173
"id": "GoogleCloudDialogflowCxV3ResponseMessageText",
@@ -9708,6 +9723,10 @@
97089723
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio",
97099724
"description": "Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way."
97109725
},
9726+
"telephonyTransferCall": {
9727+
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
9728+
"description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
9729+
},
97119730
"text": {
97129731
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",
97139732
"description": "Returns a text response."
@@ -9822,6 +9841,17 @@
98229841
},
98239842
"type": "object"
98249843
},
9844+
"GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": {
9845+
"description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
9846+
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
9847+
"properties": {
9848+
"phoneNumber": {
9849+
"description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
9850+
"type": "string"
9851+
}
9852+
},
9853+
"type": "object"
9854+
},
98259855
"GoogleCloudDialogflowCxV3beta1ResponseMessageText": {
98269856
"description": "The text response message.",
98279857
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",

googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7315,7 +7315,7 @@
73157315
}
73167316
}
73177317
},
7318-
"revision": "20211112",
7318+
"revision": "20211201",
73197319
"rootUrl": "https://dialogflow.googleapis.com/",
73207320
"schemas": {
73217321
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -8371,6 +8371,10 @@
83718371
"$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio",
83728372
"description": "Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way."
83738373
},
8374+
"telephonyTransferCall": {
8375+
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
8376+
"description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
8377+
},
83748378
"text": {
83758379
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText",
83768380
"description": "Returns a text response."
@@ -8485,6 +8489,17 @@
84858489
},
84868490
"type": "object"
84878491
},
8492+
"GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": {
8493+
"description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
8494+
"id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
8495+
"properties": {
8496+
"phoneNumber": {
8497+
"description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
8498+
"type": "string"
8499+
}
8500+
},
8501+
"type": "object"
8502+
},
84888503
"GoogleCloudDialogflowCxV3ResponseMessageText": {
84898504
"description": "The text response message.",
84908505
"id": "GoogleCloudDialogflowCxV3ResponseMessageText",
@@ -10040,6 +10055,10 @@
1004010055
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio",
1004110056
"description": "Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way."
1004210057
},
10058+
"telephonyTransferCall": {
10059+
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
10060+
"description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
10061+
},
1004310062
"text": {
1004410063
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",
1004510064
"description": "Returns a text response."
@@ -10154,6 +10173,17 @@
1015410173
},
1015510174
"type": "object"
1015610175
},
10176+
"GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": {
10177+
"description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
10178+
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
10179+
"properties": {
10180+
"phoneNumber": {
10181+
"description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
10182+
"type": "string"
10183+
}
10184+
},
10185+
"type": "object"
10186+
},
1015710187
"GoogleCloudDialogflowCxV3beta1ResponseMessageText": {
1015810188
"description": "The text response message.",
1015910189
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",

googleapiclient/discovery_cache/documents/dialogflow.v3.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@
38203820
}
38213821
}
38223822
},
3823-
"revision": "20211112",
3823+
"revision": "20211201",
38243824
"rootUrl": "https://dialogflow.googleapis.com/",
38253825
"schemas": {
38263826
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -6502,6 +6502,10 @@
65026502
"$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio",
65036503
"description": "Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way."
65046504
},
6505+
"telephonyTransferCall": {
6506+
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
6507+
"description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
6508+
},
65056509
"text": {
65066510
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText",
65076511
"description": "Returns a text response."
@@ -6616,6 +6620,17 @@
66166620
},
66176621
"type": "object"
66186622
},
6623+
"GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": {
6624+
"description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
6625+
"id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
6626+
"properties": {
6627+
"phoneNumber": {
6628+
"description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
6629+
"type": "string"
6630+
}
6631+
},
6632+
"type": "object"
6633+
},
66196634
"GoogleCloudDialogflowCxV3ResponseMessageText": {
66206635
"description": "The text response message.",
66216636
"id": "GoogleCloudDialogflowCxV3ResponseMessageText",
@@ -8924,6 +8939,10 @@
89248939
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio",
89258940
"description": "Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way."
89268941
},
8942+
"telephonyTransferCall": {
8943+
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
8944+
"description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
8945+
},
89278946
"text": {
89288947
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",
89298948
"description": "Returns a text response."
@@ -9038,6 +9057,17 @@
90389057
},
90399058
"type": "object"
90409059
},
9060+
"GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": {
9061+
"description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
9062+
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
9063+
"properties": {
9064+
"phoneNumber": {
9065+
"description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
9066+
"type": "string"
9067+
}
9068+
},
9069+
"type": "object"
9070+
},
90419071
"GoogleCloudDialogflowCxV3beta1ResponseMessageText": {
90429072
"description": "The text response message.",
90439073
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",

googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@
38203820
}
38213821
}
38223822
},
3823-
"revision": "20211112",
3823+
"revision": "20211201",
38243824
"rootUrl": "https://dialogflow.googleapis.com/",
38253825
"schemas": {
38263826
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -4876,6 +4876,10 @@
48764876
"$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio",
48774877
"description": "Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way."
48784878
},
4879+
"telephonyTransferCall": {
4880+
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
4881+
"description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
4882+
},
48794883
"text": {
48804884
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText",
48814885
"description": "Returns a text response."
@@ -4990,6 +4994,17 @@
49904994
},
49914995
"type": "object"
49924996
},
4997+
"GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": {
4998+
"description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
4999+
"id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
5000+
"properties": {
5001+
"phoneNumber": {
5002+
"description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
5003+
"type": "string"
5004+
}
5005+
},
5006+
"type": "object"
5007+
},
49935008
"GoogleCloudDialogflowCxV3ResponseMessageText": {
49945009
"description": "The text response message.",
49955010
"id": "GoogleCloudDialogflowCxV3ResponseMessageText",
@@ -8171,6 +8186,10 @@
81718186
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio",
81728187
"description": "Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way."
81738188
},
8189+
"telephonyTransferCall": {
8190+
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
8191+
"description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
8192+
},
81748193
"text": {
81758194
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",
81768195
"description": "Returns a text response."
@@ -8285,6 +8304,17 @@
82858304
},
82868305
"type": "object"
82878306
},
8307+
"GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": {
8308+
"description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
8309+
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
8310+
"properties": {
8311+
"phoneNumber": {
8312+
"description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
8313+
"type": "string"
8314+
}
8315+
},
8316+
"type": "object"
8317+
},
82888318
"GoogleCloudDialogflowCxV3beta1ResponseMessageText": {
82898319
"description": "The text response message.",
82908320
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",

0 commit comments

Comments
 (0)