You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2beta1.projects.conversations.participants.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1591,6 +1591,10 @@ <h3>Method Details</h3>
1591
1591
"payload": { # Returns a response containing a custom, platform-specific payload.
1592
1592
"a_key": "", # Properties of the object.
1593
1593
},
1594
+
"telephonyTransferCall": { # Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint. # A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
1595
+
"phoneNumber": "A String", # Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).
1596
+
"sipUri": "A String", # Transfer the call to a SIP endpoint.
1597
+
},
1594
1598
"text": { # The text response message. # Returns a text response.
1595
1599
"text": [ # A collection of text responses.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2beta1.projects.locations.conversations.participants.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1591,6 +1591,10 @@ <h3>Method Details</h3>
1591
1591
"payload": { # Returns a response containing a custom, platform-specific payload.
1592
1592
"a_key": "", # Properties of the object.
1593
1593
},
1594
+
"telephonyTransferCall": { # Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint. # A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
1595
+
"phoneNumber": "A String", # Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).
1596
+
"sipUri": "A String", # Transfer the call to a SIP endpoint.
1597
+
},
1594
1598
"text": { # The text response message. # Returns a text response.
1595
1599
"text": [ # A collection of text responses.
name: string, Required. The name of the Deployment. Format: `projects//locations//agents//environments//deployments/`. (required)
101
+
x__xgafv: string, V1 error format.
102
+
Allowed values
103
+
1 - v1 error format
104
+
2 - v2 error format
105
+
106
+
Returns:
107
+
An object of the form:
108
+
109
+
{ # Represents an deployment in an environment. A deployment happens when a flow version configured to be active in the environment. You can configure running pre-deployment steps, e.g. running validation test cases, experiment auto-rollout, etc.
110
+
"endTime": "A String", # End time of this deployment.
111
+
"flowVersion": "A String", # The name of the flow version for this deployment. Format: projects//locations//agents//flows//versions/.
112
+
"name": "A String", # The name of the deployment. Format: projects//locations//agents//environments//deployments/.
113
+
"result": { # Result of the deployment. # Result of the deployment.
114
+
"deploymentTestResults": [ # Results of test cases running before the deployment. Format: `projects//locations//agents//testCases//results/`.
115
+
"A String",
116
+
],
117
+
"experiment": "A String", # The name of the experiment triggered by this deployment. Format: projects//locations//agents//environments//experiments/.
118
+
},
119
+
"startTime": "A String", # Start time of this deployment.
120
+
"state": "A String", # The current state of the deployment.
<pre>Returns the list of all deployments in the specified Environment.
127
+
128
+
Args:
129
+
parent: string, Required. The Environment to list all environments for. Format: `projects//locations//agents//environments/`. (required)
130
+
pageSize: integer, The maximum number of items to return in a single page. By default 20 and at most 100.
131
+
pageToken: string, The next_page_token value returned from a previous list request.
132
+
x__xgafv: string, V1 error format.
133
+
Allowed values
134
+
1 - v1 error format
135
+
2 - v2 error format
136
+
137
+
Returns:
138
+
An object of the form:
139
+
140
+
{ # The response message for Deployments.ListDeployments.
141
+
"deployments": [ # The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
142
+
{ # Represents an deployment in an environment. A deployment happens when a flow version configured to be active in the environment. You can configure running pre-deployment steps, e.g. running validation test cases, experiment auto-rollout, etc.
143
+
"endTime": "A String", # End time of this deployment.
144
+
"flowVersion": "A String", # The name of the flow version for this deployment. Format: projects//locations//agents//flows//versions/.
145
+
"name": "A String", # The name of the deployment. Format: projects//locations//agents//environments//deployments/.
146
+
"result": { # Result of the deployment. # Result of the deployment.
147
+
"deploymentTestResults": [ # Results of test cases running before the deployment. Format: `projects//locations//agents//testCases//results/`.
148
+
"A String",
149
+
],
150
+
"experiment": "A String", # The name of the experiment triggered by this deployment. Format: projects//locations//agents//environments//experiments/.
151
+
},
152
+
"startTime": "A String", # Start time of this deployment.
153
+
"state": "A String", # The current state of the deployment.
154
+
},
155
+
],
156
+
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
0 commit comments