Dialogflow API . projects . locations . answerRecords

Instance Methods

close()

Close httplib2 connections.

get(name, x__xgafv=None)

list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)

list_next()

Retrieves the next page of results.

patch(name, body=None, updateMask=None, x__xgafv=None)

Method Details

close()
Close httplib2 connections.
get(name, x__xgafv=None)

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:

    {
  "agentAssistantRecord": {
    "articleSuggestionAnswer": {
      "answerRecord": "A String",
      "metadata": {
        "a_key": "A String",
      },
      "snippets": [
        "A String",
      ],
      "title": "A String",
      "uri": "A String",
    },
    "dialogflowAssistAnswer": {
      "answerRecord": "A String",
      "intentSuggestion": {
        "description": "A String",
        "displayName": "A String",
        "intentV2": "A String",
      },
      "queryResult": {
        "action": "A String",
        "allRequiredParamsPresent": True or False,
        "cancelsSlotFilling": True or False,
        "diagnosticInfo": {
          "a_key": "", # Properties of the object.
        },
        "fulfillmentMessages": [
          {
            "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",
              ],
            },
          },
        ],
        "fulfillmentText": "A String",
        "intent": {
          "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",
        },
        "intentDetectionConfidence": 3.14,
        "knowledgeAnswers": {
          "answers": [
            {
              "answer": "A String",
              "faqQuestion": "A String",
              "matchConfidence": 3.14,
              "matchConfidenceLevel": "A String",
              "source": "A String",
            },
          ],
        },
        "languageCode": "A String",
        "outputContexts": [
          {
            "lifespanCount": 42,
            "name": "A String",
            "parameters": {
              "a_key": "", # Properties of the object.
            },
          },
        ],
        "parameters": {
          "a_key": "", # Properties of the object.
        },
        "queryText": "A String",
        "sentimentAnalysisResult": {
          "queryTextSentiment": {
            "magnitude": 3.14,
            "score": 3.14,
          },
        },
        "speechRecognitionConfidence": 3.14,
        "webhookPayload": {
          "a_key": "", # Properties of the object.
        },
        "webhookSource": "A String",
      },
    },
    "faqAnswer": {
      "answer": "A String",
      "answerRecord": "A String",
      "confidence": 3.14,
      "metadata": {
        "a_key": "A String",
      },
      "question": "A String",
      "source": "A String",
    },
    "generatorSuggestion": {
      "agentCoachingSuggestion": {
        "agentActionSuggestions": [
          {
            "agentAction": "A String",
            "duplicateCheckResult": {
              "duplicateSuggestions": [
                {
                  "answerRecord": "A String",
                  "similarityScore": 3.14,
                  "sources": {
                    "instructionIndexes": [
                      42,
                    ],
                  },
                  "suggestionIndex": 42,
                },
              ],
            },
            "sources": {
              "instructionIndexes": [
                42,
              ],
            },
          },
        ],
        "applicableInstructions": [
          {
            "agentAction": "A String",
            "condition": "A String",
            "displayDetails": "A String",
            "displayName": "A String",
            "duplicateCheckResult": {
              "duplicateSuggestions": [
                {
                  "answerRecord": "A String",
                  "similarityScore": 3.14,
                  "suggestionIndex": 42,
                },
              ],
            },
            "systemAction": "A String",
            "triggeringEvent": "A String",
          },
        ],
        "sampleResponses": [
          {
            "duplicateCheckResult": {
              "duplicateSuggestions": [
                {
                  "answerRecord": "A String",
                  "similarityScore": 3.14,
                  "sources": {
                    "instructionIndexes": [
                      42,
                    ],
                  },
                  "suggestionIndex": 42,
                },
              ],
            },
            "responseText": "A String",
            "sources": {
              "instructionIndexes": [
                42,
              ],
            },
          },
        ],
      },
      "freeFormSuggestion": {
        "response": "A String",
      },
      "summarySuggestion": {
        "summarySections": [
          {
            "section": "A String",
            "summary": "A String",
          },
        ],
      },
      "toolCallInfo": [
        {
          "toolCall": {
            "action": "A String",
            "answerRecord": "A String",
            "createTime": "A String",
            "inputParameters": {
              "a_key": "", # Properties of the object.
            },
            "state": "A String",
            "tool": "A String",
            "toolDisplayDetails": "A String",
            "toolDisplayName": "A String",
          },
          "toolCallResult": {
            "action": "A String",
            "answerRecord": "A String",
            "content": "A String",
            "createTime": "A String",
            "error": {
              "message": "A String",
            },
            "rawContent": "A String",
            "tool": "A String",
          },
        },
      ],
    },
  },
  "answerFeedback": {
    "agentAssistantDetailFeedback": {
      "answerRelevance": "A String",
      "documentCorrectness": "A String",
      "documentEfficiency": "A String",
      "knowledgeAssistFeedback": {
        "answerCopied": True or False,
        "clickedUris": [
          "A String",
        ],
      },
      "knowledgeSearchFeedback": {
        "answerCopied": True or False,
        "clickedUris": [
          "A String",
        ],
      },
      "summarizationFeedback": {
        "startTimestamp": "A String",
        "submitTimestamp": "A String",
        "summaryText": "A String",
        "textSections": {
          "a_key": "A String",
        },
      },
    },
    "clickTime": "A String",
    "clicked": True or False,
    "correctnessLevel": "A String",
    "displayTime": "A String",
    "displayed": True or False,
  },
  "name": "A String",
}
list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)

Args:
  parent: string, A parameter (required)
  filter: 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:

    {
  "answerRecords": [
    {
      "agentAssistantRecord": {
        "articleSuggestionAnswer": {
          "answerRecord": "A String",
          "metadata": {
            "a_key": "A String",
          },
          "snippets": [
            "A String",
          ],
          "title": "A String",
          "uri": "A String",
        },
        "dialogflowAssistAnswer": {
          "answerRecord": "A String",
          "intentSuggestion": {
            "description": "A String",
            "displayName": "A String",
            "intentV2": "A String",
          },
          "queryResult": {
            "action": "A String",
            "allRequiredParamsPresent": True or False,
            "cancelsSlotFilling": True or False,
            "diagnosticInfo": {
              "a_key": "", # Properties of the object.
            },
            "fulfillmentMessages": [
              {
                "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",
                  ],
                },
              },
            ],
            "fulfillmentText": "A String",
            "intent": {
              "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",
            },
            "intentDetectionConfidence": 3.14,
            "knowledgeAnswers": {
              "answers": [
                {
                  "answer": "A String",
                  "faqQuestion": "A String",
                  "matchConfidence": 3.14,
                  "matchConfidenceLevel": "A String",
                  "source": "A String",
                },
              ],
            },
            "languageCode": "A String",
            "outputContexts": [
              {
                "lifespanCount": 42,
                "name": "A String",
                "parameters": {
                  "a_key": "", # Properties of the object.
                },
              },
            ],
            "parameters": {
              "a_key": "", # Properties of the object.
            },
            "queryText": "A String",
            "sentimentAnalysisResult": {
              "queryTextSentiment": {
                "magnitude": 3.14,
                "score": 3.14,
              },
            },
            "speechRecognitionConfidence": 3.14,
            "webhookPayload": {
              "a_key": "", # Properties of the object.
            },
            "webhookSource": "A String",
          },
        },
        "faqAnswer": {
          "answer": "A String",
          "answerRecord": "A String",
          "confidence": 3.14,
          "metadata": {
            "a_key": "A String",
          },
          "question": "A String",
          "source": "A String",
        },
        "generatorSuggestion": {
          "agentCoachingSuggestion": {
            "agentActionSuggestions": [
              {
                "agentAction": "A String",
                "duplicateCheckResult": {
                  "duplicateSuggestions": [
                    {
                      "answerRecord": "A String",
                      "similarityScore": 3.14,
                      "sources": {
                        "instructionIndexes": [
                          42,
                        ],
                      },
                      "suggestionIndex": 42,
                    },
                  ],
                },
                "sources": {
                  "instructionIndexes": [
                    42,
                  ],
                },
              },
            ],
            "applicableInstructions": [
              {
                "agentAction": "A String",
                "condition": "A String",
                "displayDetails": "A String",
                "displayName": "A String",
                "duplicateCheckResult": {
                  "duplicateSuggestions": [
                    {
                      "answerRecord": "A String",
                      "similarityScore": 3.14,
                      "suggestionIndex": 42,
                    },
                  ],
                },
                "systemAction": "A String",
                "triggeringEvent": "A String",
              },
            ],
            "sampleResponses": [
              {
                "duplicateCheckResult": {
                  "duplicateSuggestions": [
                    {
                      "answerRecord": "A String",
                      "similarityScore": 3.14,
                      "sources": {
                        "instructionIndexes": [
                          42,
                        ],
                      },
                      "suggestionIndex": 42,
                    },
                  ],
                },
                "responseText": "A String",
                "sources": {
                  "instructionIndexes": [
                    42,
                  ],
                },
              },
            ],
          },
          "freeFormSuggestion": {
            "response": "A String",
          },
          "summarySuggestion": {
            "summarySections": [
              {
                "section": "A String",
                "summary": "A String",
              },
            ],
          },
          "toolCallInfo": [
            {
              "toolCall": {
                "action": "A String",
                "answerRecord": "A String",
                "createTime": "A String",
                "inputParameters": {
                  "a_key": "", # Properties of the object.
                },
                "state": "A String",
                "tool": "A String",
                "toolDisplayDetails": "A String",
                "toolDisplayName": "A String",
              },
              "toolCallResult": {
                "action": "A String",
                "answerRecord": "A String",
                "content": "A String",
                "createTime": "A String",
                "error": {
                  "message": "A String",
                },
                "rawContent": "A String",
                "tool": "A String",
              },
            },
          ],
        },
      },
      "answerFeedback": {
        "agentAssistantDetailFeedback": {
          "answerRelevance": "A String",
          "documentCorrectness": "A String",
          "documentEfficiency": "A String",
          "knowledgeAssistFeedback": {
            "answerCopied": True or False,
            "clickedUris": [
              "A String",
            ],
          },
          "knowledgeSearchFeedback": {
            "answerCopied": True or False,
            "clickedUris": [
              "A String",
            ],
          },
          "summarizationFeedback": {
            "startTimestamp": "A String",
            "submitTimestamp": "A String",
            "summaryText": "A String",
            "textSections": {
              "a_key": "A String",
            },
          },
        },
        "clickTime": "A String",
        "clicked": True or False,
        "correctnessLevel": "A String",
        "displayTime": "A String",
        "displayed": True or False,
      },
      "name": "A String",
    },
  ],
  "nextPageToken": "A String",
}
list_next()
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.
        
patch(name, body=None, updateMask=None, x__xgafv=None)

Args:
  name: string, A parameter (required)
  body: object, The request body.
    The object takes the form of:

{
  "agentAssistantRecord": {
    "articleSuggestionAnswer": {
      "answerRecord": "A String",
      "metadata": {
        "a_key": "A String",
      },
      "snippets": [
        "A String",
      ],
      "title": "A String",
      "uri": "A String",
    },
    "dialogflowAssistAnswer": {
      "answerRecord": "A String",
      "intentSuggestion": {
        "description": "A String",
        "displayName": "A String",
        "intentV2": "A String",
      },
      "queryResult": {
        "action": "A String",
        "allRequiredParamsPresent": True or False,
        "cancelsSlotFilling": True or False,
        "diagnosticInfo": {
          "a_key": "", # Properties of the object.
        },
        "fulfillmentMessages": [
          {
            "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",
              ],
            },
          },
        ],
        "fulfillmentText": "A String",
        "intent": {
          "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",
        },
        "intentDetectionConfidence": 3.14,
        "knowledgeAnswers": {
          "answers": [
            {
              "answer": "A String",
              "faqQuestion": "A String",
              "matchConfidence": 3.14,
              "matchConfidenceLevel": "A String",
              "source": "A String",
            },
          ],
        },
        "languageCode": "A String",
        "outputContexts": [
          {
            "lifespanCount": 42,
            "name": "A String",
            "parameters": {
              "a_key": "", # Properties of the object.
            },
          },
        ],
        "parameters": {
          "a_key": "", # Properties of the object.
        },
        "queryText": "A String",
        "sentimentAnalysisResult": {
          "queryTextSentiment": {
            "magnitude": 3.14,
            "score": 3.14,
          },
        },
        "speechRecognitionConfidence": 3.14,
        "webhookPayload": {
          "a_key": "", # Properties of the object.
        },
        "webhookSource": "A String",
      },
    },
    "faqAnswer": {
      "answer": "A String",
      "answerRecord": "A String",
      "confidence": 3.14,
      "metadata": {
        "a_key": "A String",
      },
      "question": "A String",
      "source": "A String",
    },
    "generatorSuggestion": {
      "agentCoachingSuggestion": {
        "agentActionSuggestions": [
          {
            "agentAction": "A String",
            "duplicateCheckResult": {
              "duplicateSuggestions": [
                {
                  "answerRecord": "A String",
                  "similarityScore": 3.14,
                  "sources": {
                    "instructionIndexes": [
                      42,
                    ],
                  },
                  "suggestionIndex": 42,
                },
              ],
            },
            "sources": {
              "instructionIndexes": [
                42,
              ],
            },
          },
        ],
        "applicableInstructions": [
          {
            "agentAction": "A String",
            "condition": "A String",
            "displayDetails": "A String",
            "displayName": "A String",
            "duplicateCheckResult": {
              "duplicateSuggestions": [
                {
                  "answerRecord": "A String",
                  "similarityScore": 3.14,
                  "suggestionIndex": 42,
                },
              ],
            },
            "systemAction": "A String",
            "triggeringEvent": "A String",
          },
        ],
        "sampleResponses": [
          {
            "duplicateCheckResult": {
              "duplicateSuggestions": [
                {
                  "answerRecord": "A String",
                  "similarityScore": 3.14,
                  "sources": {
                    "instructionIndexes": [
                      42,
                    ],
                  },
                  "suggestionIndex": 42,
                },
              ],
            },
            "responseText": "A String",
            "sources": {
              "instructionIndexes": [
                42,
              ],
            },
          },
        ],
      },
      "freeFormSuggestion": {
        "response": "A String",
      },
      "summarySuggestion": {
        "summarySections": [
          {
            "section": "A String",
            "summary": "A String",
          },
        ],
      },
      "toolCallInfo": [
        {
          "toolCall": {
            "action": "A String",
            "answerRecord": "A String",
            "createTime": "A String",
            "inputParameters": {
              "a_key": "", # Properties of the object.
            },
            "state": "A String",
            "tool": "A String",
            "toolDisplayDetails": "A String",
            "toolDisplayName": "A String",
          },
          "toolCallResult": {
            "action": "A String",
            "answerRecord": "A String",
            "content": "A String",
            "createTime": "A String",
            "error": {
              "message": "A String",
            },
            "rawContent": "A String",
            "tool": "A String",
          },
        },
      ],
    },
  },
  "answerFeedback": {
    "agentAssistantDetailFeedback": {
      "answerRelevance": "A String",
      "documentCorrectness": "A String",
      "documentEfficiency": "A String",
      "knowledgeAssistFeedback": {
        "answerCopied": True or False,
        "clickedUris": [
          "A String",
        ],
      },
      "knowledgeSearchFeedback": {
        "answerCopied": True or False,
        "clickedUris": [
          "A String",
        ],
      },
      "summarizationFeedback": {
        "startTimestamp": "A String",
        "submitTimestamp": "A String",
        "summaryText": "A String",
        "textSections": {
          "a_key": "A String",
        },
      },
    },
    "clickTime": "A String",
    "clicked": True or False,
    "correctnessLevel": "A String",
    "displayTime": "A String",
    "displayed": True or False,
  },
  "name": "A String",
}

  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:

    {
  "agentAssistantRecord": {
    "articleSuggestionAnswer": {
      "answerRecord": "A String",
      "metadata": {
        "a_key": "A String",
      },
      "snippets": [
        "A String",
      ],
      "title": "A String",
      "uri": "A String",
    },
    "dialogflowAssistAnswer": {
      "answerRecord": "A String",
      "intentSuggestion": {
        "description": "A String",
        "displayName": "A String",
        "intentV2": "A String",
      },
      "queryResult": {
        "action": "A String",
        "allRequiredParamsPresent": True or False,
        "cancelsSlotFilling": True or False,
        "diagnosticInfo": {
          "a_key": "", # Properties of the object.
        },
        "fulfillmentMessages": [
          {
            "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",
              ],
            },
          },
        ],
        "fulfillmentText": "A String",
        "intent": {
          "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",
        },
        "intentDetectionConfidence": 3.14,
        "knowledgeAnswers": {
          "answers": [
            {
              "answer": "A String",
              "faqQuestion": "A String",
              "matchConfidence": 3.14,
              "matchConfidenceLevel": "A String",
              "source": "A String",
            },
          ],
        },
        "languageCode": "A String",
        "outputContexts": [
          {
            "lifespanCount": 42,
            "name": "A String",
            "parameters": {
              "a_key": "", # Properties of the object.
            },
          },
        ],
        "parameters": {
          "a_key": "", # Properties of the object.
        },
        "queryText": "A String",
        "sentimentAnalysisResult": {
          "queryTextSentiment": {
            "magnitude": 3.14,
            "score": 3.14,
          },
        },
        "speechRecognitionConfidence": 3.14,
        "webhookPayload": {
          "a_key": "", # Properties of the object.
        },
        "webhookSource": "A String",
      },
    },
    "faqAnswer": {
      "answer": "A String",
      "answerRecord": "A String",
      "confidence": 3.14,
      "metadata": {
        "a_key": "A String",
      },
      "question": "A String",
      "source": "A String",
    },
    "generatorSuggestion": {
      "agentCoachingSuggestion": {
        "agentActionSuggestions": [
          {
            "agentAction": "A String",
            "duplicateCheckResult": {
              "duplicateSuggestions": [
                {
                  "answerRecord": "A String",
                  "similarityScore": 3.14,
                  "sources": {
                    "instructionIndexes": [
                      42,
                    ],
                  },
                  "suggestionIndex": 42,
                },
              ],
            },
            "sources": {
              "instructionIndexes": [
                42,
              ],
            },
          },
        ],
        "applicableInstructions": [
          {
            "agentAction": "A String",
            "condition": "A String",
            "displayDetails": "A String",
            "displayName": "A String",
            "duplicateCheckResult": {
              "duplicateSuggestions": [
                {
                  "answerRecord": "A String",
                  "similarityScore": 3.14,
                  "suggestionIndex": 42,
                },
              ],
            },
            "systemAction": "A String",
            "triggeringEvent": "A String",
          },
        ],
        "sampleResponses": [
          {
            "duplicateCheckResult": {
              "duplicateSuggestions": [
                {
                  "answerRecord": "A String",
                  "similarityScore": 3.14,
                  "sources": {
                    "instructionIndexes": [
                      42,
                    ],
                  },
                  "suggestionIndex": 42,
                },
              ],
            },
            "responseText": "A String",
            "sources": {
              "instructionIndexes": [
                42,
              ],
            },
          },
        ],
      },
      "freeFormSuggestion": {
        "response": "A String",
      },
      "summarySuggestion": {
        "summarySections": [
          {
            "section": "A String",
            "summary": "A String",
          },
        ],
      },
      "toolCallInfo": [
        {
          "toolCall": {
            "action": "A String",
            "answerRecord": "A String",
            "createTime": "A String",
            "inputParameters": {
              "a_key": "", # Properties of the object.
            },
            "state": "A String",
            "tool": "A String",
            "toolDisplayDetails": "A String",
            "toolDisplayName": "A String",
          },
          "toolCallResult": {
            "action": "A String",
            "answerRecord": "A String",
            "content": "A String",
            "createTime": "A String",
            "error": {
              "message": "A String",
            },
            "rawContent": "A String",
            "tool": "A String",
          },
        },
      ],
    },
  },
  "answerFeedback": {
    "agentAssistantDetailFeedback": {
      "answerRelevance": "A String",
      "documentCorrectness": "A String",
      "documentEfficiency": "A String",
      "knowledgeAssistFeedback": {
        "answerCopied": True or False,
        "clickedUris": [
          "A String",
        ],
      },
      "knowledgeSearchFeedback": {
        "answerCopied": True or False,
        "clickedUris": [
          "A String",
        ],
      },
      "summarizationFeedback": {
        "startTimestamp": "A String",
        "submitTimestamp": "A String",
        "summaryText": "A String",
        "textSections": {
          "a_key": "A String",
        },
      },
    },
    "clickTime": "A String",
    "clicked": True or False,
    "correctnessLevel": "A String",
    "displayTime": "A String",
    "displayed": True or False,
  },
  "name": "A String",
}