aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient/discovery_cache/documents/dialogflow.v3.json
diff options
context:
space:
mode:
Diffstat (limited to 'googleapiclient/discovery_cache/documents/dialogflow.v3.json')
-rw-r--r--googleapiclient/discovery_cache/documents/dialogflow.v3.json32
1 files changed, 31 insertions, 1 deletions
diff --git a/googleapiclient/discovery_cache/documents/dialogflow.v3.json b/googleapiclient/discovery_cache/documents/dialogflow.v3.json
index fc181deb4..980d76c25 100644
--- a/googleapiclient/discovery_cache/documents/dialogflow.v3.json
+++ b/googleapiclient/discovery_cache/documents/dialogflow.v3.json
@@ -3820,7 +3820,7 @@
}
}
},
- "revision": "20211112",
+ "revision": "20211201",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -6502,6 +6502,10 @@
"$ref": "GoogleCloudDialogflowCxV3ResponseMessagePlayAudio",
"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."
},
+ "telephonyTransferCall": {
+ "$ref": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
+ "description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
+ },
"text": {
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText",
"description": "Returns a text response."
@@ -6616,6 +6620,17 @@
},
"type": "object"
},
+ "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall": {
+ "description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
+ "id": "GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall",
+ "properties": {
+ "phoneNumber": {
+ "description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"GoogleCloudDialogflowCxV3ResponseMessageText": {
"description": "The text response message.",
"id": "GoogleCloudDialogflowCxV3ResponseMessageText",
@@ -8924,6 +8939,10 @@
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio",
"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."
},
+ "telephonyTransferCall": {
+ "$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
+ "description": "A signal that the client should transfer the phone call connected to this agent to a third-party endpoint."
+ },
"text": {
"$ref": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",
"description": "Returns a text response."
@@ -9038,6 +9057,17 @@
},
"type": "object"
},
+ "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall": {
+ "description": "Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.",
+ "id": "GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall",
+ "properties": {
+ "phoneNumber": {
+ "description": "Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"GoogleCloudDialogflowCxV3beta1ResponseMessageText": {
"description": "The text response message.",
"id": "GoogleCloudDialogflowCxV3beta1ResponseMessageText",