| <html><body> |
| <style> |
| |
| body, h1, h2, h3, div, span, p, pre, a { |
| margin: 0; |
| padding: 0; |
| border: 0; |
| font-weight: inherit; |
| font-style: inherit; |
| font-size: 100%; |
| font-family: inherit; |
| vertical-align: baseline; |
| } |
| |
| body { |
| font-size: 13px; |
| padding: 1em; |
| } |
| |
| h1 { |
| font-size: 26px; |
| margin-bottom: 1em; |
| } |
| |
| h2 { |
| font-size: 24px; |
| margin-bottom: 1em; |
| } |
| |
| h3 { |
| font-size: 20px; |
| margin-bottom: 1em; |
| margin-top: 1em; |
| } |
| |
| pre, code { |
| line-height: 1.5; |
| font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| } |
| |
| pre { |
| margin-top: 0.5em; |
| } |
| |
| h1, h2, h3, p { |
| font-family: Arial, sans serif; |
| } |
| |
| h1, h2, h3 { |
| border-bottom: solid #CCC 1px; |
| } |
| |
| .toc_element { |
| margin-top: 0.5em; |
| } |
| |
| .firstline { |
| margin-left: 2 em; |
| } |
| |
| .method { |
| margin-top: 1em; |
| border: solid 1px #CCC; |
| padding: 1em; |
| background: #EEE; |
| } |
| |
| .details { |
| font-weight: bold; |
| font-size: 14px; |
| } |
| |
| </style> |
| |
| <h1><a href="dialogflow_v2beta1.html">Dialogflow API</a> . <a href="dialogflow_v2beta1.projects.html">projects</a> . <a href="dialogflow_v2beta1.projects.agent.html">agent</a> . <a href="dialogflow_v2beta1.projects.agent.intents.html">intents</a></h1> |
| <h2>Instance Methods</h2> |
| <p class="toc_element"> |
| <code><a href="#batchDelete">batchDelete(parent, body=None, x__xgafv=None)</a></code></p> |
| <p class="firstline"></p> |
| <p class="toc_element"> |
| <code><a href="#batchUpdate">batchUpdate(parent, body=None, x__xgafv=None)</a></code></p> |
| <p class="firstline"></p> |
| <p class="toc_element"> |
| <code><a href="#close">close()</a></code></p> |
| <p class="firstline">Close httplib2 connections.</p> |
| <p class="toc_element"> |
| <code><a href="#create">create(parent, body=None, intentView=None, languageCode=None, x__xgafv=None)</a></code></p> |
| <p class="firstline"></p> |
| <p class="toc_element"> |
| <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p> |
| <p class="firstline"></p> |
| <p class="toc_element"> |
| <code><a href="#get">get(name, intentView=None, languageCode=None, x__xgafv=None)</a></code></p> |
| <p class="firstline"></p> |
| <p class="toc_element"> |
| <code><a href="#list">list(parent, intentView=None, languageCode=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> |
| <p class="firstline"></p> |
| <p class="toc_element"> |
| <code><a href="#list_next">list_next()</a></code></p> |
| <p class="firstline">Retrieves the next page of results.</p> |
| <p class="toc_element"> |
| <code><a href="#patch">patch(name, body=None, intentView=None, languageCode=None, updateMask=None, x__xgafv=None)</a></code></p> |
| <p class="firstline"></p> |
| <h3>Method Details</h3> |
| <div class="method"> |
| <code class="details" id="batchDelete">batchDelete(parent, body=None, x__xgafv=None)</code> |
| <pre> |
| |
| Args: |
| parent: string, A parameter (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { |
| "intents": [ |
| { |
| "action": "A String", |
| "defaultResponsePlatforms": [ |
| "A String", |
| ], |
| "displayName": "A String", |
| "endInteraction": True or False, |
| "events": [ |
| "A String", |
| ], |
| "followupIntentInfo": [ |
| { |
| "followupIntentName": "A String", |
| "parentFollowupIntentName": "A String", |
| }, |
| ], |
| "inputContextNames": [ |
| "A String", |
| ], |
| "isFallback": True or False, |
| "liveAgentHandoff": True or False, |
| "messages": [ |
| { |
| "basicCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "formattedText": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "browseCarouselCard": { |
| "imageDisplayOptions": "A String", |
| "items": [ |
| { |
| "description": "A String", |
| "footer": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "openUriAction": { |
| "url": "A String", |
| "urlTypeHint": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "card": { |
| "buttons": [ |
| { |
| "postback": "A String", |
| "text": "A String", |
| }, |
| ], |
| "imageUri": "A String", |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "carouselSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "linkOutSuggestion": { |
| "destinationName": "A String", |
| "uri": "A String", |
| }, |
| "listSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "mediaContent": { |
| "mediaObjects": [ |
| { |
| "contentUrl": "A String", |
| "description": "A String", |
| "icon": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "largeImage": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "name": "A String", |
| }, |
| ], |
| "mediaType": "A String", |
| }, |
| "payload": { |
| "a_key": "", # Properties of the object. |
| }, |
| "platform": "A String", |
| "quickReplies": { |
| "quickReplies": [ |
| "A String", |
| ], |
| "title": "A String", |
| }, |
| "rbmCarouselRichCard": { |
| "cardContents": [ |
| { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| ], |
| "cardWidth": "A String", |
| }, |
| "rbmStandaloneRichCard": { |
| "cardContent": { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| "cardOrientation": "A String", |
| "thumbnailImageAlignment": "A String", |
| }, |
| "rbmText": { |
| "rbmSuggestion": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "text": "A String", |
| }, |
| "simpleResponses": { |
| "simpleResponses": [ |
| { |
| "displayText": "A String", |
| "ssml": "A String", |
| "textToSpeech": "A String", |
| }, |
| ], |
| }, |
| "suggestions": { |
| "suggestions": [ |
| { |
| "title": "A String", |
| }, |
| ], |
| }, |
| "tableCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "columnProperties": [ |
| { |
| "header": "A String", |
| "horizontalAlignment": "A String", |
| }, |
| ], |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "rows": [ |
| { |
| "cells": [ |
| { |
| "text": "A String", |
| }, |
| ], |
| "dividerAfter": True or False, |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "telephonyPlayAudio": { |
| "audioUri": "A String", |
| }, |
| "telephonySynthesizeSpeech": { |
| "ssml": "A String", |
| "text": "A String", |
| }, |
| "telephonyTransferCall": { |
| "phoneNumber": "A String", |
| }, |
| "text": { |
| "text": [ |
| "A String", |
| ], |
| }, |
| }, |
| ], |
| "mlDisabled": True or False, |
| "mlEnabled": True or False, |
| "name": "A String", |
| "outputContexts": [ |
| { |
| "lifespanCount": 42, |
| "name": "A String", |
| "parameters": { |
| "a_key": "", # Properties of the object. |
| }, |
| }, |
| ], |
| "parameters": [ |
| { |
| "defaultValue": "A String", |
| "displayName": "A String", |
| "entityTypeDisplayName": "A String", |
| "isList": True or False, |
| "mandatory": True or False, |
| "name": "A String", |
| "prompts": [ |
| "A String", |
| ], |
| "value": "A String", |
| }, |
| ], |
| "parentFollowupIntentName": "A String", |
| "priority": 42, |
| "resetContexts": True or False, |
| "rootFollowupIntentName": "A String", |
| "trainingPhrases": [ |
| { |
| "name": "A String", |
| "parts": [ |
| { |
| "alias": "A String", |
| "entityType": "A String", |
| "text": "A String", |
| "userDefined": True or False, |
| }, |
| ], |
| "timesAddedCount": 42, |
| "type": "A String", |
| }, |
| ], |
| "webhookState": "A String", |
| }, |
| ], |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { |
| "done": True or False, |
| "error": { |
| "code": 42, |
| "details": [ |
| { |
| "a_key": "", # Properties of the object. Contains field @type with type URL. |
| }, |
| ], |
| "message": "A String", |
| }, |
| "metadata": { |
| "a_key": "", # Properties of the object. Contains field @type with type URL. |
| }, |
| "name": "A String", |
| "response": { |
| "a_key": "", # Properties of the object. Contains field @type with type URL. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="batchUpdate">batchUpdate(parent, body=None, x__xgafv=None)</code> |
| <pre> |
| |
| Args: |
| parent: string, A parameter (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { |
| "intentBatchInline": { |
| "intents": [ |
| { |
| "action": "A String", |
| "defaultResponsePlatforms": [ |
| "A String", |
| ], |
| "displayName": "A String", |
| "endInteraction": True or False, |
| "events": [ |
| "A String", |
| ], |
| "followupIntentInfo": [ |
| { |
| "followupIntentName": "A String", |
| "parentFollowupIntentName": "A String", |
| }, |
| ], |
| "inputContextNames": [ |
| "A String", |
| ], |
| "isFallback": True or False, |
| "liveAgentHandoff": True or False, |
| "messages": [ |
| { |
| "basicCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "formattedText": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "browseCarouselCard": { |
| "imageDisplayOptions": "A String", |
| "items": [ |
| { |
| "description": "A String", |
| "footer": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "openUriAction": { |
| "url": "A String", |
| "urlTypeHint": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "card": { |
| "buttons": [ |
| { |
| "postback": "A String", |
| "text": "A String", |
| }, |
| ], |
| "imageUri": "A String", |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "carouselSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "linkOutSuggestion": { |
| "destinationName": "A String", |
| "uri": "A String", |
| }, |
| "listSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "mediaContent": { |
| "mediaObjects": [ |
| { |
| "contentUrl": "A String", |
| "description": "A String", |
| "icon": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "largeImage": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "name": "A String", |
| }, |
| ], |
| "mediaType": "A String", |
| }, |
| "payload": { |
| "a_key": "", # Properties of the object. |
| }, |
| "platform": "A String", |
| "quickReplies": { |
| "quickReplies": [ |
| "A String", |
| ], |
| "title": "A String", |
| }, |
| "rbmCarouselRichCard": { |
| "cardContents": [ |
| { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| ], |
| "cardWidth": "A String", |
| }, |
| "rbmStandaloneRichCard": { |
| "cardContent": { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| "cardOrientation": "A String", |
| "thumbnailImageAlignment": "A String", |
| }, |
| "rbmText": { |
| "rbmSuggestion": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "text": "A String", |
| }, |
| "simpleResponses": { |
| "simpleResponses": [ |
| { |
| "displayText": "A String", |
| "ssml": "A String", |
| "textToSpeech": "A String", |
| }, |
| ], |
| }, |
| "suggestions": { |
| "suggestions": [ |
| { |
| "title": "A String", |
| }, |
| ], |
| }, |
| "tableCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "columnProperties": [ |
| { |
| "header": "A String", |
| "horizontalAlignment": "A String", |
| }, |
| ], |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "rows": [ |
| { |
| "cells": [ |
| { |
| "text": "A String", |
| }, |
| ], |
| "dividerAfter": True or False, |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "telephonyPlayAudio": { |
| "audioUri": "A String", |
| }, |
| "telephonySynthesizeSpeech": { |
| "ssml": "A String", |
| "text": "A String", |
| }, |
| "telephonyTransferCall": { |
| "phoneNumber": "A String", |
| }, |
| "text": { |
| "text": [ |
| "A String", |
| ], |
| }, |
| }, |
| ], |
| "mlDisabled": True or False, |
| "mlEnabled": True or False, |
| "name": "A String", |
| "outputContexts": [ |
| { |
| "lifespanCount": 42, |
| "name": "A String", |
| "parameters": { |
| "a_key": "", # Properties of the object. |
| }, |
| }, |
| ], |
| "parameters": [ |
| { |
| "defaultValue": "A String", |
| "displayName": "A String", |
| "entityTypeDisplayName": "A String", |
| "isList": True or False, |
| "mandatory": True or False, |
| "name": "A String", |
| "prompts": [ |
| "A String", |
| ], |
| "value": "A String", |
| }, |
| ], |
| "parentFollowupIntentName": "A String", |
| "priority": 42, |
| "resetContexts": True or False, |
| "rootFollowupIntentName": "A String", |
| "trainingPhrases": [ |
| { |
| "name": "A String", |
| "parts": [ |
| { |
| "alias": "A String", |
| "entityType": "A String", |
| "text": "A String", |
| "userDefined": True or False, |
| }, |
| ], |
| "timesAddedCount": 42, |
| "type": "A String", |
| }, |
| ], |
| "webhookState": "A String", |
| }, |
| ], |
| }, |
| "intentBatchUri": "A String", |
| "intentView": "A String", |
| "languageCode": "A String", |
| "updateMask": "A String", |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { |
| "done": True or False, |
| "error": { |
| "code": 42, |
| "details": [ |
| { |
| "a_key": "", # Properties of the object. Contains field @type with type URL. |
| }, |
| ], |
| "message": "A String", |
| }, |
| "metadata": { |
| "a_key": "", # Properties of the object. Contains field @type with type URL. |
| }, |
| "name": "A String", |
| "response": { |
| "a_key": "", # Properties of the object. Contains field @type with type URL. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="close">close()</code> |
| <pre>Close httplib2 connections.</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="create">create(parent, body=None, intentView=None, languageCode=None, x__xgafv=None)</code> |
| <pre> |
| |
| Args: |
| parent: string, A parameter (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { |
| "action": "A String", |
| "defaultResponsePlatforms": [ |
| "A String", |
| ], |
| "displayName": "A String", |
| "endInteraction": True or False, |
| "events": [ |
| "A String", |
| ], |
| "followupIntentInfo": [ |
| { |
| "followupIntentName": "A String", |
| "parentFollowupIntentName": "A String", |
| }, |
| ], |
| "inputContextNames": [ |
| "A String", |
| ], |
| "isFallback": True or False, |
| "liveAgentHandoff": True or False, |
| "messages": [ |
| { |
| "basicCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "formattedText": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "browseCarouselCard": { |
| "imageDisplayOptions": "A String", |
| "items": [ |
| { |
| "description": "A String", |
| "footer": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "openUriAction": { |
| "url": "A String", |
| "urlTypeHint": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "card": { |
| "buttons": [ |
| { |
| "postback": "A String", |
| "text": "A String", |
| }, |
| ], |
| "imageUri": "A String", |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "carouselSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "linkOutSuggestion": { |
| "destinationName": "A String", |
| "uri": "A String", |
| }, |
| "listSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "mediaContent": { |
| "mediaObjects": [ |
| { |
| "contentUrl": "A String", |
| "description": "A String", |
| "icon": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "largeImage": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "name": "A String", |
| }, |
| ], |
| "mediaType": "A String", |
| }, |
| "payload": { |
| "a_key": "", # Properties of the object. |
| }, |
| "platform": "A String", |
| "quickReplies": { |
| "quickReplies": [ |
| "A String", |
| ], |
| "title": "A String", |
| }, |
| "rbmCarouselRichCard": { |
| "cardContents": [ |
| { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| ], |
| "cardWidth": "A String", |
| }, |
| "rbmStandaloneRichCard": { |
| "cardContent": { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| "cardOrientation": "A String", |
| "thumbnailImageAlignment": "A String", |
| }, |
| "rbmText": { |
| "rbmSuggestion": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "text": "A String", |
| }, |
| "simpleResponses": { |
| "simpleResponses": [ |
| { |
| "displayText": "A String", |
| "ssml": "A String", |
| "textToSpeech": "A String", |
| }, |
| ], |
| }, |
| "suggestions": { |
| "suggestions": [ |
| { |
| "title": "A String", |
| }, |
| ], |
| }, |
| "tableCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "columnProperties": [ |
| { |
| "header": "A String", |
| "horizontalAlignment": "A String", |
| }, |
| ], |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "rows": [ |
| { |
| "cells": [ |
| { |
| "text": "A String", |
| }, |
| ], |
| "dividerAfter": True or False, |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "telephonyPlayAudio": { |
| "audioUri": "A String", |
| }, |
| "telephonySynthesizeSpeech": { |
| "ssml": "A String", |
| "text": "A String", |
| }, |
| "telephonyTransferCall": { |
| "phoneNumber": "A String", |
| }, |
| "text": { |
| "text": [ |
| "A String", |
| ], |
| }, |
| }, |
| ], |
| "mlDisabled": True or False, |
| "mlEnabled": True or False, |
| "name": "A String", |
| "outputContexts": [ |
| { |
| "lifespanCount": 42, |
| "name": "A String", |
| "parameters": { |
| "a_key": "", # Properties of the object. |
| }, |
| }, |
| ], |
| "parameters": [ |
| { |
| "defaultValue": "A String", |
| "displayName": "A String", |
| "entityTypeDisplayName": "A String", |
| "isList": True or False, |
| "mandatory": True or False, |
| "name": "A String", |
| "prompts": [ |
| "A String", |
| ], |
| "value": "A String", |
| }, |
| ], |
| "parentFollowupIntentName": "A String", |
| "priority": 42, |
| "resetContexts": True or False, |
| "rootFollowupIntentName": "A String", |
| "trainingPhrases": [ |
| { |
| "name": "A String", |
| "parts": [ |
| { |
| "alias": "A String", |
| "entityType": "A String", |
| "text": "A String", |
| "userDefined": True or False, |
| }, |
| ], |
| "timesAddedCount": 42, |
| "type": "A String", |
| }, |
| ], |
| "webhookState": "A String", |
| } |
| |
| intentView: string, A parameter |
| Allowed values |
| INTENT_VIEW_UNSPECIFIED - |
| INTENT_VIEW_FULL - |
| languageCode: string, A parameter |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { |
| "action": "A String", |
| "defaultResponsePlatforms": [ |
| "A String", |
| ], |
| "displayName": "A String", |
| "endInteraction": True or False, |
| "events": [ |
| "A String", |
| ], |
| "followupIntentInfo": [ |
| { |
| "followupIntentName": "A String", |
| "parentFollowupIntentName": "A String", |
| }, |
| ], |
| "inputContextNames": [ |
| "A String", |
| ], |
| "isFallback": True or False, |
| "liveAgentHandoff": True or False, |
| "messages": [ |
| { |
| "basicCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "formattedText": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "browseCarouselCard": { |
| "imageDisplayOptions": "A String", |
| "items": [ |
| { |
| "description": "A String", |
| "footer": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "openUriAction": { |
| "url": "A String", |
| "urlTypeHint": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "card": { |
| "buttons": [ |
| { |
| "postback": "A String", |
| "text": "A String", |
| }, |
| ], |
| "imageUri": "A String", |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "carouselSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "linkOutSuggestion": { |
| "destinationName": "A String", |
| "uri": "A String", |
| }, |
| "listSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "mediaContent": { |
| "mediaObjects": [ |
| { |
| "contentUrl": "A String", |
| "description": "A String", |
| "icon": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "largeImage": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "name": "A String", |
| }, |
| ], |
| "mediaType": "A String", |
| }, |
| "payload": { |
| "a_key": "", # Properties of the object. |
| }, |
| "platform": "A String", |
| "quickReplies": { |
| "quickReplies": [ |
| "A String", |
| ], |
| "title": "A String", |
| }, |
| "rbmCarouselRichCard": { |
| "cardContents": [ |
| { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| ], |
| "cardWidth": "A String", |
| }, |
| "rbmStandaloneRichCard": { |
| "cardContent": { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| "cardOrientation": "A String", |
| "thumbnailImageAlignment": "A String", |
| }, |
| "rbmText": { |
| "rbmSuggestion": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "text": "A String", |
| }, |
| "simpleResponses": { |
| "simpleResponses": [ |
| { |
| "displayText": "A String", |
| "ssml": "A String", |
| "textToSpeech": "A String", |
| }, |
| ], |
| }, |
| "suggestions": { |
| "suggestions": [ |
| { |
| "title": "A String", |
| }, |
| ], |
| }, |
| "tableCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "columnProperties": [ |
| { |
| "header": "A String", |
| "horizontalAlignment": "A String", |
| }, |
| ], |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "rows": [ |
| { |
| "cells": [ |
| { |
| "text": "A String", |
| }, |
| ], |
| "dividerAfter": True or False, |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "telephonyPlayAudio": { |
| "audioUri": "A String", |
| }, |
| "telephonySynthesizeSpeech": { |
| "ssml": "A String", |
| "text": "A String", |
| }, |
| "telephonyTransferCall": { |
| "phoneNumber": "A String", |
| }, |
| "text": { |
| "text": [ |
| "A String", |
| ], |
| }, |
| }, |
| ], |
| "mlDisabled": True or False, |
| "mlEnabled": True or False, |
| "name": "A String", |
| "outputContexts": [ |
| { |
| "lifespanCount": 42, |
| "name": "A String", |
| "parameters": { |
| "a_key": "", # Properties of the object. |
| }, |
| }, |
| ], |
| "parameters": [ |
| { |
| "defaultValue": "A String", |
| "displayName": "A String", |
| "entityTypeDisplayName": "A String", |
| "isList": True or False, |
| "mandatory": True or False, |
| "name": "A String", |
| "prompts": [ |
| "A String", |
| ], |
| "value": "A String", |
| }, |
| ], |
| "parentFollowupIntentName": "A String", |
| "priority": 42, |
| "resetContexts": True or False, |
| "rootFollowupIntentName": "A String", |
| "trainingPhrases": [ |
| { |
| "name": "A String", |
| "parts": [ |
| { |
| "alias": "A String", |
| "entityType": "A String", |
| "text": "A String", |
| "userDefined": True or False, |
| }, |
| ], |
| "timesAddedCount": 42, |
| "type": "A String", |
| }, |
| ], |
| "webhookState": "A String", |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="delete">delete(name, x__xgafv=None)</code> |
| <pre> |
| |
| Args: |
| name: string, A parameter (required) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="get">get(name, intentView=None, languageCode=None, x__xgafv=None)</code> |
| <pre> |
| |
| Args: |
| name: string, A parameter (required) |
| intentView: string, A parameter |
| Allowed values |
| INTENT_VIEW_UNSPECIFIED - |
| INTENT_VIEW_FULL - |
| languageCode: string, A parameter |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { |
| "action": "A String", |
| "defaultResponsePlatforms": [ |
| "A String", |
| ], |
| "displayName": "A String", |
| "endInteraction": True or False, |
| "events": [ |
| "A String", |
| ], |
| "followupIntentInfo": [ |
| { |
| "followupIntentName": "A String", |
| "parentFollowupIntentName": "A String", |
| }, |
| ], |
| "inputContextNames": [ |
| "A String", |
| ], |
| "isFallback": True or False, |
| "liveAgentHandoff": True or False, |
| "messages": [ |
| { |
| "basicCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "formattedText": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "browseCarouselCard": { |
| "imageDisplayOptions": "A String", |
| "items": [ |
| { |
| "description": "A String", |
| "footer": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "openUriAction": { |
| "url": "A String", |
| "urlTypeHint": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "card": { |
| "buttons": [ |
| { |
| "postback": "A String", |
| "text": "A String", |
| }, |
| ], |
| "imageUri": "A String", |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "carouselSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "linkOutSuggestion": { |
| "destinationName": "A String", |
| "uri": "A String", |
| }, |
| "listSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "mediaContent": { |
| "mediaObjects": [ |
| { |
| "contentUrl": "A String", |
| "description": "A String", |
| "icon": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "largeImage": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "name": "A String", |
| }, |
| ], |
| "mediaType": "A String", |
| }, |
| "payload": { |
| "a_key": "", # Properties of the object. |
| }, |
| "platform": "A String", |
| "quickReplies": { |
| "quickReplies": [ |
| "A String", |
| ], |
| "title": "A String", |
| }, |
| "rbmCarouselRichCard": { |
| "cardContents": [ |
| { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| ], |
| "cardWidth": "A String", |
| }, |
| "rbmStandaloneRichCard": { |
| "cardContent": { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| "cardOrientation": "A String", |
| "thumbnailImageAlignment": "A String", |
| }, |
| "rbmText": { |
| "rbmSuggestion": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "text": "A String", |
| }, |
| "simpleResponses": { |
| "simpleResponses": [ |
| { |
| "displayText": "A String", |
| "ssml": "A String", |
| "textToSpeech": "A String", |
| }, |
| ], |
| }, |
| "suggestions": { |
| "suggestions": [ |
| { |
| "title": "A String", |
| }, |
| ], |
| }, |
| "tableCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "columnProperties": [ |
| { |
| "header": "A String", |
| "horizontalAlignment": "A String", |
| }, |
| ], |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "rows": [ |
| { |
| "cells": [ |
| { |
| "text": "A String", |
| }, |
| ], |
| "dividerAfter": True or False, |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "telephonyPlayAudio": { |
| "audioUri": "A String", |
| }, |
| "telephonySynthesizeSpeech": { |
| "ssml": "A String", |
| "text": "A String", |
| }, |
| "telephonyTransferCall": { |
| "phoneNumber": "A String", |
| }, |
| "text": { |
| "text": [ |
| "A String", |
| ], |
| }, |
| }, |
| ], |
| "mlDisabled": True or False, |
| "mlEnabled": True or False, |
| "name": "A String", |
| "outputContexts": [ |
| { |
| "lifespanCount": 42, |
| "name": "A String", |
| "parameters": { |
| "a_key": "", # Properties of the object. |
| }, |
| }, |
| ], |
| "parameters": [ |
| { |
| "defaultValue": "A String", |
| "displayName": "A String", |
| "entityTypeDisplayName": "A String", |
| "isList": True or False, |
| "mandatory": True or False, |
| "name": "A String", |
| "prompts": [ |
| "A String", |
| ], |
| "value": "A String", |
| }, |
| ], |
| "parentFollowupIntentName": "A String", |
| "priority": 42, |
| "resetContexts": True or False, |
| "rootFollowupIntentName": "A String", |
| "trainingPhrases": [ |
| { |
| "name": "A String", |
| "parts": [ |
| { |
| "alias": "A String", |
| "entityType": "A String", |
| "text": "A String", |
| "userDefined": True or False, |
| }, |
| ], |
| "timesAddedCount": 42, |
| "type": "A String", |
| }, |
| ], |
| "webhookState": "A String", |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="list">list(parent, intentView=None, languageCode=None, pageSize=None, pageToken=None, x__xgafv=None)</code> |
| <pre> |
| |
| Args: |
| parent: string, A parameter (required) |
| intentView: string, A parameter |
| Allowed values |
| INTENT_VIEW_UNSPECIFIED - |
| INTENT_VIEW_FULL - |
| languageCode: string, A parameter |
| pageSize: integer, A parameter |
| pageToken: string, A parameter |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { |
| "intents": [ |
| { |
| "action": "A String", |
| "defaultResponsePlatforms": [ |
| "A String", |
| ], |
| "displayName": "A String", |
| "endInteraction": True or False, |
| "events": [ |
| "A String", |
| ], |
| "followupIntentInfo": [ |
| { |
| "followupIntentName": "A String", |
| "parentFollowupIntentName": "A String", |
| }, |
| ], |
| "inputContextNames": [ |
| "A String", |
| ], |
| "isFallback": True or False, |
| "liveAgentHandoff": True or False, |
| "messages": [ |
| { |
| "basicCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "formattedText": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "browseCarouselCard": { |
| "imageDisplayOptions": "A String", |
| "items": [ |
| { |
| "description": "A String", |
| "footer": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "openUriAction": { |
| "url": "A String", |
| "urlTypeHint": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "card": { |
| "buttons": [ |
| { |
| "postback": "A String", |
| "text": "A String", |
| }, |
| ], |
| "imageUri": "A String", |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "carouselSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "linkOutSuggestion": { |
| "destinationName": "A String", |
| "uri": "A String", |
| }, |
| "listSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "mediaContent": { |
| "mediaObjects": [ |
| { |
| "contentUrl": "A String", |
| "description": "A String", |
| "icon": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "largeImage": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "name": "A String", |
| }, |
| ], |
| "mediaType": "A String", |
| }, |
| "payload": { |
| "a_key": "", # Properties of the object. |
| }, |
| "platform": "A String", |
| "quickReplies": { |
| "quickReplies": [ |
| "A String", |
| ], |
| "title": "A String", |
| }, |
| "rbmCarouselRichCard": { |
| "cardContents": [ |
| { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| ], |
| "cardWidth": "A String", |
| }, |
| "rbmStandaloneRichCard": { |
| "cardContent": { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| "cardOrientation": "A String", |
| "thumbnailImageAlignment": "A String", |
| }, |
| "rbmText": { |
| "rbmSuggestion": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "text": "A String", |
| }, |
| "simpleResponses": { |
| "simpleResponses": [ |
| { |
| "displayText": "A String", |
| "ssml": "A String", |
| "textToSpeech": "A String", |
| }, |
| ], |
| }, |
| "suggestions": { |
| "suggestions": [ |
| { |
| "title": "A String", |
| }, |
| ], |
| }, |
| "tableCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "columnProperties": [ |
| { |
| "header": "A String", |
| "horizontalAlignment": "A String", |
| }, |
| ], |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "rows": [ |
| { |
| "cells": [ |
| { |
| "text": "A String", |
| }, |
| ], |
| "dividerAfter": True or False, |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "telephonyPlayAudio": { |
| "audioUri": "A String", |
| }, |
| "telephonySynthesizeSpeech": { |
| "ssml": "A String", |
| "text": "A String", |
| }, |
| "telephonyTransferCall": { |
| "phoneNumber": "A String", |
| }, |
| "text": { |
| "text": [ |
| "A String", |
| ], |
| }, |
| }, |
| ], |
| "mlDisabled": True or False, |
| "mlEnabled": True or False, |
| "name": "A String", |
| "outputContexts": [ |
| { |
| "lifespanCount": 42, |
| "name": "A String", |
| "parameters": { |
| "a_key": "", # Properties of the object. |
| }, |
| }, |
| ], |
| "parameters": [ |
| { |
| "defaultValue": "A String", |
| "displayName": "A String", |
| "entityTypeDisplayName": "A String", |
| "isList": True or False, |
| "mandatory": True or False, |
| "name": "A String", |
| "prompts": [ |
| "A String", |
| ], |
| "value": "A String", |
| }, |
| ], |
| "parentFollowupIntentName": "A String", |
| "priority": 42, |
| "resetContexts": True or False, |
| "rootFollowupIntentName": "A String", |
| "trainingPhrases": [ |
| { |
| "name": "A String", |
| "parts": [ |
| { |
| "alias": "A String", |
| "entityType": "A String", |
| "text": "A String", |
| "userDefined": True or False, |
| }, |
| ], |
| "timesAddedCount": 42, |
| "type": "A String", |
| }, |
| ], |
| "webhookState": "A String", |
| }, |
| ], |
| "nextPageToken": "A String", |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="list_next">list_next()</code> |
| <pre>Retrieves the next page of results. |
| |
| Args: |
| previous_request: The request for the previous page. (required) |
| previous_response: The response from the request for the previous page. (required) |
| |
| Returns: |
| A request object that you can call 'execute()' on to request the next |
| page. Returns None if there are no more items in the collection. |
| </pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="patch">patch(name, body=None, intentView=None, languageCode=None, updateMask=None, x__xgafv=None)</code> |
| <pre> |
| |
| Args: |
| name: string, A parameter (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { |
| "action": "A String", |
| "defaultResponsePlatforms": [ |
| "A String", |
| ], |
| "displayName": "A String", |
| "endInteraction": True or False, |
| "events": [ |
| "A String", |
| ], |
| "followupIntentInfo": [ |
| { |
| "followupIntentName": "A String", |
| "parentFollowupIntentName": "A String", |
| }, |
| ], |
| "inputContextNames": [ |
| "A String", |
| ], |
| "isFallback": True or False, |
| "liveAgentHandoff": True or False, |
| "messages": [ |
| { |
| "basicCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "formattedText": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "browseCarouselCard": { |
| "imageDisplayOptions": "A String", |
| "items": [ |
| { |
| "description": "A String", |
| "footer": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "openUriAction": { |
| "url": "A String", |
| "urlTypeHint": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "card": { |
| "buttons": [ |
| { |
| "postback": "A String", |
| "text": "A String", |
| }, |
| ], |
| "imageUri": "A String", |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "carouselSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "linkOutSuggestion": { |
| "destinationName": "A String", |
| "uri": "A String", |
| }, |
| "listSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "mediaContent": { |
| "mediaObjects": [ |
| { |
| "contentUrl": "A String", |
| "description": "A String", |
| "icon": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "largeImage": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "name": "A String", |
| }, |
| ], |
| "mediaType": "A String", |
| }, |
| "payload": { |
| "a_key": "", # Properties of the object. |
| }, |
| "platform": "A String", |
| "quickReplies": { |
| "quickReplies": [ |
| "A String", |
| ], |
| "title": "A String", |
| }, |
| "rbmCarouselRichCard": { |
| "cardContents": [ |
| { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| ], |
| "cardWidth": "A String", |
| }, |
| "rbmStandaloneRichCard": { |
| "cardContent": { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| "cardOrientation": "A String", |
| "thumbnailImageAlignment": "A String", |
| }, |
| "rbmText": { |
| "rbmSuggestion": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "text": "A String", |
| }, |
| "simpleResponses": { |
| "simpleResponses": [ |
| { |
| "displayText": "A String", |
| "ssml": "A String", |
| "textToSpeech": "A String", |
| }, |
| ], |
| }, |
| "suggestions": { |
| "suggestions": [ |
| { |
| "title": "A String", |
| }, |
| ], |
| }, |
| "tableCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "columnProperties": [ |
| { |
| "header": "A String", |
| "horizontalAlignment": "A String", |
| }, |
| ], |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "rows": [ |
| { |
| "cells": [ |
| { |
| "text": "A String", |
| }, |
| ], |
| "dividerAfter": True or False, |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "telephonyPlayAudio": { |
| "audioUri": "A String", |
| }, |
| "telephonySynthesizeSpeech": { |
| "ssml": "A String", |
| "text": "A String", |
| }, |
| "telephonyTransferCall": { |
| "phoneNumber": "A String", |
| }, |
| "text": { |
| "text": [ |
| "A String", |
| ], |
| }, |
| }, |
| ], |
| "mlDisabled": True or False, |
| "mlEnabled": True or False, |
| "name": "A String", |
| "outputContexts": [ |
| { |
| "lifespanCount": 42, |
| "name": "A String", |
| "parameters": { |
| "a_key": "", # Properties of the object. |
| }, |
| }, |
| ], |
| "parameters": [ |
| { |
| "defaultValue": "A String", |
| "displayName": "A String", |
| "entityTypeDisplayName": "A String", |
| "isList": True or False, |
| "mandatory": True or False, |
| "name": "A String", |
| "prompts": [ |
| "A String", |
| ], |
| "value": "A String", |
| }, |
| ], |
| "parentFollowupIntentName": "A String", |
| "priority": 42, |
| "resetContexts": True or False, |
| "rootFollowupIntentName": "A String", |
| "trainingPhrases": [ |
| { |
| "name": "A String", |
| "parts": [ |
| { |
| "alias": "A String", |
| "entityType": "A String", |
| "text": "A String", |
| "userDefined": True or False, |
| }, |
| ], |
| "timesAddedCount": 42, |
| "type": "A String", |
| }, |
| ], |
| "webhookState": "A String", |
| } |
| |
| intentView: string, A parameter |
| Allowed values |
| INTENT_VIEW_UNSPECIFIED - |
| INTENT_VIEW_FULL - |
| languageCode: string, A parameter |
| updateMask: string, A parameter |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { |
| "action": "A String", |
| "defaultResponsePlatforms": [ |
| "A String", |
| ], |
| "displayName": "A String", |
| "endInteraction": True or False, |
| "events": [ |
| "A String", |
| ], |
| "followupIntentInfo": [ |
| { |
| "followupIntentName": "A String", |
| "parentFollowupIntentName": "A String", |
| }, |
| ], |
| "inputContextNames": [ |
| "A String", |
| ], |
| "isFallback": True or False, |
| "liveAgentHandoff": True or False, |
| "messages": [ |
| { |
| "basicCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "formattedText": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "browseCarouselCard": { |
| "imageDisplayOptions": "A String", |
| "items": [ |
| { |
| "description": "A String", |
| "footer": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "openUriAction": { |
| "url": "A String", |
| "urlTypeHint": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "card": { |
| "buttons": [ |
| { |
| "postback": "A String", |
| "text": "A String", |
| }, |
| ], |
| "imageUri": "A String", |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "carouselSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| }, |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "linkOutSuggestion": { |
| "destinationName": "A String", |
| "uri": "A String", |
| }, |
| "listSelect": { |
| "items": [ |
| { |
| "description": "A String", |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "info": { |
| "key": "A String", |
| "synonyms": [ |
| "A String", |
| ], |
| }, |
| "title": "A String", |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "mediaContent": { |
| "mediaObjects": [ |
| { |
| "contentUrl": "A String", |
| "description": "A String", |
| "icon": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "largeImage": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "name": "A String", |
| }, |
| ], |
| "mediaType": "A String", |
| }, |
| "payload": { |
| "a_key": "", # Properties of the object. |
| }, |
| "platform": "A String", |
| "quickReplies": { |
| "quickReplies": [ |
| "A String", |
| ], |
| "title": "A String", |
| }, |
| "rbmCarouselRichCard": { |
| "cardContents": [ |
| { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| ], |
| "cardWidth": "A String", |
| }, |
| "rbmStandaloneRichCard": { |
| "cardContent": { |
| "description": "A String", |
| "media": { |
| "fileUri": "A String", |
| "height": "A String", |
| "thumbnailUri": "A String", |
| }, |
| "suggestions": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "title": "A String", |
| }, |
| "cardOrientation": "A String", |
| "thumbnailImageAlignment": "A String", |
| }, |
| "rbmText": { |
| "rbmSuggestion": [ |
| { |
| "action": { |
| "dial": { |
| "phoneNumber": "A String", |
| }, |
| "openUrl": { |
| "uri": "A String", |
| }, |
| "postbackData": "A String", |
| "shareLocation": { |
| }, |
| "text": "A String", |
| }, |
| "reply": { |
| "postbackData": "A String", |
| "text": "A String", |
| }, |
| }, |
| ], |
| "text": "A String", |
| }, |
| "simpleResponses": { |
| "simpleResponses": [ |
| { |
| "displayText": "A String", |
| "ssml": "A String", |
| "textToSpeech": "A String", |
| }, |
| ], |
| }, |
| "suggestions": { |
| "suggestions": [ |
| { |
| "title": "A String", |
| }, |
| ], |
| }, |
| "tableCard": { |
| "buttons": [ |
| { |
| "openUriAction": { |
| "uri": "A String", |
| }, |
| "title": "A String", |
| }, |
| ], |
| "columnProperties": [ |
| { |
| "header": "A String", |
| "horizontalAlignment": "A String", |
| }, |
| ], |
| "image": { |
| "accessibilityText": "A String", |
| "imageUri": "A String", |
| }, |
| "rows": [ |
| { |
| "cells": [ |
| { |
| "text": "A String", |
| }, |
| ], |
| "dividerAfter": True or False, |
| }, |
| ], |
| "subtitle": "A String", |
| "title": "A String", |
| }, |
| "telephonyPlayAudio": { |
| "audioUri": "A String", |
| }, |
| "telephonySynthesizeSpeech": { |
| "ssml": "A String", |
| "text": "A String", |
| }, |
| "telephonyTransferCall": { |
| "phoneNumber": "A String", |
| }, |
| "text": { |
| "text": [ |
| "A String", |
| ], |
| }, |
| }, |
| ], |
| "mlDisabled": True or False, |
| "mlEnabled": True or False, |
| "name": "A String", |
| "outputContexts": [ |
| { |
| "lifespanCount": 42, |
| "name": "A String", |
| "parameters": { |
| "a_key": "", # Properties of the object. |
| }, |
| }, |
| ], |
| "parameters": [ |
| { |
| "defaultValue": "A String", |
| "displayName": "A String", |
| "entityTypeDisplayName": "A String", |
| "isList": True or False, |
| "mandatory": True or False, |
| "name": "A String", |
| "prompts": [ |
| "A String", |
| ], |
| "value": "A String", |
| }, |
| ], |
| "parentFollowupIntentName": "A String", |
| "priority": 42, |
| "resetContexts": True or False, |
| "rootFollowupIntentName": "A String", |
| "trainingPhrases": [ |
| { |
| "name": "A String", |
| "parts": [ |
| { |
| "alias": "A String", |
| "entityType": "A String", |
| "text": "A String", |
| "userDefined": True or False, |
| }, |
| ], |
| "timesAddedCount": 42, |
| "type": "A String", |
| }, |
| ], |
| "webhookState": "A String", |
| }</pre> |
| </div> |
| |
| </body></html> |