{
  "title": "Contact Center AI Insights API",
  "documentationLink": "https://cloud.google.com/contact-center/insights/docs",
  "servicePath": "",
  "schemas": {
    "GoogleCloudContactcenterinsightsV1alpha1SettingsDiagnosticMetricConfig": {
      "description": "Configuration for diagnostic metrics.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1SettingsDiagnosticMetricConfig",
      "type": "object",
      "properties": {
        "metrics": {
          "type": "object",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1MetricDefinition"
          },
          "description": "Optional. A map of diagnostic metrics. The key is a unique identifier for the metric (e.g., \"containment\")."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessage": {
      "properties": {
        "messageId": {
          "description": "The message id of the message.",
          "type": "string"
        },
        "systemMessageWrapper": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessages",
          "description": "A wrapper for system messages per turn."
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. For user messages, this is the time at which the system received the message. For system messages, this is the time at which the system generated the message.",
          "format": "google-datetime"
        },
        "userMessage": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageUserMessage",
          "description": "A message from the user that is interacting with the system."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessage",
      "description": "The message in the conversation.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainIngestConversationsMetadata": {
      "properties": {
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequest",
          "description": "Output only. The original request for ingest.",
          "readOnly": true
        },
        "partialErrors": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        },
        "ingestConversationsStats": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainIngestConversationsMetadataIngestConversationsStats",
          "description": "Output only. Statistics for IngestConversations operation.",
          "readOnly": true
        },
        "endTime": {
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "type": "string"
        },
        "sampledConversations": {
          "readOnly": true,
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Output only. Stores the conversation resources produced by ingest sampling operations."
        }
      },
      "type": "object",
      "description": "The metadata for an IngestConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1mainIngestConversationsMetadata"
    },
    "GoogleCloudCesV1mainToolsetTool": {
      "properties": {
        "toolId": {
          "description": "Optional. The tool ID to filter the tools to retrieve the schema for.",
          "type": "string"
        },
        "toolset": {
          "description": "Required. The resource name of the Toolset from which this tool is derived. Format: `projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}`",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudCesV1mainToolsetTool",
      "description": "A tool that is created from a toolset."
    },
    "GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResult": {
      "id": "GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResult",
      "properties": {
        "ruleConstraintResults": {
          "description": "The results for each applicable constraint rule.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult"
          },
          "type": "array"
        },
        "conversationA": {
          "type": "string",
          "description": "The first conversation resource name."
        },
        "conversationB": {
          "description": "The second conversation resource name.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "The result of testing a constraint expression on a pair of conversations."
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaQuestionMetrics": {
      "type": "object",
      "properties": {
        "accuracy": {
          "description": "Output only. Accuracy of the model. Measures the percentage of correct answers the model gave on the test set.",
          "type": "number",
          "format": "double",
          "readOnly": true
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionMetrics",
      "description": "A wrapper representing metrics calculated against a test-set on a LLM that was fine tuned for this question."
    },
    "GoogleCloudContactcenterinsightsV1alpha1CorrelationTypeConfig": {
      "properties": {
        "correlationRules": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1CorrelationRule"
          },
          "description": "A list of correlation rules to be evaluated for correlation.",
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1CorrelationTypeConfig",
      "type": "object",
      "description": "A list of correlation rules for a given correlation type."
    },
    "GoogleCloudContactcenterinsightsV1mainImportIssueModelMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainImportIssueModelMetadata",
      "type": "object",
      "properties": {
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainImportIssueModelRequest",
          "description": "The original import request."
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "The time the operation was created."
        },
        "endTime": {
          "type": "string",
          "description": "The time the operation finished running.",
          "format": "google-datetime"
        }
      },
      "description": "Metadata used for import issue model."
    },
    "GoogleCloudContactcenterinsightsV1mainDeployIssueModelRequest": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The issue model to deploy."
        }
      },
      "description": "The request to deploy an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1mainDeployIssueModelRequest",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainIngestConversationsResponse": {
      "description": "The response to an IngestConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1mainIngestConversationsResponse",
      "properties": {},
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainIssueModel": {
      "description": "The issue model resource.",
      "id": "GoogleCloudContactcenterinsightsV1mainIssueModel",
      "properties": {
        "issueCount": {
          "readOnly": true,
          "description": "Output only. Number of issues in this issue model.",
          "type": "string",
          "format": "int64"
        },
        "inputDataConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainIssueModelInputDataConfig",
          "description": "Configs for the input data that used to create the issue model."
        },
        "state": {
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "UNDEPLOYED",
            "DEPLOYING",
            "DEPLOYED",
            "UNDEPLOYING",
            "DELETING"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Unspecified.",
            "Model is not deployed but is ready to deploy.",
            "Model is being deployed.",
            "Model is deployed and is ready to be used. A model can only be used in analysis if it's in this state.",
            "Model is being undeployed.",
            "Model is being deleted."
          ],
          "description": "Output only. State of the model."
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time at which this issue model was created."
        },
        "updateTime": {
          "description": "Output only. The most recent time at which the issue model was updated.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "modelType": {
          "enum": [
            "MODEL_TYPE_UNSPECIFIED",
            "TYPE_V1",
            "TYPE_V2"
          ],
          "enumDescriptions": [
            "Unspecified model type.",
            "Type V1.",
            "Type V2."
          ],
          "description": "Type of the model.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}"
        },
        "displayName": {
          "type": "string",
          "description": "The representative name for the issue model."
        },
        "trainingStats": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainIssueModelLabelStats",
          "description": "Output only. Immutable. The issue model's label statistics on its training data.",
          "readOnly": true
        },
        "languageCode": {
          "type": "string",
          "description": "Language of the model."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponse": {
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponse",
      "properties": {
        "chartSpec": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "The chart spec for the data. This will be specified in the vega-lite or vega format.",
          "type": "object"
        },
        "textOutput": {
          "type": "string",
          "description": "The text output from the LLM. Will be populated during the chart building phase. For a reloaded chart, this will NOT be populated. May contain THOUGHT or a FINAL response or some in-progress response.",
          "deprecated": true
        },
        "textMessage": {
          "description": "The text output from the LLM. Will be populated during the chart building phase. For a reloaded chart, this will NOT be populated. May contain THOUGHT or a FINAL response or some in-progress response.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponseTextOutput"
        },
        "generatedSqlQuery": {
          "type": "string",
          "description": "The generated SQL query from the LLM. Will be populated during the chart building phase. The generated SQL will be cached in the corresponding chart resource."
        }
      },
      "type": "object",
      "description": "Wrapper for storing the generative response for a chart."
    },
    "GoogleCloudContactcenterinsightsV1alpha1DialogflowSource": {
      "description": "A Dialogflow source of conversation data.",
      "properties": {
        "dialogflowConversation": {
          "readOnly": true,
          "description": "Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}",
          "type": "string"
        },
        "audioUri": {
          "type": "string",
          "description": "Cloud Storage URI that points to a file that contains the conversation audio."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1DialogflowSource",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1SpeechConfig": {
      "properties": {
        "speechRecognizer": {
          "type": "string",
          "description": "The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}`"
        },
        "disableWordTimeOffsets": {
          "type": "boolean",
          "description": "Whether to disable word time offsets. If true, the `enable_word_time_offsets` field in the recognition config will be set to false."
        }
      },
      "type": "object",
      "description": "Speech-to-Text configuration. Speech-to-Text settings are applied to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversation coming from CCAI Platform. They are not applied to conversations ingested from the `CreateConversation` endpoint.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1SpeechConfig"
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsResponse",
      "type": "object",
      "description": "Response for the BulkDeleteFeedbackLabels endpoint.",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsResponse",
      "description": "The response for a bulk analyze conversations operation.",
      "type": "object",
      "properties": {
        "failedAnalysisCount": {
          "description": "Count of failed analyses.",
          "format": "int32",
          "type": "integer"
        },
        "successfulAnalysisCount": {
          "description": "Count of successful analyses.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest": {
      "description": "Request for the BulkDeleteFeedbackLabels endpoint.",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource for new feedback labels."
        },
        "filter": {
          "description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainFaqAnswerData": {
      "description": "Agent Assist frequently-asked-question answer data.",
      "id": "GoogleCloudContactcenterinsightsV1mainFaqAnswerData",
      "type": "object",
      "properties": {
        "confidenceScore": {
          "description": "The system's confidence score that this answer is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "format": "float",
          "type": "number"
        },
        "metadata": {
          "description": "Map that contains metadata about the FAQ answer and the document that it originates from.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "queryRecord": {
          "type": "string",
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}"
        },
        "answer": {
          "description": "The piece of text from the `source` knowledge base document.",
          "type": "string"
        },
        "question": {
          "description": "The corresponding FAQ question.",
          "type": "string"
        },
        "source": {
          "type": "string",
          "description": "The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainSmartComposeSuggestionData": {
      "id": "GoogleCloudContactcenterinsightsV1mainSmartComposeSuggestionData",
      "description": "Agent Assist Smart Compose suggestion data.",
      "properties": {
        "metadata": {
          "description": "Map that contains metadata about the Smart Compose suggestion and the document from which it originates.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "suggestion": {
          "description": "The content of the suggestion.",
          "type": "string"
        },
        "confidenceScore": {
          "type": "number",
          "format": "double",
          "description": "The system's confidence score that this suggestion is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain)."
        },
        "queryRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigRequest": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigRequest",
      "type": "object",
      "description": "The request to test correlation config.",
      "properties": {
        "conversations": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigRequestConversations",
          "description": "Optional. A list of conversations to test against."
        },
        "maxSampleCount": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. The maximum number of conversations to sample when using the `filter`. If not set, defaults to 1000. Values greater than 1000 are coerced to 1000. This field is ignored if `conversations` is provided."
        },
        "filter": {
          "description": "Optional. Filter to select conversations to test correlation against. Conversations matching this filter will be sampled based on start time. The most recent `max_sample_count` conversations will be selected. If no conversations match the filter, the request will fail with an `INVALID_ARGUMENT` error.",
          "type": "string"
        },
        "correlationConfig": {
          "description": "Required. The correlation config to test.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1CorrelationConfig"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListAssessmentsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListAssessmentsResponse",
      "type": "object",
      "description": "The response of listing assessments.",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "assessments": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
          },
          "description": "The assessments that match the request.",
          "type": "array"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessage": {
      "type": "object",
      "description": "A message from the system in response to the user. This message can also be a message from the user as historical context for multiturn conversations with the system.",
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessage",
      "properties": {
        "chartSpec": {
          "type": "object",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          },
          "description": "Chart spec from LLM"
        },
        "generatedSqlQuery": {
          "type": "string",
          "description": "Raw SQL from LLM, before templatization"
        },
        "userProvidedSqlQuery": {
          "type": "string",
          "description": "Optional. User provided SQL query"
        },
        "userProvidedChartSpec": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "Optional. User provided chart spec",
          "type": "object"
        },
        "textMessage": {
          "$ref": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput",
          "description": "A direct natural language response to the user message."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1DeleteQaQuestionTagRequest": {
      "type": "object",
      "description": "The request for deleting a QaQuestionTag.",
      "id": "GoogleCloudContactcenterinsightsV1DeleteQaQuestionTagRequest",
      "properties": {
        "name": {
          "description": "Required. The name of the QaQuestionTag to delete.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainExportIssueModelMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainExportIssueModelMetadata",
      "type": "object",
      "description": "Metadata used for export issue model.",
      "properties": {
        "endTime": {
          "format": "google-datetime",
          "description": "The time the operation finished running.",
          "type": "string"
        },
        "createTime": {
          "format": "google-datetime",
          "description": "The time the operation was created.",
          "type": "string"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainExportIssueModelRequest",
          "description": "The original export request."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagRequest": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The name of the QaQuestionTag to delete."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagRequest",
      "description": "The request for deleting a QaQuestionTag."
    },
    "GoogleCloudContactcenterinsightsV1CesEndSessionAnnotation": {
      "id": "GoogleCloudContactcenterinsightsV1CesEndSessionAnnotation",
      "properties": {
        "endSession": {
          "$ref": "GoogleCloudCesV1mainEndSession",
          "description": "End session signal from CES."
        }
      },
      "type": "object",
      "description": "The CES end session annotation."
    },
    "GoogleCloudContactcenterinsightsV1mainHoldData": {
      "description": "The data for a hold annotation.",
      "properties": {},
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainHoldData"
    },
    "GoogleCloudContactcenterinsightsV1EncryptionSpec": {
      "description": "A customer-managed encryption key specification that can be applied to all created resources (e.g. `Conversation`).",
      "id": "GoogleCloudContactcenterinsightsV1EncryptionSpec",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Immutable. The resource name of the encryption key specification resource. Format: projects/{project}/locations/{location}/encryptionSpec"
        },
        "kmsKey": {
          "type": "string",
          "description": "Required. The name of customer-managed encryption key that is used to secure a resource and its sub-resources. If empty, the resource is secured by our default encryption key. Only the key in the same location as this resource is allowed to be used for encryption. Format: `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}`"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats": {
      "type": "object",
      "description": "Statistics for BulkDownloadFeedbackLabels operation.",
      "id": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats",
      "properties": {
        "processedObjectCount": {
          "description": "The number of objects processed during the download operation.",
          "format": "int32",
          "type": "integer"
        },
        "successfulDownloadCount": {
          "format": "int32",
          "description": "The number of new feedback labels downloaded during this operation. Different from \"processed\" because some labels might not be downloaded because an error.",
          "type": "integer"
        },
        "totalFilesWritten": {
          "type": "integer",
          "description": "Total number of files written to the provided Cloud Storage bucket.",
          "format": "int32"
        },
        "fileNames": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. Full name of the files written to Cloud storage.",
          "type": "array"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig": {
      "description": "Configuration for processing transcript objects.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig",
      "properties": {
        "medium": {
          "enum": [
            "MEDIUM_UNSPECIFIED",
            "PHONE_CALL",
            "CHAT"
          ],
          "type": "string",
          "description": "Required. The medium transcript objects represent.",
          "enumDescriptions": [
            "Default value for unspecified.",
            "The format for conversations that took place over the phone.",
            "The format for conversations that took place over chat."
          ]
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DialogflowIntent": {
      "description": "The data for a Dialogflow intent. Represents a detected intent in the conversation, e.g. MAKES_PROMISE.",
      "properties": {
        "displayName": {
          "description": "The human-readable name of the intent.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1DialogflowIntent",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartCitationPart": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartCitationPart",
      "description": "A citation part.",
      "type": "object",
      "properties": {
        "sourceTitle": {
          "type": "string",
          "description": "Optional. The cited source title."
        },
        "sourceUri": {
          "description": "Optional. The cited source URI.",
          "type": "string"
        },
        "snippet": {
          "description": "Optional. Snippet of the cited text.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1DeleteQaQuestionTagMetadata": {
      "properties": {
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation was created."
        },
        "request": {
          "description": "Output only. The original request.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1DeleteQaQuestionTagRequest"
        },
        "endTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation finished running."
        }
      },
      "description": "The metadata for deleting a QaQuestionTag Resource.",
      "id": "GoogleCloudContactcenterinsightsV1DeleteQaQuestionTagMetadata",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError": {
      "id": "GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError",
      "description": "An error that occurred during correlation for a specific conversation.",
      "properties": {
        "status": {
          "description": "The error status.",
          "$ref": "GoogleRpcStatus"
        },
        "conversation": {
          "description": "The conversation resource name that had an error during correlation.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1HoldData": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1HoldData",
      "type": "object",
      "properties": {},
      "description": "The data for a hold annotation."
    },
    "GoogleCloudContactcenterinsightsV1mainQaAnswer": {
      "id": "GoogleCloudContactcenterinsightsV1mainQaAnswer",
      "properties": {
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer."
        },
        "answerValue": {
          "description": "The answer value from this source. This field is populated by default, unless the question has a selection strategy configured to return multiple answer values, in which case `answer_values` will be populated instead.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerValue"
        },
        "conversation": {
          "description": "The conversation the answer applies to.",
          "type": "string"
        },
        "answerSources": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerSource"
          },
          "description": "Lists all answer sources containing one or more answer values of a specific source type, e.g., all system-generated answer sources, or all manual edit answer sources."
        },
        "questionBody": {
          "description": "Question text. E.g., \"Did the agent greet the customer?\"",
          "type": "string"
        },
        "qaQuestion": {
          "type": "string",
          "description": "The QaQuestion answered by this answer."
        }
      },
      "type": "object",
      "description": "An answer to a QaQuestion."
    },
    "GoogleCloudContactcenterinsightsV1mainIssueMatchData": {
      "description": "The data for an issue match annotation.",
      "id": "GoogleCloudContactcenterinsightsV1mainIssueMatchData",
      "type": "object",
      "properties": {
        "issueAssignment": {
          "description": "Information about the issue's assignment.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainIssueAssignment"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPoint": {
      "description": "A data point contains the metric values mapped to an interval.",
      "id": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPoint",
      "type": "object",
      "properties": {
        "conversationMeasure": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointConversationMeasure",
          "description": "The measure related to conversations."
        },
        "interval": {
          "$ref": "GoogleTypeInterval",
          "description": "The interval that this data point represents. * If this is the total data point, the interval is [starting create time, ending create time) from the request. * If this a data point from the time series, the interval is [time, time + time granularity from the request)."
        },
        "dialogflowInteractionMeasure": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure",
          "description": "The measure related to dialogflow interactions."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponseGenerativeResponse": {
      "properties": {
        "textOutput": {
          "description": "The text output from the LLM. Will be populated during the chart building phase. For a reloaded chart, this will NOT be populated. May contain THOUGHT or a FINAL response or some in-progress response.",
          "deprecated": true,
          "type": "string"
        },
        "textMessage": {
          "description": "The text output from the LLM. Will be populated during the chart building phase. For a reloaded chart, this will NOT be populated. May contain THOUGHT or a FINAL response or some in-progress response.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponseGenerativeResponseTextOutput"
        },
        "chartSpec": {
          "type": "object",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          },
          "description": "The chart spec for the data. This will be specified in the vega-lite or vega format."
        },
        "generatedSqlQuery": {
          "description": "The generated SQL query from the LLM. Will be populated during the chart building phase. The generated SQL will be cached in the corresponding chart resource.",
          "type": "string"
        }
      },
      "description": "Wrapper for storing the generative response for a chart.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponseGenerativeResponse"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartSuggestionChipsPart": {
      "properties": {
        "chips": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartChip"
          },
          "description": "Optional. List of suggestion chips.",
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartSuggestionChipsPart",
      "description": "A suggestion chips part.",
      "type": "object"
    },
    "GoogleCloudCesV1mainMessage": {
      "type": "object",
      "description": "A message within a conversation.",
      "id": "GoogleCloudCesV1mainMessage",
      "properties": {
        "role": {
          "description": "Optional. The role within the conversation, e.g., user, agent.",
          "type": "string"
        },
        "eventTime": {
          "description": "Optional. Timestamp when the message was sent or received. Should not be used if the message is part of an example.",
          "format": "google-datetime",
          "type": "string"
        },
        "chunks": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudCesV1mainChunk"
          },
          "description": "Optional. Content of the message as a series of chunks."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartCheckpoint": {
      "properties": {
        "sessionId": {
          "type": "string",
          "description": "The session id of the chart."
        },
        "revisionId": {
          "description": "The revision id of the chart.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartCheckpoint",
      "description": "The current chart checkpoint state."
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsRequestGcsDestination": {
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsRequestGcsDestination",
      "description": "Google Cloud Storage Object details to write the feedback labels to.",
      "properties": {
        "objectUri": {
          "type": "string",
          "description": "Required. The Google Cloud Storage URI to write the feedback labels to. The file name will be used as a prefix for the files written to the bucket if the output needs to be split across multiple files, otherwise it will be used as is. The file extension will be appended to the file name based on the format selected. E.g. `gs://bucket_name/object_uri_prefix`"
        },
        "format": {
          "type": "string",
          "description": "Required. File format in which the labels will be exported.",
          "enumDescriptions": [
            "Unspecified format.",
            "CSV format. 1,000 labels are stored per CSV file by default.",
            "JSON format. 1 label stored per JSON file by default."
          ],
          "enum": [
            "FORMAT_UNSPECIFIED",
            "CSV",
            "JSON"
          ]
        },
        "recordsPerFileCount": {
          "type": "string",
          "format": "int64",
          "description": "Optional. The number of records per file. Applicable for either format."
        },
        "addWhitespace": {
          "description": "Optional. Add whitespace to the JSON file. Makes easier to read, but increases file size. Only applicable for JSON format.",
          "type": "boolean"
        },
        "alwaysPrintEmptyFields": {
          "type": "boolean",
          "description": "Optional. Always print fields with no presence. This is useful for printing fields that are not set, like implicit 0 value or empty lists/maps. Only applicable for JSON format."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainExportIssueModelResponse": {
      "type": "object",
      "description": "Response from export issue model",
      "id": "GoogleCloudContactcenterinsightsV1mainExportIssueModelResponse",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1alpha1Dimension": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1Dimension",
      "properties": {
        "qaQuestionAnswerDimensionMetadata": {
          "readOnly": true,
          "description": "Output only. Metadata about the QA question-answer dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata"
        },
        "issueDimensionMetadata": {
          "readOnly": true,
          "description": "Output only. Metadata about the issue dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata"
        },
        "conversationProfileDimensionMetadata": {
          "description": "Output only. Metadata about the conversation profile dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata",
          "readOnly": true
        },
        "clientSentimentCategoryDimensionMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata",
          "readOnly": true,
          "description": "Output only. Metadata about the client sentiment category dimension."
        },
        "mediumDimensionMetadata": {
          "readOnly": true,
          "description": "Output only. Metadata about the conversation medium dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata"
        },
        "qaScorecardDimensionMetadata": {
          "description": "Output only. Metadata about the QA scorecard dimension.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata"
        },
        "dimensionKey": {
          "enum": [
            "DIMENSION_KEY_UNSPECIFIED",
            "ISSUE",
            "ISSUE_NAME",
            "AGENT",
            "AGENT_TEAM",
            "QA_QUESTION_ID",
            "QA_QUESTION_ANSWER_VALUE",
            "QA_SCORECARD_ID",
            "CONVERSATION_PROFILE_ID",
            "MEDIUM",
            "CONVERSATIONAL_AGENTS_PLAYBOOK_ID",
            "CONVERSATIONAL_AGENTS_PLAYBOOK_NAME",
            "CONVERSATIONAL_AGENTS_TOOL_ID",
            "CONVERSATIONAL_AGENTS_TOOL_NAME",
            "CLIENT_SENTIMENT_CATEGORY",
            "AGENT_VERSION_ID",
            "AGENT_DEPLOYMENT_ID",
            "AGENT_ASSIST_SUPERVISOR_ID",
            "LABEL_KEY",
            "LABEL_VALUE",
            "LABEL_KEY_AND_VALUE",
            "LAST_TRANSFER_SUB_AGENT_NAME"
          ],
          "enumDescriptions": [
            "The key of the dimension is unspecified.",
            "The dimension is keyed by issues.",
            "The dimension is keyed by issue names.",
            "The dimension is keyed by agents.",
            "The dimension is keyed by agent teams.",
            "The dimension is keyed by QaQuestionIds. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing stats for the same question across different scorecard revisions.",
            "The dimension is keyed by QaQuestionIds-Answer value pairs. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing distribution of answers per question across different scorecard revisions.",
            "The dimension is keyed by QaScorecardIds. Note that: We only group by the ScorecardId and not the revision-id of the scorecard. This allows for showing stats for the same scorecard across different revisions. This metric is mostly only useful if querying the average normalized score per scorecard.",
            "The dimension is keyed by the conversation profile ID.",
            "The dimension is keyed by the conversation medium.",
            "The dimension is keyed by the Conversational Agents playbook ID.",
            "The dimension is keyed by the Conversational Agents playbook display name.",
            "The dimension is keyed by the Conversational Agents tool ID.",
            "The dimension is keyed by the Conversational Agents tool display name.",
            "The dimension is keyed by the client sentiment category.",
            "The dimension is keyed by the agent version ID.",
            "The dimension is keyed by the agent deployment ID.",
            "The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents.",
            "The dimension is keyed by label keys.",
            "The dimension is keyed by label values.",
            "The dimension is keyed by label key-value pairs.",
            "The dimension is keyed by the last transfer sub agent name."
          ],
          "description": "The key of the dimension.",
          "type": "string"
        },
        "conversationalAgentsToolDimensionMetadata": {
          "description": "Output only. Metadata about the Conversational Agents tool dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata",
          "readOnly": true
        },
        "conversationalAgentsPlaybookDimensionMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata",
          "description": "Output only. Metadata about the Conversational Agents playbook dimension.",
          "readOnly": true
        },
        "qaQuestionDimensionMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata",
          "readOnly": true,
          "description": "Output only. Metadata about the QA question dimension."
        },
        "agentDimensionMetadata": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata",
          "description": "Output only. Metadata about the agent dimension."
        },
        "labelDimensionMetadata": {
          "description": "Output only. Metadata about conversation labels.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata",
          "readOnly": true
        }
      },
      "description": "A dimension determines the grouping key for the query. In SQL terms, these would be part of both the \"SELECT\" and \"GROUP BY\" clauses.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscript": {
      "properties": {
        "messages": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessage"
          },
          "description": "Ordered list of messages, including user inputs and system responses.",
          "type": "array"
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Output only. The create time of the conversation.",
          "readOnly": true,
          "type": "string"
        },
        "updateTime": {
          "description": "Output only. The update time of the conversation.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "conversationId": {
          "description": "The conversation id of the chart.",
          "type": "string"
        }
      },
      "description": "The conversation transcript for the chart.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscript"
    },
    "GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue": {
      "description": "Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question.",
      "properties": {
        "strValue": {
          "description": "String value.",
          "type": "string"
        },
        "score": {
          "description": "Output only. Numerical score of the answer.",
          "type": "number",
          "readOnly": true,
          "format": "double"
        },
        "potentialScore": {
          "type": "number",
          "readOnly": true,
          "format": "double",
          "description": "Output only. The maximum potential score of the question."
        },
        "naValue": {
          "description": "A value of \"Not Applicable (N/A)\". Should only ever be `true`.",
          "type": "boolean"
        },
        "numValue": {
          "description": "Numerical value.",
          "type": "number",
          "format": "double"
        },
        "key": {
          "description": "A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.",
          "type": "string"
        },
        "boolValue": {
          "description": "Boolean value.",
          "type": "boolean"
        },
        "skipValue": {
          "description": "Output only. A value of \"Skip\". If provided, this field may only be set to `true`. If a question receives this answer, it will be excluded from any score calculations. This would mean that the question was not evaluated.",
          "readOnly": true,
          "type": "boolean"
        },
        "normalizedScore": {
          "type": "number",
          "readOnly": true,
          "description": "Output only. Normalized score of the questions. Calculated as score / potential_score.",
          "format": "double"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence": {
      "type": "object",
      "description": "Conversation-level silence data.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence",
      "properties": {
        "silenceDuration": {
          "description": "Amount of time calculated to be in silence.",
          "format": "google-duration",
          "type": "string"
        },
        "silencePercentage": {
          "description": "Percentage of the total conversation spent in silence.",
          "format": "float",
          "type": "number"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecMetadata",
      "description": "Metadata for initializing a location-level encryption specification.",
      "properties": {
        "partialErrors": {
          "type": "array",
          "description": "Partial errors during initializing operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        },
        "request": {
          "description": "Output only. The original request for initialization.",
          "$ref": "GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest",
          "readOnly": true
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the operation was created."
        },
        "endTime": {
          "type": "string",
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListAssessmentRulesResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListAssessmentRulesResponse",
      "type": "object",
      "description": "The response of listing assessment rules.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "assessmentRules": {
          "type": "array",
          "description": "The assessment rules that match the request.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssessmentRule"
          }
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainInitializeEncryptionSpecResponse": {
      "description": "The response to initialize a location-level encryption specification.",
      "properties": {},
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainInitializeEncryptionSpecResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1CorrelationRule": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1CorrelationRule",
      "properties": {
        "ruleId": {
          "description": "Required. The unique identifier of the rule.",
          "type": "string"
        },
        "joinKeyExpression": {
          "description": "Optional. A cel expression (go/cel) to be evaluated as a string value. This string value will be used as the join key for the correlation.",
          "type": "string"
        },
        "active": {
          "description": "Optional. Whether the config is active to be evaluated.",
          "type": "boolean"
        },
        "constraintExpression": {
          "description": "Optional. A cel expression (go/cel) to be evaluated as a boolean value. Two variables conversation_a and conversation_b will be available for evaluation. This expression should evaluate to true if conversation_a and conversation_b should be joined. This is used as an extra constraint on top of the join_key_expression to further refine the group of conversations that are joined together and will be evaluated in both directions. for two conversations c1 and c2 and the result will be OR'd. We will evaluate: f(c1, c2) OR f(c2, c1)",
          "type": "string"
        }
      },
      "description": "A correlation rule that defines how to join conversations for a given correlation type.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartTextPart": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartTextPart",
      "description": "A text part.",
      "type": "object",
      "properties": {
        "text": {
          "description": "Optional. The text content.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats": {
      "properties": {
        "successfulIngestCount": {
          "description": "Output only. The number of new conversations added during this ingest operation.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "processedObjectCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The number of objects processed during the ingest operation.",
          "format": "int32"
        },
        "failedIngestCount": {
          "format": "int32",
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field."
        },
        "duplicatesSkippedCount": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested."
        }
      },
      "type": "object",
      "description": "Statistics for IngestConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats"
    },
    "GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource": {
      "id": "GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource",
      "type": "object",
      "properties": {
        "sourceType": {
          "type": "string",
          "description": "What created the answer.",
          "enum": [
            "SOURCE_TYPE_UNSPECIFIED",
            "SYSTEM_GENERATED",
            "MANUAL_EDIT"
          ],
          "enumDescriptions": [
            "Source type is unspecified.",
            "Answer was system-generated; created during an Insights analysis.",
            "Answer was created by a human via manual edit."
          ]
        },
        "answerValue": {
          "description": "The answer value from this source. This field is populated by default, unless the question has a selection strategy configured to return multiple answer values, in which case `answer_values` will be populated instead.",
          "$ref": "GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue"
        }
      },
      "description": "A question may have multiple answers from varying sources, one of which becomes the \"main\" answer above. AnswerSource represents each individual answer."
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartListItem": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartListItem",
      "properties": {
        "text": {
          "type": "string",
          "description": "Optional. The text of the list item."
        },
        "subItems": {
          "description": "Optional. Nested sub-items.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartListItem"
          },
          "type": "array"
        }
      },
      "description": "An item in a list."
    },
    "GoogleCloudContactcenterinsightsV1mainDialogflowIntent": {
      "description": "The data for a Dialogflow intent. Represents a detected intent in the conversation, e.g. MAKES_PROMISE.",
      "id": "GoogleCloudContactcenterinsightsV1mainDialogflowIntent",
      "type": "object",
      "properties": {
        "displayName": {
          "description": "The human-readable name of the intent.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsResponse",
      "type": "object",
      "description": "Response for the BulkDeleteFeedbackLabels endpoint.",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartMediaPart": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartMediaPart",
      "properties": {
        "uri": {
          "description": "Optional. URI or URL to the media.",
          "type": "string"
        },
        "alternativeText": {
          "description": "Optional. Alternative text description.",
          "type": "string"
        }
      },
      "description": "A media part.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata",
      "description": "Metadata about the agent dimension.",
      "type": "object",
      "properties": {
        "agentDeploymentDisplayName": {
          "description": "Optional. The agent's deployment display name. Only applicable to automated agents. This will be populated for AGENT_DEPLOYMENT_ID dimensions.",
          "type": "string"
        },
        "agentVersionDisplayName": {
          "description": "Optional. The agent's version display name. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.",
          "type": "string"
        },
        "agentDeploymentId": {
          "type": "string",
          "description": "Optional. The agent's deployment ID. Only applicable to automated agents. This will be populated for AGENT and AGENT_DEPLOYMENT_ID dimensions."
        },
        "agentDisplayName": {
          "type": "string",
          "description": "Optional. The agent's name This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions."
        },
        "agentId": {
          "description": "Optional. A user-specified string representing the agent. This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.",
          "type": "string"
        },
        "agentVersionId": {
          "description": "Optional. The agent's version ID. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.",
          "type": "string"
        },
        "agentTeam": {
          "description": "Optional. A user-specified string representing the agent's team.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag": {
      "description": "A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., \"Customer Satisfaction\",\"Billing\", etc.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. Resource name for the QaQuestionTag Format projects/{project}/locations/{location}/qaQuestionTags/{qa_question_tag} In the above format, the last segment, i.e., qa_question_tag, is a server-generated ID corresponding to the tag resource."
        },
        "displayName": {
          "description": "Required. A user-specified display name for the tag.",
          "type": "string"
        },
        "qaQuestionIds": {
          "type": "array",
          "description": "Optional. The list of Scorecard Question IDs that the tag applies to. Each QaQuestionId is represented as a full resource name containing the Question ID. Lastly, Since a tag may not necessarily be referenced by any Scorecard Questions, we treat this field as optional.",
          "items": {
            "type": "string"
          }
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The time at which the question tag was created."
        },
        "updateTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The most recent time at which the question tag was updated.",
          "format": "google-datetime"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequestSheetsDestination": {
      "type": "object",
      "properties": {
        "sheetTitle": {
          "type": "string",
          "description": "Optional. The title of the new sheet to write the feedback labels to."
        },
        "spreadsheetUri": {
          "type": "string",
          "description": "Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA. The spreadsheet ID written to will be returned as `file_names` in the BulkDownloadFeedbackLabelsMetadata."
        }
      },
      "description": "Google Sheets document details to write the feedback labels to.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequestSheetsDestination"
    },
    "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata": {
      "description": "Metadata for undeploying an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata",
      "properties": {
        "request": {
          "description": "The original request for undeployment.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelRequest"
        },
        "endTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation finished running."
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1AnnotatorSelector": {
      "type": "object",
      "description": "Selector of all available annotators and phrase matchers to run.",
      "properties": {
        "runInterruptionAnnotator": {
          "type": "boolean",
          "description": "Whether to run the interruption annotator."
        },
        "runSentimentAnnotator": {
          "type": "boolean",
          "description": "Whether to run the sentiment annotator."
        },
        "qaConfig": {
          "description": "Configuration for the QA annotator.",
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig"
        },
        "summarizationConfig": {
          "description": "Configuration for the summarization annotator.",
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig"
        },
        "runEntityAnnotator": {
          "type": "boolean",
          "description": "Whether to run the entity annotator."
        },
        "runSilenceAnnotator": {
          "type": "boolean",
          "description": "Whether to run the silence annotator."
        },
        "runSummarizationAnnotator": {
          "type": "boolean",
          "description": "Whether to run the summarization annotator."
        },
        "runIntentAnnotator": {
          "type": "boolean",
          "description": "Whether to run the intent annotator."
        },
        "phraseMatchers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}"
        },
        "runAutoLabelingAnnotator": {
          "description": "Optional. Whether to run the auto-labeling annotator. If true, the auto-labeling annotator will be run. This is a non-billable operation designed for fixing or backfilling custom labels.",
          "type": "boolean"
        },
        "runPhraseMatcherAnnotator": {
          "type": "boolean",
          "description": "Whether to run the active phrase matcher annotator(s)."
        },
        "runQaAnnotator": {
          "type": "boolean",
          "description": "Whether to run the QA annotator."
        },
        "runIssueModelAnnotator": {
          "type": "boolean",
          "description": "Whether to run the issue model annotator. A model should have already been deployed for this to take effect."
        },
        "issueModels": {
          "type": "array",
          "description": "The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1AnnotatorSelector"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartSuggestionChipsPart": {
      "description": "A suggestion chips part.",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartSuggestionChipsPart",
      "properties": {
        "chips": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartChip"
          },
          "description": "Optional. List of suggestion chips.",
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata",
      "description": "Metadata about the issue dimension.",
      "properties": {
        "issueModelId": {
          "type": "string",
          "description": "The parent issue model ID."
        },
        "issueDisplayName": {
          "description": "The issue display name.",
          "type": "string"
        },
        "issueId": {
          "description": "The issue ID.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1ImportIssueModelMetadata": {
      "type": "object",
      "description": "Metadata used for import issue model.",
      "id": "GoogleCloudContactcenterinsightsV1ImportIssueModelMetadata",
      "properties": {
        "request": {
          "description": "The original import request.",
          "$ref": "GoogleCloudContactcenterinsightsV1ImportIssueModelRequest"
        },
        "createTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time the operation was created."
        },
        "endTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "The time the operation finished running."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1DeployIssueModelRequest": {
      "properties": {
        "name": {
          "description": "Required. The issue model to deploy.",
          "type": "string"
        }
      },
      "description": "The request to deploy an issue model.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1DeployIssueModelRequest"
    },
    "GoogleCloudContactcenterinsightsV1mainSpeechConfig": {
      "properties": {
        "speechRecognizer": {
          "description": "The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}`",
          "type": "string"
        },
        "disableWordTimeOffsets": {
          "type": "boolean",
          "description": "Whether to disable word time offsets. If true, the `enable_word_time_offsets` field in the recognition config will be set to false."
        }
      },
      "type": "object",
      "description": "Speech-to-Text configuration. Speech-to-Text settings are applied to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversation coming from CCAI Platform. They are not applied to conversations ingested from the `CreateConversation` endpoint.",
      "id": "GoogleCloudContactcenterinsightsV1mainSpeechConfig"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartSuggestionChipsPart": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartSuggestionChipsPart",
      "type": "object",
      "description": "A suggestion chips part.",
      "properties": {
        "chips": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartChip"
          },
          "description": "Optional. List of suggestion chips."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainListFeedbackLabelsResponse": {
      "properties": {
        "nextPageToken": {
          "description": "The next page token.",
          "type": "string"
        },
        "feedbackLabels": {
          "type": "array",
          "description": "The feedback labels that match the request.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainFeedbackLabel"
          }
        }
      },
      "description": "The response for listing feedback labels.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainListFeedbackLabelsResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1IntentMatchData": {
      "properties": {
        "intentUniqueId": {
          "description": "The id of the matched intent. Can be used to retrieve the corresponding intent information.",
          "type": "string"
        }
      },
      "description": "The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1IntentMatchData"
    },
    "GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelRequest": {
      "properties": {
        "issueModel": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModel",
          "description": "Required. The issue model to create."
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource of the issue model."
        }
      },
      "description": "The request to create an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelRequest",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestGcsSource": {
      "description": "Configuration for Cloud Storage bucket sources.",
      "type": "object",
      "properties": {
        "customMetadataKeys": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 100 labels per conversation.",
          "type": "array"
        },
        "transcriptBucketUri": {
          "type": "string",
          "description": "Optional. The Cloud Storage path to the conversation transcripts. Note that: [1] Transcript files are expected to be in JSON format. [2] Transcript, audio, metadata files must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`."
        },
        "audioBucketUri": {
          "type": "string",
          "description": "Optional. The Cloud Storage path to the conversation audio file. Note that: [1] Audio files will be transcribed if not already. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. `gs://bucket/transcript/conversation1.json` and `gs://bucket/audio/conversation1.mp3`."
        },
        "bucketObjectType": {
          "enum": [
            "BUCKET_OBJECT_TYPE_UNSPECIFIED",
            "TRANSCRIPT",
            "AUDIO"
          ],
          "description": "Optional. Specifies the type of the objects in `bucket_uri`. Avoid passing this. This is inferred from the `transcript_bucket_uri`, `audio_bucket_uri`.",
          "type": "string",
          "enumDescriptions": [
            "The object type is unspecified and will default to `TRANSCRIPT`.",
            "The object is a transcript.",
            "The object is an audio file."
          ]
        },
        "bucketUri": {
          "description": "Optional. The Cloud Storage bucket containing source objects. Avoid passing this. Pass this through one of `transcript_bucket_uri` or `audio_bucket_uri`.",
          "type": "string"
        },
        "metadataBucketUri": {
          "description": "Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestGcsSource"
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequestSheetsSource": {
      "properties": {
        "spreadsheetUri": {
          "type": "string",
          "description": "Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA."
        }
      },
      "description": "Google Sheets document details to get the feedback label file from.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequestSheetsSource",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainInterruptionData": {
      "description": "The data for an interruption annotation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainInterruptionData",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListQaScorecardRevisionsResponse": {
      "properties": {
        "qaScorecardRevisions": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardRevision"
          },
          "type": "array",
          "description": "The QaScorecards under the parent."
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListQaScorecardRevisionsResponse",
      "type": "object",
      "description": "The response from a ListQaScorecardRevisions request."
    },
    "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponse": {
      "description": "The response for calculating conversation statistics.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponse",
      "type": "object",
      "properties": {
        "averageTurnCount": {
          "type": "integer",
          "format": "int32",
          "description": "The average number of turns per conversation."
        },
        "conversationCountTimeSeries": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponseTimeSeries",
          "description": "A time series representing the count of conversations created over time that match that requested filter criteria."
        },
        "issueMatches": {
          "description": "A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects//locations//issueModels//issues/` Deprecated, use `issue_matches_stats` field instead.",
          "additionalProperties": {
            "format": "int32",
            "type": "integer"
          },
          "deprecated": true,
          "type": "object"
        },
        "averageDuration": {
          "description": "The average duration of all conversations. The average is calculated using only conversations that have a time duration.",
          "format": "google-duration",
          "type": "string"
        },
        "conversationCount": {
          "description": "The total number of conversations.",
          "type": "integer",
          "format": "int32"
        },
        "issueMatchesStats": {
          "description": "A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects//locations//issueModels//issues/`",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats"
          },
          "type": "object"
        },
        "customHighlighterMatches": {
          "additionalProperties": {
            "type": "integer",
            "format": "int32"
          },
          "type": "object",
          "description": "A map associating each custom highlighter resource name with its respective number of matches in the set of conversations."
        },
        "smartHighlighterMatches": {
          "description": "A map associating each smart highlighter display name with its respective number of matches in the set of conversations.",
          "additionalProperties": {
            "type": "integer",
            "format": "int32"
          },
          "type": "object"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest",
      "type": "object",
      "properties": {
        "transcriptObjectConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig",
          "description": "Configuration for when `source` contains conversation transcripts."
        },
        "parent": {
          "description": "Required. The parent resource for new conversations.",
          "type": "string"
        },
        "sampleSize": {
          "format": "int32",
          "description": "Optional. If set, this fields indicates the number of objects to ingest from the Cloud Storage bucket. If empty, the entire bucket will be ingested. Unless they are first deleted, conversations produced through sampling won't be ingested by subsequent ingest requests.",
          "type": "integer"
        },
        "speechConfig": {
          "description": "Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SpeechConfig"
        },
        "redactionConfig": {
          "description": "Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig"
        },
        "gcsSource": {
          "description": "A cloud storage bucket source. Note that any previously ingested objects from the source will be skipped to avoid duplication.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource"
        },
        "conversationConfig": {
          "description": "Configuration that applies to all conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig"
        }
      },
      "description": "The request to ingest conversations."
    },
    "GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig": {
      "id": "GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig",
      "description": "Configuration for processing transcript objects.",
      "type": "object",
      "properties": {
        "medium": {
          "enum": [
            "MEDIUM_UNSPECIFIED",
            "PHONE_CALL",
            "CHAT"
          ],
          "enumDescriptions": [
            "Default value for unspecified.",
            "The format for conversations that took place over the phone.",
            "The format for conversations that took place over chat."
          ],
          "description": "Required. The medium transcript objects represent.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult": {
      "type": "object",
      "properties": {
        "ruleId": {
          "description": "The rule ID.",
          "type": "string"
        },
        "constraintMet": {
          "description": "Whether the constraint expression evaluated to true for (A, B) or (B, A).",
          "type": "boolean"
        },
        "error": {
          "description": "The error status if the constraint expression failed to evaluate.",
          "$ref": "GoogleRpcStatus"
        }
      },
      "description": "The result of a single constraint rule on the pair of conversations.",
      "id": "GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult"
    },
    "GoogleCloudContactcenterinsightsV1FeedbackLabel": {
      "type": "object",
      "description": "Represents a conversation, resource, and label provided by the user. Can take the form of a string label or a QaAnswer label. QaAnswer labels are used for Quality AI example conversations. String labels are used for Topic Modeling. AgentAssistSummary labels are used for Agent Assist Summarization.",
      "id": "GoogleCloudContactcenterinsightsV1FeedbackLabel",
      "properties": {
        "name": {
          "type": "string",
          "description": "Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}"
        },
        "qaAnswerLabel": {
          "description": "QaAnswer label used for Quality AI example conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue"
        },
        "labeledResource": {
          "type": "string",
          "description": "Name of the resource to be labeled. Supported resources are: * `projects/{project}/locations/{location}/qaScorecards/{scorecard}/revisions/{revision}/qaQuestions/{question}` * `projects/{project}/locations/{location}/issueModels/{issue_model}` * `projects/{project}/locations/{location}/generators/{generator_id}`"
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. Create time of the label."
        },
        "updateTime": {
          "format": "google-datetime",
          "description": "Output only. Update time of the label.",
          "readOnly": true,
          "type": "string"
        },
        "label": {
          "type": "string",
          "description": "String label used for Topic Modeling."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartLinkPart": {
      "properties": {
        "uri": {
          "type": "string",
          "description": "Optional. Target URI."
        },
        "text": {
          "description": "Optional. Anchor or display text.",
          "type": "string"
        }
      },
      "description": "A link part.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartLinkPart"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegment": {
      "type": "object",
      "properties": {
        "messageTime": {
          "format": "google-datetime",
          "description": "The time that the message occurred, if provided.",
          "type": "string"
        },
        "dialogflowSegmentMetadata": {
          "description": "CCAI metadata relating to the current transcript segment.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata"
        },
        "text": {
          "description": "The text of this segment.",
          "type": "string"
        },
        "turnLevelAudio": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio",
          "description": "Turn level audio for this transcript segment."
        },
        "sentiment": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainSentimentData",
          "description": "The sentiment for this transcript segment."
        },
        "parts": {
          "type": "array",
          "description": "Optional. The structured parts that make up this transcript segment.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPart"
          }
        },
        "languageCode": {
          "description": "The language code of this segment as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: \"en-US\".",
          "type": "string"
        },
        "segmentParticipant": {
          "description": "The participant of this segment.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationParticipant"
        },
        "confidence": {
          "format": "float",
          "type": "number",
          "description": "A confidence estimate between 0.0 and 1.0 of the fidelity of this segment. A default value of 0.0 indicates that the value is unset."
        },
        "channelTag": {
          "description": "For conversations derived from multi-channel audio, this is the channel number corresponding to the audio from that channel. For audioChannelCount = N, its output values can range from '1' to 'N'. A channel tag of 0 indicates that the audio is mono.",
          "format": "int32",
          "type": "integer"
        },
        "words": {
          "description": "A list of the word-specific information for each word in the segment.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentWordInfo"
          }
        }
      },
      "description": "A segment of a full transcript.",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegment"
    },
    "GoogleCloudContactcenterinsightsV1alpha1Widget": {
      "properties": {
        "container": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1Container",
          "description": "A container widget."
        },
        "chartReference": {
          "type": "string",
          "description": "A reference to a chart widget. Format: projects/{project}/locations/{location}/dashboards/{dashboard}/charts/{chart}"
        },
        "filter": {
          "type": "string",
          "description": "Filter applied to all charts in the container. Should support scope later."
        },
        "chart": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1Chart",
          "description": "A chart widget."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1Widget",
      "description": "Represents a dashboard element, could be a nested Container or Chart.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListNotesResponse": {
      "type": "object",
      "properties": {
        "notes": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Note"
          },
          "description": "The notes that match the request.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListNotesResponse",
      "description": "The response of listing notes."
    },
    "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError": {
      "properties": {
        "conversation": {
          "type": "string",
          "description": "The conversation resource name that had an error during correlation."
        },
        "status": {
          "description": "The error status.",
          "$ref": "GoogleRpcStatus"
        }
      },
      "description": "An error that occurred during correlation for a specific conversation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError"
    },
    "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector",
      "properties": {
        "runSilenceAnnotator": {
          "description": "Whether to run the silence annotator.",
          "type": "boolean"
        },
        "runPhraseMatcherAnnotator": {
          "type": "boolean",
          "description": "Whether to run the active phrase matcher annotator(s)."
        },
        "runInterruptionAnnotator": {
          "description": "Whether to run the interruption annotator.",
          "type": "boolean"
        },
        "summarizationConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig",
          "description": "Configuration for the summarization annotator."
        },
        "runSummarizationAnnotator": {
          "description": "Whether to run the summarization annotator.",
          "type": "boolean"
        },
        "runSentimentAnnotator": {
          "description": "Whether to run the sentiment annotator.",
          "type": "boolean"
        },
        "runEntityAnnotator": {
          "type": "boolean",
          "description": "Whether to run the entity annotator."
        },
        "qaConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig",
          "description": "Configuration for the QA annotator."
        },
        "runIssueModelAnnotator": {
          "description": "Whether to run the issue model annotator. A model should have already been deployed for this to take effect.",
          "type": "boolean"
        },
        "runIntentAnnotator": {
          "type": "boolean",
          "description": "Whether to run the intent annotator."
        },
        "runAutoLabelingAnnotator": {
          "description": "Optional. Whether to run the auto-labeling annotator. If true, the auto-labeling annotator will be run. This is a non-billable operation designed for fixing or backfilling custom labels.",
          "type": "boolean"
        },
        "issueModels": {
          "description": "The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "phraseMatchers": {
          "description": "The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "runQaAnnotator": {
          "description": "Whether to run the QA annotator.",
          "type": "boolean"
        }
      },
      "description": "Selector of all available annotators and phrase matchers to run."
    },
    "GoogleCloudContactcenterinsightsV1mainCreateIssueMetadata": {
      "properties": {
        "endTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the operation finished running."
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the operation was created."
        },
        "request": {
          "description": "The original request for creation.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainCreateIssueRequest"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainCreateIssueMetadata",
      "description": "Metadata for creating an issue."
    },
    "GoogleCloudContactcenterinsightsV1InterruptionData": {
      "id": "GoogleCloudContactcenterinsightsV1InterruptionData",
      "description": "The data for an interruption annotation.",
      "properties": {},
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainDeleteIssueModelRequest": {
      "id": "GoogleCloudContactcenterinsightsV1mainDeleteIssueModelRequest",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The name of the issue model to delete."
        }
      },
      "description": "The request to delete an issue model."
    },
    "GoogleCloudContactcenterinsightsV1DialogflowSource": {
      "properties": {
        "dialogflowConversation": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}"
        },
        "audioUri": {
          "description": "Cloud Storage URI that points to a file that contains the conversation audio.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "A Dialogflow source of conversation data.",
      "id": "GoogleCloudContactcenterinsightsV1DialogflowSource"
    },
    "GoogleCloudContactcenterinsightsV1alpha1SettingsAnalysisConfig": {
      "description": "Default configuration when creating Analyses in Insights.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1SettingsAnalysisConfig",
      "properties": {
        "uploadConversationAnalysisPercentage": {
          "type": "number",
          "description": "Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].",
          "format": "double"
        },
        "runtimeIntegrationAnalysisPercentage": {
          "description": "Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].",
          "format": "double",
          "type": "number"
        },
        "annotatorSelector": {
          "description": "To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelMetadata": {
      "description": "Metadata used for export issue model.",
      "type": "object",
      "properties": {
        "request": {
          "description": "The original export request.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest"
        },
        "createTime": {
          "description": "The time the operation was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "endTime": {
          "type": "string",
          "description": "The time the operation finished running.",
          "format": "google-datetime"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelMetadata"
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessageTextOutput": {
      "description": "A text output message from the system.",
      "type": "object",
      "properties": {
        "text": {
          "items": {
            "type": "string"
          },
          "description": "The parts of the message.",
          "type": "array"
        },
        "textType": {
          "type": "string",
          "description": "The type of the text message.",
          "enumDescriptions": [
            "The default text type.",
            "The text is a thinking plan generated by the thinking tool.",
            "The text is a final response to the user question.",
            "The text is an informational message about the agent's progress, such as a tool being invoked. This is distinct from the agent's internal thought process (`THOUGHT`) and the final answer to the user (`FINAL_RESPONSE`). These messages provide insight into the agent's actions."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "THOUGHT",
            "FINAL_RESPONSE",
            "PROGRESS"
          ]
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessageTextOutput"
    },
    "GoogleTypeExpr": {
      "properties": {
        "location": {
          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
          "type": "string"
        },
        "title": {
          "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
          "type": "string"
        },
        "expression": {
          "description": "Textual representation of an expression in Common Expression Language syntax.",
          "type": "string"
        },
        "description": {
          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleTypeExpr",
      "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information."
    },
    "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchRuleGroup": {
      "properties": {
        "phraseMatchRules": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchRule"
          },
          "description": "A list of phrase match rules that are included in this group."
        },
        "type": {
          "description": "Required. The type of this phrase match rule group.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "Must meet all phrase match rules or there is no match.",
            "If any of the phrase match rules are met, there is a match."
          ],
          "enum": [
            "PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED",
            "ALL_OF",
            "ANY_OF"
          ]
        }
      },
      "type": "object",
      "description": "A message representing a rule in the phrase matcher.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchRuleGroup"
    },
    "GoogleCloudContactcenterinsightsV1DialogflowIntent": {
      "id": "GoogleCloudContactcenterinsightsV1DialogflowIntent",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "The human-readable name of the intent."
        }
      },
      "type": "object",
      "description": "The data for a Dialogflow intent. Represents a detected intent in the conversation, e.g. MAKES_PROMISE."
    },
    "GoogleCloudCesV1mainSpan": {
      "description": "A span is a unit of work or a single operation during the request processing.",
      "id": "GoogleCloudCesV1mainSpan",
      "type": "object",
      "properties": {
        "attributes": {
          "description": "Output only. Key-value attributes associated with the span.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "readOnly": true
        },
        "childSpans": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudCesV1mainSpan"
          },
          "readOnly": true,
          "description": "Output only. The child spans that are nested under this span."
        },
        "endTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The end time of the span.",
          "format": "google-datetime"
        },
        "duration": {
          "description": "Output only. The duration of the span.",
          "readOnly": true,
          "format": "google-duration",
          "type": "string"
        },
        "startTime": {
          "format": "google-datetime",
          "description": "Output only. The start time of the span.",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The name of the span."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegment": {
      "properties": {
        "channelTag": {
          "type": "integer",
          "format": "int32",
          "description": "For conversations derived from multi-channel audio, this is the channel number corresponding to the audio from that channel. For audioChannelCount = N, its output values can range from '1' to 'N'. A channel tag of 0 indicates that the audio is mono."
        },
        "parts": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPart"
          },
          "description": "Optional. The structured parts that make up this transcript segment.",
          "type": "array"
        },
        "confidence": {
          "format": "float",
          "description": "A confidence estimate between 0.0 and 1.0 of the fidelity of this segment. A default value of 0.0 indicates that the value is unset.",
          "type": "number"
        },
        "languageCode": {
          "description": "The language code of this segment as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: \"en-US\".",
          "type": "string"
        },
        "words": {
          "type": "array",
          "description": "A list of the word-specific information for each word in the segment.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentWordInfo"
          }
        },
        "sentiment": {
          "description": "The sentiment for this transcript segment.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SentimentData"
        },
        "text": {
          "description": "The text of this segment.",
          "type": "string"
        },
        "dialogflowSegmentMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata",
          "description": "CCAI metadata relating to the current transcript segment."
        },
        "messageTime": {
          "format": "google-datetime",
          "description": "The time that the message occurred, if provided.",
          "type": "string"
        },
        "turnLevelAudio": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio",
          "description": "Turn level audio for this transcript segment."
        },
        "segmentParticipant": {
          "description": "The participant of this segment.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant"
        }
      },
      "description": "A segment of a full transcript.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegment",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1SampleConversationsMetadata": {
      "description": "The metadata for an SampleConversations operation.",
      "properties": {
        "request": {
          "readOnly": true,
          "description": "Output only. The original request for sample conversations to dataset.",
          "$ref": "GoogleCloudContactcenterinsightsV1SampleConversationsRequest"
        },
        "endTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime"
        },
        "partialErrors": {
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "readOnly": true,
          "description": "Output only. Partial errors during sample conversations operation that might cause the operation output to be incomplete.",
          "type": "array"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime",
          "readOnly": true
        },
        "sampleConversationsStats": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1SampleConversationsMetadataSampleConversationsStats",
          "description": "Output only. Statistics for SampleConversations operation."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1SampleConversationsMetadata"
    },
    "GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig": {
      "type": "object",
      "properties": {
        "agentChannel": {
          "format": "int32",
          "description": "Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.",
          "type": "integer"
        },
        "agentId": {
          "description": "Optional. An opaque, user-specified string representing a human agent who handled all conversations in the import. Note that this will be overridden if per-conversation metadata is provided through the `metadata_bucket_uri`.",
          "type": "string"
        },
        "customerChannel": {
          "description": "Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig",
      "description": "Configuration that applies to all conversations."
    },
    "GoogleCloudContactcenterinsightsV1mainDeployIssueModelMetadata": {
      "properties": {
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. The time the operation was created.",
          "type": "string",
          "format": "google-datetime"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainDeployIssueModelRequest",
          "description": "The original request for deployment."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainDeployIssueModelMetadata",
      "description": "Metadata for deploying an issue model.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainExportInsightsDataRequestBigQueryDestination": {
      "properties": {
        "dataset": {
          "type": "string",
          "description": "Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error."
        },
        "table": {
          "description": "The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.",
          "type": "string"
        },
        "projectId": {
          "description": "A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainExportInsightsDataRequestBigQueryDestination",
      "description": "A BigQuery Table Reference."
    },
    "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest": {
      "description": "Request for the BulkDeleteFeedbackLabels endpoint.",
      "id": "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest",
      "type": "object",
      "properties": {
        "filter": {
          "description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING",
          "type": "string"
        },
        "parent": {
          "description": "Required. The parent resource for new feedback labels.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata": {
      "description": "Metadata about the QA question dimension.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata",
      "type": "object",
      "properties": {
        "questionBody": {
          "type": "string",
          "description": "Optional. The full body of the question."
        },
        "qaScorecardId": {
          "description": "Optional. The QA scorecard ID.",
          "type": "string"
        },
        "qaQuestionId": {
          "type": "string",
          "description": "Optional. The QA question ID."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsMetadata": {
      "description": "The metadata for a bulk delete conversations operation.",
      "properties": {
        "createTime": {
          "description": "The time the operation was created.",
          "type": "string",
          "format": "google-datetime"
        },
        "endTime": {
          "type": "string",
          "description": "The time the operation finished running.",
          "format": "google-datetime"
        },
        "partialErrors": {
          "description": "Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "type": "array"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest",
          "description": "The original request for bulk delete."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsMetadata"
    },
    "GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData": {
      "description": "Conversation summarization suggestion data.",
      "id": "GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData",
      "type": "object",
      "properties": {
        "answerRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        },
        "generatorId": {
          "type": "string",
          "description": "Agent Assist generator ID."
        },
        "metadata": {
          "description": "A map that contains metadata about the summarization and the document from which it originates.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "conversationModel": {
          "type": "string",
          "description": "The name of the model that generates this summary. Format: projects/{project}/locations/{location}/conversationModels/{conversation_model}"
        },
        "text": {
          "type": "string",
          "description": "The summarization content that is concatenated into one string."
        },
        "confidence": {
          "format": "float",
          "description": "The confidence score of the summarization.",
          "type": "number"
        },
        "textSections": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "The summarization content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.",
          "type": "object"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse": {
      "properties": {
        "summaryText": {
          "type": "string",
          "description": "The summary text of the performance."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewResponse",
      "description": "The response for querying performance overview."
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartProduct": {
      "description": "A product in a product collection.",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartProduct",
      "type": "object",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Optional. Product display name."
        },
        "id": {
          "description": "Optional. Product ID.",
          "type": "string"
        },
        "price": {
          "$ref": "GoogleTypeMoney",
          "description": "Optional. Product price."
        },
        "uri": {
          "type": "string",
          "description": "Optional. Product URL or deep link."
        },
        "imageUris": {
          "type": "array",
          "description": "Optional. Product image URLs.",
          "items": {
            "type": "string"
          }
        },
        "description": {
          "description": "Optional. Product description.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure": {
      "type": "object",
      "properties": {
        "percentileAudioInAudioOutLatency": {
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult",
          "description": "The percentile result for audio in audio out latency in milliseconds per dialogflow interaction level."
        },
        "percentileLlmCallLatency": {
          "description": "The percentile result for LLM latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult"
        },
        "percentileToolUseLatency": {
          "description": "The percentile result for tool use latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult"
        },
        "percentileEndToEndLatency": {
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult",
          "description": "The percentile result for end to end chat latency in milliseconds per dialogflow interaction level."
        },
        "percentileTtsLatency": {
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult",
          "description": "The percentile result for TTS latency in milliseconds per dialogflow interaction level."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure",
      "description": "The measure related to dialogflow interactions."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationCallMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationCallMetadata",
      "properties": {
        "customerChannel": {
          "description": "The audio channel that contains the customer.",
          "type": "integer",
          "format": "int32"
        },
        "agentChannel": {
          "format": "int32",
          "description": "The audio channel that contains the agent.",
          "type": "integer"
        }
      },
      "description": "Call-specific metadata.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSlice": {
      "type": "object",
      "description": "A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request. For example, if the request specifies a single ISSUE dimension and it has a cardinality of 2 (i.e. the data used to compute the metrics has 2 issues in total), the response will have 2 slices: * Slice 1 -\u003e dimensions=[Issue 1] * Slice 2 -\u003e dimensions=[Issue 2]",
      "id": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSlice",
      "properties": {
        "timeSeries": {
          "description": "A time series of metric values. This is only populated if the request specifies a time granularity other than NONE.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceTimeSeries"
        },
        "total": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPoint",
          "description": "The total metric value. The interval of this data point is [starting create time, ending create time) from the request."
        },
        "dimensions": {
          "type": "array",
          "description": "A unique combination of dimensions that this slice represents.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainDimension"
          }
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainDialogflowSource": {
      "properties": {
        "audioUri": {
          "description": "Cloud Storage URI that points to a file that contains the conversation audio.",
          "type": "string"
        },
        "dialogflowConversation": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The name of the Dialogflow conversation that this conversation resource is derived from. Format: projects/{project}/locations/{location}/conversations/{conversation}"
        }
      },
      "description": "A Dialogflow source of conversation data.",
      "id": "GoogleCloudContactcenterinsightsV1mainDialogflowSource",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata",
      "properties": {
        "sentimentCategory": {
          "description": "Optional. The client sentiment category.",
          "type": "string"
        }
      },
      "description": "Metadata about the client sentiment category dimension.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ListAllFeedbackLabelsResponse": {
      "type": "object",
      "description": "The response for listing all feedback labels.",
      "id": "GoogleCloudContactcenterinsightsV1ListAllFeedbackLabelsResponse",
      "properties": {
        "feedbackLabels": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1FeedbackLabel"
          },
          "type": "array",
          "description": "The feedback labels that match the request."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartListItem": {
      "properties": {
        "text": {
          "description": "Optional. The text of the list item.",
          "type": "string"
        },
        "subItems": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartListItem"
          },
          "description": "Optional. Nested sub-items."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartListItem",
      "type": "object",
      "description": "An item in a list."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListAuthorizedViewSetsResponse": {
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "authorizedViewSets": {
          "description": "The AuthorizedViewSets under the parent.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedViewSet"
          }
        }
      },
      "description": "The response from a ListAuthorizedViewSet request.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListAuthorizedViewSetsResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination",
      "type": "object",
      "description": "A BigQuery Table Reference.",
      "properties": {
        "projectId": {
          "description": "A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.",
          "type": "string"
        },
        "dataset": {
          "description": "Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.",
          "type": "string"
        },
        "table": {
          "description": "The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata": {
      "description": "Metadata about conversation labels.",
      "id": "GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata",
      "properties": {
        "labelValue": {
          "description": "Optional. The label value.",
          "type": "string"
        },
        "labelKey": {
          "description": "Optional. The label key.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessage": {
      "type": "object",
      "description": "The message in the conversation.",
      "properties": {
        "createTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. For user messages, this is the time at which the system received the message. For system messages, this is the time at which the system generated the message.",
          "format": "google-datetime"
        },
        "userMessage": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageUserMessage",
          "description": "A message from the user that is interacting with the system."
        },
        "systemMessageWrapper": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessages",
          "description": "A wrapper for system messages per turn."
        },
        "messageId": {
          "description": "The message id of the message.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessage"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartMediaPart": {
      "properties": {
        "alternativeText": {
          "description": "Optional. Alternative text description.",
          "type": "string"
        },
        "uri": {
          "description": "Optional. URI or URL to the media.",
          "type": "string"
        }
      },
      "description": "A media part.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartMediaPart",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageUserMessage": {
      "type": "object",
      "description": "The user message.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageUserMessage",
      "properties": {
        "text": {
          "type": "string",
          "description": "A message from the user that is interacting with the system."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource": {
      "id": "GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource",
      "description": "A scorecard result may have multiple sets of scores from varying sources, one of which becomes the \"main\" answer above. A ScoreSource represents each individual set of scores.",
      "properties": {
        "qaTagResults": {
          "type": "array",
          "description": "Collection of tags and their scores.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult"
          }
        },
        "sourceType": {
          "enumDescriptions": [
            "Source type is unspecified.",
            "Score is derived only from system-generated answers.",
            "Score is derived from both system-generated answers, and includes any manual edits if they exist."
          ],
          "enum": [
            "SOURCE_TYPE_UNSPECIFIED",
            "SYSTEM_GENERATED_ONLY",
            "INCLUDES_MANUAL_EDITS"
          ],
          "description": "What created the score.",
          "type": "string"
        },
        "normalizedScore": {
          "type": "number",
          "format": "double",
          "description": "The normalized score, which is the score divided by the potential score."
        },
        "potentialScore": {
          "type": "number",
          "description": "The maximum potential overall score of the scorecard. Any questions answered using `na_value` are excluded from this calculation.",
          "format": "double"
        },
        "score": {
          "description": "The overall numerical score of the result.",
          "format": "double",
          "type": "number"
        }
      },
      "type": "object"
    },
    "GoogleIamV1TestIamPermissionsResponse": {
      "description": "Response message for `TestIamPermissions` method.",
      "id": "GoogleIamV1TestIamPermissionsResponse",
      "properties": {
        "permissions": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata",
      "description": "Metadata about the Conversational Agents playbook dimension.",
      "type": "object",
      "properties": {
        "playbookDisplayName": {
          "type": "string",
          "description": "Optional. The dialogflow playbook display name."
        },
        "playbookId": {
          "type": "string",
          "description": "Optional. The dialogflow playbook ID."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1UndeployIssueModelResponse": {
      "id": "GoogleCloudContactcenterinsightsV1UndeployIssueModelResponse",
      "description": "The response to undeploy an issue model.",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats": {
      "description": "Statistics for TestCorrelationConfig operation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats",
      "properties": {
        "conversationCorrelationErrors": {
          "type": "array",
          "description": "A list of errors that occurred during correlation, one for each conversation that failed.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError"
          }
        },
        "failedConversationsCount": {
          "type": "integer",
          "format": "int32",
          "description": "The number of conversations that failed correlation."
        },
        "correlatedConversationsCount": {
          "format": "int32",
          "description": "The number of conversations correlated.",
          "type": "integer"
        },
        "sampledConversationsCount": {
          "description": "The number of conversations sampled.",
          "format": "int32",
          "type": "integer"
        },
        "partialErrors": {
          "description": "Partial errors during test correlation config operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "type": "array"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessages": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessages",
      "properties": {
        "systemMessages": {
          "description": "A message from the system in response to the user.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessage"
          }
        }
      },
      "description": "A wrapper for system messages per turn."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest",
      "properties": {
        "filter": {
          "description": "A filter to reduce results to a specific subset. Useful for exporting conversations with specific properties.",
          "type": "string"
        },
        "kmsKey": {
          "description": "A fully qualified KMS key name for BigQuery tables protected by CMEK. Format: projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}",
          "type": "string"
        },
        "bigQueryDestination": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination",
          "description": "Specified if sink is a BigQuery table."
        },
        "exportSchemaVersion": {
          "type": "string",
          "description": "Optional. Version of the export schema.",
          "enumDescriptions": [
            "Unspecified. Defaults to EXPORT_V3.",
            "Export schema version 1.",
            "Export schema version 2.",
            "Export schema version 3.",
            "Export schema version 4.",
            "Export schema version 5.",
            "Export schema version 6.",
            "Export schema version 7.",
            "Export schema version 8.",
            "Export schema version 9.",
            "Export schema version 10.",
            "Export schema version 11.",
            "Export schema version 12.",
            "Export schema version 13.",
            "Export schema version 14.",
            "Export schema version 15.",
            "Export schema version 16.",
            "Export schema version 17.",
            "Export schema version latest available."
          ],
          "enum": [
            "EXPORT_SCHEMA_VERSION_UNSPECIFIED",
            "EXPORT_V1",
            "EXPORT_V2",
            "EXPORT_V3",
            "EXPORT_V4",
            "EXPORT_V5",
            "EXPORT_V6",
            "EXPORT_V7",
            "EXPORT_V8",
            "EXPORT_V9",
            "EXPORT_V10",
            "EXPORT_V11",
            "EXPORT_V12",
            "EXPORT_V13",
            "EXPORT_V14",
            "EXPORT_V15",
            "EXPORT_V16",
            "EXPORT_V17",
            "EXPORT_VERSION_LATEST_AVAILABLE"
          ]
        },
        "writeDisposition": {
          "enum": [
            "WRITE_DISPOSITION_UNSPECIFIED",
            "WRITE_TRUNCATE",
            "WRITE_APPEND"
          ],
          "enumDescriptions": [
            "Write disposition is not specified. Defaults to WRITE_TRUNCATE.",
            "If the table already exists, BigQuery will overwrite the table data and use the schema from the load.",
            "If the table already exists, BigQuery will append data to the table."
          ],
          "type": "string",
          "description": "Options for what to do if the destination table already exists."
        },
        "parent": {
          "description": "Required. The parent resource to export data from.",
          "type": "string"
        }
      },
      "description": "The request to export insights."
    },
    "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchRuleConfig": {
      "properties": {
        "regexMatchConfig": {
          "description": "The configuration for the regex match rule.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1RegexMatchConfig"
        },
        "exactMatchConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ExactMatchConfig",
          "description": "The configuration for the exact match rule."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchRuleConfig",
      "description": "Configuration information of a phrase match rule.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestConversationConfig": {
      "type": "object",
      "description": "Configuration that applies to all conversations.",
      "properties": {
        "agentChannel": {
          "type": "integer",
          "description": "Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.",
          "format": "int32"
        },
        "customerChannel": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed."
        },
        "agentId": {
          "type": "string",
          "description": "Optional. An opaque, user-specified string representing a human agent who handled all conversations in the import. Note that this will be overridden if per-conversation metadata is provided through the `metadata_bucket_uri`."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestConversationConfig"
    },
    "GoogleCloudContactcenterinsightsV1mainDialogflowInteractionData": {
      "properties": {
        "dialogflowIntentId": {
          "description": "The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}",
          "type": "string"
        },
        "confidence": {
          "description": "The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "type": "number",
          "format": "float"
        }
      },
      "description": "Dialogflow interaction data.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainDialogflowInteractionData"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListDashboardsResponse": {
      "description": "The response of listing dashboards.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListDashboardsResponse",
      "properties": {
        "dashboards": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dashboard"
          },
          "description": "The dashboards under the parent."
        },
        "nextPageToken": {
          "type": "string",
          "description": "The value returned by the last `ListDashboardsResponse`. This value indicates that this is a continuation of a prior `ListDashboards` call and that the system should return the next page of data."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ChartAction": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ChartAction",
      "description": "The action to be taken when the chart is clicked.",
      "type": "object",
      "properties": {
        "redirectAction": {
          "description": "Redirect action.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1RedirectAction"
        },
        "conversationFilter": {
          "description": "The conversation filter string.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionQaQuestionDimensionMetadata": {
      "description": "Metadata about the QA question dimension.",
      "type": "object",
      "properties": {
        "questionBody": {
          "type": "string",
          "description": "Optional. The full body of the question."
        },
        "qaScorecardId": {
          "description": "Optional. The QA scorecard ID.",
          "type": "string"
        },
        "qaQuestionId": {
          "type": "string",
          "description": "Optional. The QA question ID."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionQaQuestionDimensionMetadata"
    },
    "GoogleCloudContactcenterinsightsV1mainCreateIssueModelRequest": {
      "properties": {
        "parent": {
          "description": "Required. The parent resource of the issue model.",
          "type": "string"
        },
        "issueModel": {
          "description": "Required. The issue model to create.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainIssueModel"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainCreateIssueModelRequest",
      "type": "object",
      "description": "The request to create an issue model."
    },
    "GoogleCloudContactcenterinsightsV1alpha1DeleteQaQuestionTagMetadata": {
      "type": "object",
      "description": "The metadata for deleting a QaQuestionTag Resource.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DeleteQaQuestionTagMetadata",
      "properties": {
        "request": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DeleteQaQuestionTagRequest",
          "description": "Output only. The original request."
        },
        "endTime": {
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "type": "string",
          "format": "google-datetime"
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata",
      "type": "object",
      "properties": {
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelRequest",
          "description": "The original request for creation."
        }
      },
      "description": "Metadata for creating an issue model."
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessages": {
      "description": "A wrapper for system messages per turn.",
      "properties": {
        "systemMessages": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessage"
          },
          "description": "A message from the system in response to the user.",
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessages",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult",
      "description": "Tags and their corresponding results.",
      "type": "object",
      "properties": {
        "normalizedScore": {
          "description": "The normalized score the tag applies to.",
          "format": "double",
          "type": "number"
        },
        "score": {
          "format": "double",
          "type": "number",
          "description": "The score the tag applies to."
        },
        "tag": {
          "type": "string",
          "description": "The tag the score applies to."
        },
        "potentialScore": {
          "format": "double",
          "type": "number",
          "description": "The potential score the tag applies to."
        }
      }
    },
    "GoogleLongrunningListOperationsResponse": {
      "properties": {
        "unreachable": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations."
        },
        "operations": {
          "items": {
            "$ref": "GoogleLongrunningOperation"
          },
          "description": "A list of operations that matches the specified filter in the request.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "The response message for Operations.ListOperations.",
      "id": "GoogleLongrunningListOperationsResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1IssueModel": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1IssueModel",
      "description": "The issue model resource.",
      "type": "object",
      "properties": {
        "displayName": {
          "description": "The representative name for the issue model.",
          "type": "string"
        },
        "inputDataConfig": {
          "description": "Configs for the input data that used to create the issue model.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig"
        },
        "languageCode": {
          "type": "string",
          "description": "Language of the model."
        },
        "trainingStats": {
          "readOnly": true,
          "description": "Output only. Immutable. The issue model's label statistics on its training data.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats"
        },
        "issueCount": {
          "readOnly": true,
          "description": "Output only. Number of issues in this issue model.",
          "format": "int64",
          "type": "string"
        },
        "state": {
          "type": "string",
          "description": "Output only. State of the model.",
          "enumDescriptions": [
            "Unspecified.",
            "Model is not deployed but is ready to deploy.",
            "Model is being deployed.",
            "Model is deployed and is ready to be used. A model can only be used in analysis if it's in this state.",
            "Model is being undeployed.",
            "Model is being deleted."
          ],
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "UNDEPLOYED",
            "DEPLOYING",
            "DEPLOYED",
            "UNDEPLOYING",
            "DELETING"
          ]
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time at which this issue model was created.",
          "format": "google-datetime"
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The most recent time at which the issue model was updated.",
          "format": "google-datetime",
          "readOnly": true
        },
        "modelType": {
          "enum": [
            "MODEL_TYPE_UNSPECIFIED",
            "TYPE_V1",
            "TYPE_V2"
          ],
          "description": "Type of the model.",
          "enumDescriptions": [
            "Unspecified model type.",
            "Type V1.",
            "Type V2."
          ],
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListAllFeedbackLabelsResponse": {
      "description": "The response for listing all feedback labels.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListAllFeedbackLabelsResponse",
      "properties": {
        "feedbackLabels": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
          },
          "description": "The feedback labels that match the request.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsResponse": {
      "type": "object",
      "description": "The response for a bulk analyze conversations operation.",
      "properties": {
        "failedAnalysisCount": {
          "description": "Count of failed analyses.",
          "type": "integer",
          "format": "int32"
        },
        "successfulAnalysisCount": {
          "description": "Count of successful analyses.",
          "format": "int32",
          "type": "integer"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsResponse"
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightsResponse": {
      "description": "The response for generative insights.",
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightsResponse",
      "properties": {
        "generativeResponses": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1GenerativeInsightsResponseGenerativeResponse"
          },
          "type": "array",
          "description": "The full list of generative responses. Each response is ordered by time."
        },
        "transcript": {
          "description": "The transcript of the generative insights conversation.",
          "$ref": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscript"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainIntentMatchData": {
      "description": "The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences.",
      "id": "GoogleCloudContactcenterinsightsV1mainIntentMatchData",
      "type": "object",
      "properties": {
        "intentUniqueId": {
          "description": "The id of the matched intent. Can be used to retrieve the corresponding intent information.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaQuestionAnswerChoice": {
      "type": "object",
      "properties": {
        "boolValue": {
          "type": "boolean",
          "description": "Boolean value."
        },
        "key": {
          "type": "string",
          "description": "A short string used as an identifier."
        },
        "strValue": {
          "type": "string",
          "description": "String value."
        },
        "numValue": {
          "description": "Numerical value.",
          "type": "number",
          "format": "double"
        },
        "naValue": {
          "description": "A value of \"Not Applicable (N/A)\". If provided, this field may only be set to `true`. If a question receives this answer, it will be excluded from any score calculations.",
          "type": "boolean"
        },
        "score": {
          "description": "Numerical score of the answer, used for generating the overall score of a QaScorecardResult. If the answer uses na_value, this field is unused.",
          "format": "double",
          "type": "number"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionAnswerChoice",
      "description": "Message representing a possible answer to the question."
    },
    "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig": {
      "properties": {
        "inspectTemplate": {
          "type": "string",
          "description": "The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}`"
        },
        "deidentifyTemplate": {
          "type": "string",
          "description": "The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}`"
        }
      },
      "description": "DLP resources used for redaction while ingesting conversations. DLP settings are applied to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversation coming from CCAI Platform. They are not applied to conversations ingested from the `CreateConversation` endpoint or the Dialogflow / Agent Assist runtime integrations. When using Dialogflow / Agent Assist runtime integrations, redaction should be performed in Dialogflow / Agent Assist.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig"
    },
    "GoogleCloudContactcenterinsightsV1mainFeedbackLabel": {
      "properties": {
        "qaAnswerLabel": {
          "description": "QaAnswer label used for Quality AI example conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerValue"
        },
        "label": {
          "description": "String label used for Topic Modeling.",
          "type": "string"
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. Create time of the label."
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. Update time of the label.",
          "format": "google-datetime",
          "readOnly": true
        },
        "labeledResource": {
          "description": "Name of the resource to be labeled. Supported resources are: * `projects/{project}/locations/{location}/qaScorecards/{scorecard}/revisions/{revision}/qaQuestions/{question}` * `projects/{project}/locations/{location}/issueModels/{issue_model}` * `projects/{project}/locations/{location}/generators/{generator_id}`",
          "type": "string"
        },
        "name": {
          "description": "Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainFeedbackLabel",
      "description": "Represents a conversation, resource, and label provided by the user. Can take the form of a string label or a QaAnswer label. QaAnswer labels are used for Quality AI example conversations. String labels are used for Topic Modeling. AgentAssistSummary labels are used for Agent Assist Summarization.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartProductCollectionPart": {
      "properties": {
        "products": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartProduct"
          },
          "type": "array",
          "description": "Optional. List of products."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartProductCollectionPart",
      "type": "object",
      "description": "A product collection part."
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartMediaPart": {
      "type": "object",
      "description": "A media part.",
      "properties": {
        "alternativeText": {
          "description": "Optional. Alternative text description.",
          "type": "string"
        },
        "uri": {
          "description": "Optional. URI or URL to the media.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartMediaPart"
    },
    "GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecResponse": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecResponse",
      "description": "The response to initialize a location-level encryption specification.",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionQaQuestionAnswerDimensionMetadata": {
      "type": "object",
      "properties": {
        "qaQuestionId": {
          "type": "string",
          "description": "Optional. The QA question ID."
        },
        "answerValue": {
          "type": "string",
          "description": "Optional. The full body of the question."
        },
        "questionBody": {
          "description": "Optional. The full body of the question.",
          "type": "string"
        },
        "qaScorecardId": {
          "description": "Optional. The QA scorecard ID.",
          "type": "string"
        }
      },
      "description": "Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for questions for a given scorecard.",
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionQaQuestionAnswerDimensionMetadata"
    },
    "GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList": {
      "properties": {
        "qaScorecardRevisions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of QaScorecardRevisions."
        }
      },
      "type": "object",
      "description": "Container for a list of scorecards.",
      "id": "GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList"
    },
    "GoogleCloudContactcenterinsightsV1Issue": {
      "description": "The issue resource.",
      "type": "object",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "The representative name for the issue."
        },
        "name": {
          "description": "Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}",
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time at which this issue was created."
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The most recent time that this issue was updated.",
          "format": "google-datetime",
          "readOnly": true
        },
        "displayDescription": {
          "description": "Representative description of the issue.",
          "type": "string"
        },
        "sampleUtterances": {
          "description": "Output only. Resource names of the sample representative utterances that match to this issue.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1Issue"
    },
    "GoogleCloudContactcenterinsightsV1alpha1CesTurnAnnotation": {
      "properties": {
        "messages": {
          "items": {
            "$ref": "GoogleCloudCesV1mainMessage"
          },
          "description": "The messages in the turn.",
          "type": "array"
        },
        "rootSpan": {
          "description": "The root span of the action processing.",
          "$ref": "GoogleCloudCesV1mainSpan"
        }
      },
      "type": "object",
      "description": "The CES diagnostic information.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1CesTurnAnnotation"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListPhraseMatchersResponse": {
      "type": "object",
      "properties": {
        "phraseMatchers": {
          "description": "The phrase matchers that match the request.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatcher"
          },
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        }
      },
      "description": "The response of listing phrase matchers.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListPhraseMatchersResponse"
    },
    "GoogleCloudContactcenterinsightsV1mainQueryPerformanceOverviewResponse": {
      "properties": {
        "summaryText": {
          "type": "string",
          "description": "The summary text of the performance."
        }
      },
      "description": "The response for querying performance overview.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainQueryPerformanceOverviewResponse"
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageUserMessage": {
      "type": "object",
      "description": "The user message.",
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageUserMessage",
      "properties": {
        "text": {
          "type": "string",
          "description": "A message from the user that is interacting with the system."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1DateRangeConfigRelativeDateRange": {
      "properties": {
        "quantity": {
          "description": "Required. The quantity of units in the past.",
          "type": "string",
          "format": "int64"
        },
        "unit": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "Day.",
            "Week.",
            "Month.",
            "Quarter.",
            "Year."
          ],
          "description": "Required. The unit of time.",
          "enum": [
            "TIME_UNIT_UNSPECIFIED",
            "DAY",
            "WEEK",
            "MONTH",
            "QUARTER",
            "YEAR"
          ]
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1DateRangeConfigRelativeDateRange",
      "type": "object",
      "description": "Relative date range configuration."
    },
    "GoogleCloudContactcenterinsightsV1alpha1DeployQaScorecardRevisionRequest": {
      "description": "The request to deploy a QaScorecardRevision",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DeployQaScorecardRevisionRequest",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionClientSentimentCategoryDimensionMetadata": {
      "description": "Metadata about the client sentiment category dimension.",
      "properties": {
        "sentimentCategory": {
          "description": "Optional. The client sentiment category.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionClientSentimentCategoryDimensionMetadata"
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput": {
      "properties": {
        "textType": {
          "type": "string",
          "enumDescriptions": [
            "The default text type.",
            "The text is a thinking plan generated by the thinking tool.",
            "The text is a final response to the user question.",
            "The text is an informational message about the agent's progress, such as a tool being invoked. This is distinct from the agent's internal thought process (`THOUGHT`) and the final answer to the user (`FINAL_RESPONSE`). These messages provide insight into the agent's actions."
          ],
          "description": "The type of the text message.",
          "enum": [
            "TYPE_UNSPECIFIED",
            "THOUGHT",
            "FINAL_RESPONSE",
            "PROGRESS"
          ]
        },
        "text": {
          "description": "The parts of the message.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput",
      "description": "A text output message from the system."
    },
    "GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata": {
      "properties": {
        "endTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation finished running."
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1DeleteIssueModelRequest",
          "description": "The original request for deletion."
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        }
      },
      "type": "object",
      "description": "Metadata for deleting an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartTablePart": {
      "properties": {
        "rows": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartTableRow"
          },
          "description": "Optional. Table rows."
        },
        "title": {
          "description": "Optional. Optional title for the table.",
          "type": "string"
        },
        "headers": {
          "description": "Optional. Table column headers.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartTablePart",
      "type": "object",
      "description": "A table part."
    },
    "GoogleCloudContactcenterinsightsV1mainConversationQualityMetadata": {
      "properties": {
        "waitDuration": {
          "description": "The amount of time the customer waited to connect with an agent.",
          "format": "google-duration",
          "type": "string"
        },
        "customerSatisfactionRating": {
          "description": "An arbitrary integer value indicating the customer's satisfaction rating.",
          "type": "integer",
          "format": "int32"
        },
        "menuPath": {
          "type": "string",
          "description": "An arbitrary string value specifying the menu path the customer took."
        },
        "agentInfo": {
          "description": "Information about agents involved in the call.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationQualityMetadataAgentInfo"
          },
          "type": "array"
        },
        "feedbackLabels": {
          "description": "Input only. The feedback labels associated with the conversation.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainFeedbackLabel"
          }
        }
      },
      "description": "Conversation metadata related to quality management.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationQualityMetadata"
    },
    "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse": {
      "type": "object",
      "properties": {
        "partialErrors": {
          "type": "array",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "description": "Partial errors during test correlation config operation that might cause the operation output to be incomplete."
        },
        "detailedResults": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults",
          "description": "Results for the DETAILED_SYNC execution mode."
        }
      },
      "description": "The response of testing correlation config.",
      "id": "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint": {
      "properties": {
        "dialogflowInteractionMeasure": {
          "description": "The measure related to dialogflow interactions.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure"
        },
        "interval": {
          "description": "The interval that this data point represents. * If this is the total data point, the interval is [starting create time, ending create time) from the request. * If this a data point from the time series, the interval is [time, time + time granularity from the request).",
          "$ref": "GoogleTypeInterval"
        },
        "conversationMeasure": {
          "description": "The measure related to conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasure"
        }
      },
      "type": "object",
      "description": "A data point contains the metric values mapped to an interval.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartProduct": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartProduct",
      "description": "A product in a product collection.",
      "properties": {
        "description": {
          "description": "Optional. Product description.",
          "type": "string"
        },
        "price": {
          "description": "Optional. Product price.",
          "$ref": "GoogleTypeMoney"
        },
        "imageUris": {
          "description": "Optional. Product image URLs.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "id": {
          "type": "string",
          "description": "Optional. Product ID."
        },
        "uri": {
          "description": "Optional. Product URL or deep link.",
          "type": "string"
        },
        "displayName": {
          "description": "Optional. Product display name.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainExportInsightsDataRequest": {
      "id": "GoogleCloudContactcenterinsightsV1mainExportInsightsDataRequest",
      "description": "The request to export insights.",
      "type": "object",
      "properties": {
        "filter": {
          "description": "A filter to reduce results to a specific subset. Useful for exporting conversations with specific properties.",
          "type": "string"
        },
        "kmsKey": {
          "description": "A fully qualified KMS key name for BigQuery tables protected by CMEK. Format: projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}",
          "type": "string"
        },
        "bigQueryDestination": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainExportInsightsDataRequestBigQueryDestination",
          "description": "Specified if sink is a BigQuery table."
        },
        "exportSchemaVersion": {
          "enumDescriptions": [
            "Unspecified. Defaults to EXPORT_V3.",
            "Export schema version 1.",
            "Export schema version 2.",
            "Export schema version 3.",
            "Export schema version 4.",
            "Export schema version 5.",
            "Export schema version 6.",
            "Export schema version 7.",
            "Export schema version 8.",
            "Export schema version 9.",
            "Export schema version 10.",
            "Export schema version 11.",
            "Export schema version 12.",
            "Export schema version 13.",
            "Export schema version 14.",
            "Export schema version 15.",
            "Export schema version 16.",
            "Export schema version 17.",
            "Export schema version latest available."
          ],
          "type": "string",
          "description": "Optional. Version of the export schema.",
          "enum": [
            "EXPORT_SCHEMA_VERSION_UNSPECIFIED",
            "EXPORT_V1",
            "EXPORT_V2",
            "EXPORT_V3",
            "EXPORT_V4",
            "EXPORT_V5",
            "EXPORT_V6",
            "EXPORT_V7",
            "EXPORT_V8",
            "EXPORT_V9",
            "EXPORT_V10",
            "EXPORT_V11",
            "EXPORT_V12",
            "EXPORT_V13",
            "EXPORT_V14",
            "EXPORT_V15",
            "EXPORT_V16",
            "EXPORT_V17",
            "EXPORT_VERSION_LATEST_AVAILABLE"
          ]
        },
        "parent": {
          "description": "Required. The parent resource to export data from.",
          "type": "string"
        },
        "writeDisposition": {
          "enumDescriptions": [
            "Write disposition is not specified. Defaults to WRITE_TRUNCATE.",
            "If the table already exists, BigQuery will overwrite the table data and use the schema from the load.",
            "If the table already exists, BigQuery will append data to the table."
          ],
          "enum": [
            "WRITE_DISPOSITION_UNSPECIFIED",
            "WRITE_TRUNCATE",
            "WRITE_APPEND"
          ],
          "type": "string",
          "description": "Options for what to do if the destination table already exists."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainIntent": {
      "properties": {
        "id": {
          "type": "string",
          "description": "The unique identifier of the intent."
        },
        "displayName": {
          "description": "The human-readable name of the intent.",
          "type": "string"
        }
      },
      "description": "The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE.",
      "id": "GoogleCloudContactcenterinsightsV1mainIntent",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError",
      "description": "An error that occurred during correlation for a specific conversation.",
      "properties": {
        "conversation": {
          "description": "The conversation resource name that had an error during correlation.",
          "type": "string"
        },
        "status": {
          "description": "The error status.",
          "$ref": "GoogleRpcStatus"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1AuthorizedView": {
      "type": "object",
      "description": "An AuthorizedView represents a view of accessible Insights resources (for example, Conversation and Scorecard). Who have read access to the AuthorizedView resource will have access to these Insight resources as well.",
      "properties": {
        "conversationFilter": {
          "description": "A filter to reduce conversation results to a specific subset. The AuthorizedView's assigned permission (read/write) could be applied to the subset of conversations. If conversation_filter is empty, there is no restriction on the conversations that the AuthorizedView can access. Having *authorizedViews.get* access to the AuthorizedView means having the same read/write access to the Conversations (as well as metadata/annotations linked to the conversation) that this AuthorizedView has.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the AuthorizedView. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}"
        },
        "displayName": {
          "type": "string",
          "description": "Display Name. Limit 64 characters."
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time at which the authorized view was created.",
          "readOnly": true
        },
        "updateTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The most recent time at which the authorized view was updated."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedView"
    },
    "GoogleCloudContactcenterinsightsV1DeleteIssueModelRequest": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The name of the issue model to delete."
        }
      },
      "type": "object",
      "description": "The request to delete an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1DeleteIssueModelRequest"
    },
    "GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata": {
      "description": "Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for questions for a given scorecard.",
      "type": "object",
      "properties": {
        "questionBody": {
          "type": "string",
          "description": "Optional. The full body of the question."
        },
        "qaQuestionId": {
          "type": "string",
          "description": "Optional. The QA question ID."
        },
        "qaScorecardId": {
          "description": "Optional. The QA scorecard ID.",
          "type": "string"
        },
        "answerValue": {
          "description": "Optional. The full body of the question.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata"
    },
    "GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsRequest": {
      "description": "The request to analyze conversations in bulk.",
      "type": "object",
      "properties": {
        "relabel": {
          "description": "Optional. If true, the labeling rules will be re-evaluated for the conversations.",
          "type": "boolean"
        },
        "annotatorSelector": {
          "description": "To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelector"
        },
        "filter": {
          "description": "Required. Filter used to select the subset of conversations to analyze.",
          "type": "string"
        },
        "parent": {
          "description": "Required. The parent resource to create analyses in.",
          "type": "string"
        },
        "analysisPercentage": {
          "type": "number",
          "description": "Required. Percentage of selected conversation to analyze, between [0, 100].",
          "format": "float"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsRequest"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelResponse",
      "description": "The response to deploy an issue model.",
      "properties": {},
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceTimeSeries": {
      "properties": {
        "dataPoints": {
          "description": "The data points that make up the time series .",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint"
          }
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceTimeSeries",
      "type": "object",
      "description": "A time series of metric values."
    },
    "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest": {
      "properties": {
        "parent": {
          "description": "Required. The parent resource of the dataset.",
          "type": "string"
        },
        "sampleRule": {
          "description": "Optional. The sample rule used for sampling conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SampleRule"
        },
        "destinationDataset": {
          "description": "The dataset resource to copy the sampled conversations to.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dataset"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest",
      "type": "object",
      "description": "The request to sample conversations to a dataset."
    },
    "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats": {
      "properties": {
        "successfulSampleCount": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The number of new conversations added during this sample operation."
        },
        "failedSampleCount": {
          "type": "integer",
          "description": "Output only. The number of objects which were unable to be sampled due to errors. The errors are populated in the partial_errors field.",
          "format": "int32",
          "readOnly": true
        }
      },
      "description": "Statistics for SampleConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1CesTurnAnnotation": {
      "type": "object",
      "properties": {
        "messages": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudCesV1mainMessage"
          },
          "description": "The messages in the turn."
        },
        "rootSpan": {
          "$ref": "GoogleCloudCesV1mainSpan",
          "description": "The root span of the action processing."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1CesTurnAnnotation",
      "description": "The CES diagnostic information."
    },
    "GoogleCloudContactcenterinsightsV1alpha1Analysis": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1Analysis",
      "properties": {
        "annotatorSelector": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector",
          "description": "To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run."
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time at which the analysis was created, which occurs when the long-running operation completes.",
          "readOnly": true
        },
        "requestTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time at which the analysis was requested."
        },
        "name": {
          "type": "string",
          "description": "Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}"
        },
        "analysisResult": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnalysisResult",
          "description": "Output only. The result of the analysis, which is populated when the analysis finishes."
        }
      },
      "description": "The analysis resource."
    },
    "GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata": {
      "properties": {
        "dataset": {
          "description": "The dataset used for sampling conversations.",
          "type": "string"
        },
        "stats": {
          "$ref": "GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats",
          "description": "The statistics for the operation."
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata",
      "type": "object",
      "description": "Metadata for testing correlation config."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListDatasetsResponse": {
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "datasets": {
          "type": "array",
          "description": "The datasets that match the request.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dataset"
          }
        }
      },
      "type": "object",
      "description": "The response to list datasets.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListDatasetsResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListAnalysesResponse": {
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "analyses": {
          "description": "The analyses that match the request.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Analysis"
          },
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListAnalysesResponse",
      "description": "The response to list analyses.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData": {
      "description": "Dialogflow interaction data.",
      "type": "object",
      "properties": {
        "dialogflowIntentId": {
          "type": "string",
          "description": "The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}"
        },
        "confidence": {
          "type": "number",
          "description": "The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "format": "float"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData"
    },
    "GoogleCloudContactcenterinsightsV1SentimentData": {
      "id": "GoogleCloudContactcenterinsightsV1SentimentData",
      "type": "object",
      "properties": {
        "score": {
          "type": "number",
          "format": "float",
          "description": "The sentiment score between -1.0 (negative) and 1.0 (positive)."
        },
        "magnitude": {
          "format": "float",
          "type": "number",
          "description": "A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score."
        }
      },
      "description": "The data for a sentiment annotation."
    },
    "GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecResponse": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecResponse",
      "properties": {},
      "description": "The response to initialize a location-level encryption specification."
    },
    "GoogleCloudContactcenterinsightsV1mainQueryPerformanceOverviewMetadata": {
      "properties": {},
      "description": "The metadata for querying performance overview.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainQueryPerformanceOverviewMetadata"
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsRequest": {
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsRequest",
      "properties": {
        "filter": {
          "description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING",
          "type": "string"
        },
        "templateQaScorecardId": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored."
        },
        "sheetsDestination": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsRequestSheetsDestination",
          "description": "A sheets document destination."
        },
        "maxDownloadCount": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Limits the maximum number of feedback labels that will be downloaded. The first `N` feedback labels will be downloaded."
        },
        "gcsDestination": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsRequestGcsDestination",
          "description": "A cloud storage bucket destination."
        },
        "conversationFilter": {
          "description": "Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If `template_qa_scorecard_id` is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.",
          "type": "string"
        },
        "feedbackLabelType": {
          "description": "Optional. The type of feedback labels that will be downloaded.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified format",
            "Downloaded file will contain all Quality AI labels from the latest scorecard revision.",
            "Downloaded file will contain only Topic Modeling labels.",
            "Agent Assist Summarization labels."
          ],
          "enum": [
            "FEEDBACK_LABEL_TYPE_UNSPECIFIED",
            "QUALITY_AI",
            "TOPIC_MODELING",
            "AGENT_ASSIST_SUMMARY"
          ]
        },
        "parent": {
          "description": "Required. The parent resource for new feedback labels.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Request for the BulkDownloadFeedbackLabel endpoint."
    },
    "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchRule": {
      "type": "object",
      "properties": {
        "negated": {
          "description": "Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.",
          "type": "boolean"
        },
        "config": {
          "description": "Provides additional information about the rule that specifies how to apply the rule.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchRuleConfig"
        },
        "query": {
          "type": "string",
          "description": "Required. The phrase to be matched."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchRule",
      "description": "The data for a phrase match rule."
    },
    "GoogleCloudContactcenterinsightsV1PhraseMatchData": {
      "description": "The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.",
      "properties": {
        "displayName": {
          "description": "The human-readable name of the phrase matcher.",
          "type": "string"
        },
        "phraseMatcher": {
          "type": "string",
          "description": "The unique identifier (the resource name) of the phrase matcher."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1PhraseMatchData",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio": {
      "description": "A wrapper for holding the audio for any given turn.",
      "properties": {
        "audioGcsUri": {
          "description": "The Cloud Storage URI of the audio for any given turn.",
          "type": "string"
        },
        "audioDuration": {
          "description": "The duration of the audio.",
          "format": "google-duration",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata": {
      "description": "The metadata from querying metrics.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata",
      "properties": {
        "resultIsTruncated": {
          "description": "Whether the result rows were truncated because the result row size is too large to materialize.",
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse": {
      "properties": {
        "feedbackLabels": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
          },
          "description": "The feedback labels that match the request.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "The next page token."
        }
      },
      "description": "The response for listing feedback labels.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ArticleSuggestionData": {
      "type": "object",
      "properties": {
        "metadata": {
          "type": "object",
          "description": "Map that contains metadata about the Article Suggestion and the document that it originates from.",
          "additionalProperties": {
            "type": "string"
          }
        },
        "source": {
          "type": "string",
          "description": "The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}"
        },
        "queryRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        },
        "uri": {
          "type": "string",
          "description": "Article URI."
        },
        "title": {
          "description": "Article title.",
          "type": "string"
        },
        "confidenceScore": {
          "type": "number",
          "format": "float",
          "description": "The system's confidence score that this article is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain)."
        }
      },
      "description": "Agent Assist Article Suggestion data.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ArticleSuggestionData"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartThoughtPart": {
      "description": "A thought part.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartThoughtPart",
      "properties": {
        "text": {
          "type": "string",
          "description": "Optional. The thought or reasoning text."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults": {
      "properties": {
        "constraintResults": {
          "type": "array",
          "description": "A list of constraint evaluation results for each pair of conversations.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResult"
          }
        },
        "joinKeyResults": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResult"
          },
          "description": "A list of join key correlation results for each conversation tested."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults",
      "type": "object",
      "description": "Wrapper for detailed, step-by-step results."
    },
    "GoogleCloudContactcenterinsightsV1mainAnnotationBoundary": {
      "type": "object",
      "description": "A point in a conversation that marks the start or the end of an annotation.",
      "id": "GoogleCloudContactcenterinsightsV1mainAnnotationBoundary",
      "properties": {
        "transcriptIndex": {
          "format": "int32",
          "description": "The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.",
          "type": "integer"
        },
        "wordIndex": {
          "type": "integer",
          "description": "The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.",
          "format": "int32"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsRequest": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsRequest",
      "description": "The request for generative insights.",
      "properties": {
        "chart": {
          "type": "string",
          "description": "The full name of the chart resource this request corresponds to. Format: projects/{project}/locations/{location}/dashboards/{dashboard}/charts/{chart}"
        },
        "sqlQuery": {
          "type": "string",
          "description": "Optional. The SQL query specified by the user. This query must be in BigQuery SQL dialect. The `filter` field will also be ignored, as it is assumed that any filtering is already included in the SQL query."
        },
        "comparisonFilter": {
          "description": "Optional. Filter for the data that can be specified in addition to the natural language query. This `filter` is specifically used for charts where comparisons are possible. For example, \"compare to last month\" or \"compare to previous quarter\".",
          "type": "string"
        },
        "sqlComparisonKey": {
          "description": "Optional. For charts with comparison, this key will determine the metric that will be compared between the current and another dataset.",
          "type": "string"
        },
        "revisionId": {
          "description": "Optional. The revision id that maps to the state of the chart state revision. When specified, the backend will reload the chart with the sql and visual spec from that revision.",
          "type": "string"
        },
        "userProvidedChartSpec": {
          "description": "Optional. The user provided chart spec for the chart. This will be used to override the visual spec generated by the LLM.",
          "type": "object",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        },
        "filter": {
          "type": "string",
          "description": "Filter for the data that can be specified in addition to the natural language query. Users are encouraged to use this field to populate time-windows."
        },
        "sessionId": {
          "description": "Optional. The session id of the conversation. If the session id is not specified, backend will generate a random session id. If the session id is specified, will associate user-provided user_query with the provided session id.",
          "type": "string"
        },
        "naturalLanguageQuery": {
          "type": "string",
          "description": "The natural language query specified by the user. If this field is specified, `sql_query` will be ignored."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ExportIssueModelMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1ExportIssueModelMetadata",
      "properties": {
        "endTime": {
          "type": "string",
          "description": "The time the operation finished running.",
          "format": "google-datetime"
        },
        "createTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time the operation was created."
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1ExportIssueModelRequest",
          "description": "The original export request."
        }
      },
      "description": "Metadata used for export issue model.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource": {
      "properties": {
        "sourceType": {
          "enumDescriptions": [
            "Source type is unspecified.",
            "Answer was system-generated; created during an Insights analysis.",
            "Answer was created by a human via manual edit."
          ],
          "description": "What created the answer.",
          "enum": [
            "SOURCE_TYPE_UNSPECIFIED",
            "SYSTEM_GENERATED",
            "MANUAL_EDIT"
          ],
          "type": "string"
        },
        "answerValue": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue",
          "description": "The answer value from this source. This field is populated by default, unless the question has a selection strategy configured to return multiple answer values, in which case `answer_values` will be populated instead."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource",
      "type": "object",
      "description": "A question may have multiple answers from varying sources, one of which becomes the \"main\" answer above. AnswerSource represents each individual answer."
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessageSystemMessageTextOutput": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessageSystemMessageTextOutput",
      "description": "A text output message from the system.",
      "properties": {
        "type": {
          "type": "string",
          "description": "The type of the text message.",
          "enum": [
            "TYPE_UNSPECIFIED",
            "THOUGHT",
            "FINAL_RESPONSE",
            "PROGRESS"
          ],
          "enumDescriptions": [
            "The default text type.",
            "The text is a thinking plan generated by the thinking tool.",
            "The text is a final response to the user question.",
            "The text is an informational message about the agent's progress, such as a tool being invoked. This is distinct from the agent's internal thought process (`THOUGHT`) and the final answer to the user (`FINAL_RESPONSE`). These messages provide insight into the agent's actions."
          ]
        },
        "texts": {
          "description": "The parts of the message.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest": {
      "type": "object",
      "description": "The request to delete conversations in bulk.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest",
      "properties": {
        "force": {
          "description": "If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.",
          "type": "boolean"
        },
        "parent": {
          "description": "Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}",
          "type": "string"
        },
        "filter": {
          "description": "Filter used to select the subset of conversations to delete.",
          "type": "string"
        },
        "maxDeleteCount": {
          "description": "Maximum number of conversations to delete.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput": {
      "type": "object",
      "description": "Explicit input used for generating the answer",
      "id": "GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput",
      "properties": {
        "querySource": {
          "enumDescriptions": [
            "Unknown query source.",
            "The query is from agents.",
            "The query is a query from previous suggestions, e.g. from a preceding SuggestKnowledgeAssist response."
          ],
          "enum": [
            "QUERY_SOURCE_UNSPECIFIED",
            "AGENT_QUERY",
            "SUGGESTED_QUERY"
          ],
          "description": "Query source for the answer.",
          "type": "string"
        },
        "generatorName": {
          "type": "string",
          "description": "The resource name of associated generator. Format: `projects//locations//generators/`"
        },
        "query": {
          "type": "string",
          "description": "Query text. Article Search uses this to store the input query used to generate the search results."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1Conversation": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1Conversation",
      "description": "The conversation resource.",
      "properties": {
        "correlationInfo": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationInfo",
          "description": "Output only. Info for correlating across conversations."
        },
        "duration": {
          "format": "google-duration",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The duration of the conversation."
        },
        "medium": {
          "enumDescriptions": [
            "Default value for unspecified.",
            "The format for conversations that took place over the phone.",
            "The format for conversations that took place over chat."
          ],
          "description": "Immutable. The conversation medium.",
          "enum": [
            "MEDIUM_UNSPECIFIED",
            "PHONE_CALL",
            "CHAT"
          ],
          "type": "string"
        },
        "agentId": {
          "description": "An opaque, user-specified string representing the human agent who handled the conversation.",
          "type": "string"
        },
        "name": {
          "description": "Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}",
          "type": "string"
        },
        "dataSource": {
          "description": "The source of the audio and transcription for the conversation.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource"
        },
        "metadataJson": {
          "description": "Optional. JSON metadata encoded as a string. This field is primarily used by Insights integrations with various telephony systems and must be in one of Insight's supported formats.",
          "type": "string"
        },
        "startTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "The time at which the conversation started."
        },
        "qualityMetadata": {
          "description": "Conversation metadata related to quality management.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata"
        },
        "ttl": {
          "description": "Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.",
          "type": "string",
          "format": "google-duration"
        },
        "languageCode": {
          "description": "A user-specified language code for the conversation.",
          "type": "string"
        },
        "callMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationCallMetadata",
          "description": "Call-specific metadata."
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time at which the conversation was created.",
          "readOnly": true
        },
        "updateTime": {
          "format": "google-datetime",
          "description": "Output only. The most recent time at which the conversation was updated.",
          "readOnly": true,
          "type": "string"
        },
        "transcript": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscript",
          "readOnly": true,
          "description": "Output only. The conversation transcript."
        },
        "obfuscatedUserId": {
          "type": "string",
          "description": "Obfuscated user ID which the customer sent to us."
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "A map for the user to specify any custom fields. A maximum of 100 labels per conversation is allowed, with a maximum of 256 characters per entry.",
          "type": "object"
        },
        "dialogflowIntents": {
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1DialogflowIntent"
          },
          "description": "Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}",
          "type": "object",
          "readOnly": true
        },
        "runtimeAnnotations": {
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation"
          },
          "description": "Output only. The annotations that were generated during the customer and agent interaction."
        },
        "latestAnalysis": {
          "readOnly": true,
          "description": "Output only. The conversation's latest analysis, if one exists.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1Analysis"
        },
        "turnCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The number of turns in the conversation.",
          "format": "int32"
        },
        "expireTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted."
        },
        "latestSummary": {
          "description": "Output only. Latest summary of the conversation.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainExportIssueModelRequest": {
      "properties": {
        "name": {
          "description": "Required. The issue model to export.",
          "type": "string"
        },
        "gcsDestination": {
          "description": "Google Cloud Storage URI to export the issue model to.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainExportIssueModelRequestGcsDestination"
        }
      },
      "type": "object",
      "description": "Request to export an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1mainExportIssueModelRequest"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartLinkPart": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartLinkPart",
      "properties": {
        "uri": {
          "description": "Optional. Target URI.",
          "type": "string"
        },
        "text": {
          "type": "string",
          "description": "Optional. Anchor or display text."
        }
      },
      "type": "object",
      "description": "A link part."
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionQaScorecardDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionQaScorecardDimensionMetadata",
      "properties": {
        "qaScorecardId": {
          "description": "Optional. The QA scorecard ID.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Metadata about the QA scorecard dimension."
    },
    "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelResponse": {
      "description": "The response to undeploy an issue model.",
      "properties": {},
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelResponse"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartThoughtPart": {
      "description": "A thought part.",
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartThoughtPart",
      "type": "object",
      "properties": {
        "text": {
          "description": "Optional. The thought or reasoning text.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainListAllFeedbackLabelsResponse": {
      "properties": {
        "feedbackLabels": {
          "type": "array",
          "description": "The feedback labels that match the request.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainFeedbackLabel"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainListAllFeedbackLabelsResponse",
      "type": "object",
      "description": "The response for listing all feedback labels."
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessageUserMessage": {
      "properties": {
        "text": {
          "type": "string",
          "description": "A message from the user that is interacting with the system."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessageUserMessage",
      "type": "object",
      "description": "The user message."
    },
    "GoogleCloudContactcenterinsightsV1alpha1SmartComposeSuggestionData": {
      "properties": {
        "suggestion": {
          "type": "string",
          "description": "The content of the suggestion."
        },
        "confidenceScore": {
          "format": "double",
          "type": "number",
          "description": "The system's confidence score that this suggestion is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain)."
        },
        "metadata": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Map that contains metadata about the Smart Compose suggestion and the document from which it originates.",
          "type": "object"
        },
        "queryRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        }
      },
      "description": "Agent Assist Smart Compose suggestion data.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1SmartComposeSuggestionData"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartChip": {
      "description": "A suggestion chip.",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartChip",
      "properties": {
        "text": {
          "type": "string",
          "description": "Optional. The chip label or text."
        },
        "actionUri": {
          "type": "string",
          "description": "Optional. Optional action or destination URI triggered by the chip."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainSmartReplyData": {
      "properties": {
        "metadata": {
          "type": "object",
          "description": "Map that contains metadata about the Smart Reply and the document from which it originates.",
          "additionalProperties": {
            "type": "string"
          }
        },
        "queryRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        },
        "confidenceScore": {
          "format": "double",
          "description": "The system's confidence score that this reply is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "type": "number"
        },
        "reply": {
          "description": "The content of the reply.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainSmartReplyData",
      "description": "Agent Assist Smart Reply data."
    },
    "GoogleCloudContactcenterinsightsV1ArticleSuggestionData": {
      "id": "GoogleCloudContactcenterinsightsV1ArticleSuggestionData",
      "properties": {
        "uri": {
          "description": "Article URI.",
          "type": "string"
        },
        "metadata": {
          "description": "Map that contains metadata about the Article Suggestion and the document that it originates from.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "title": {
          "type": "string",
          "description": "Article title."
        },
        "confidenceScore": {
          "format": "float",
          "description": "The system's confidence score that this article is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "type": "number"
        },
        "queryRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        },
        "source": {
          "description": "The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Agent Assist Article Suggestion data."
    },
    "GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsMetadata": {
      "properties": {
        "failedAnalysesCount": {
          "type": "integer",
          "format": "int32",
          "description": "The number of requested analyses that have failed so far."
        },
        "partialErrors": {
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "description": "Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete."
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsRequest",
          "description": "The original request for bulk analyze."
        },
        "relabel": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. If true, the labeling rules will be re-evaluated for the conversations."
        },
        "endTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time the operation finished running."
        },
        "totalRequestedAnalysesCount": {
          "type": "integer",
          "description": "Total number of analyses requested. Computed by the number of conversations returned by `filter` multiplied by `analysis_percentage` in the request.",
          "format": "int32"
        },
        "createTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time the operation was created."
        },
        "completedAnalysesCount": {
          "description": "The number of requested analyses that have completed successfully so far.",
          "format": "int32",
          "type": "integer"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsMetadata",
      "description": "The metadata for a bulk analyze conversations operation."
    },
    "GoogleCloudContactcenterinsightsV1alpha1SmartReplyData": {
      "description": "Agent Assist Smart Reply data.",
      "properties": {
        "queryRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        },
        "confidenceScore": {
          "type": "number",
          "description": "The system's confidence score that this reply is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "format": "double"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Map that contains metadata about the Smart Reply and the document from which it originates."
        },
        "reply": {
          "description": "The content of the reply.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1SmartReplyData"
    },
    "GoogleCloudContactcenterinsightsV1alpha1CreateIssueRequest": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueRequest",
      "type": "object",
      "description": "The request to create an issue.",
      "properties": {
        "issue": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1Issue",
          "description": "Required. The values for the new issue."
        },
        "parent": {
          "description": "Required. The parent resource of the issue.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats": {
      "properties": {
        "partialErrors": {
          "type": "array",
          "description": "Partial errors during test correlation config operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        },
        "correlatedConversationsCount": {
          "type": "integer",
          "description": "The number of conversations correlated.",
          "format": "int32"
        },
        "conversationCorrelationErrors": {
          "description": "A list of errors that occurred during correlation, one for each conversation that failed.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError"
          }
        },
        "sampledConversationsCount": {
          "format": "int32",
          "type": "integer",
          "description": "The number of conversations sampled."
        },
        "failedConversationsCount": {
          "format": "int32",
          "description": "The number of conversations that failed correlation.",
          "type": "integer"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats",
      "description": "Statistics for TestCorrelationConfig operation."
    },
    "GoogleCloudContactcenterinsightsV1SampleConversationsRequest": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1SampleConversationsRequest",
      "description": "The request to sample conversations to a dataset.",
      "properties": {
        "destinationDataset": {
          "description": "The dataset resource to copy the sampled conversations to.",
          "$ref": "GoogleCloudContactcenterinsightsV1Dataset"
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource of the dataset."
        },
        "sampleRule": {
          "$ref": "GoogleCloudContactcenterinsightsV1SampleRule",
          "description": "Optional. The sample rule used for sampling conversations."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1IssueAssignment": {
      "properties": {
        "score": {
          "format": "double",
          "type": "number",
          "description": "Score indicating the likelihood of the issue assignment. currently bounded on [0,1]."
        },
        "issue": {
          "type": "string",
          "description": "Resource name of the assigned issue."
        },
        "displayName": {
          "description": "Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1IssueAssignment",
      "description": "Information about the issue.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1SearchAuthorizedViewsResponse": {
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "authorizedViews": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedView"
          },
          "description": "The AuthorizedViews under the parent.",
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1SearchAuthorizedViewsResponse",
      "type": "object",
      "description": "The response from a ListAuthorizedViews request."
    },
    "GoogleCloudContactcenterinsightsV1mainQaScorecardResult": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainQaScorecardResult",
      "description": "The results of scoring a single conversation against a QaScorecard. Contains a collection of QaAnswers and aggregate score.",
      "properties": {
        "normalizedScore": {
          "format": "double",
          "type": "number",
          "description": "The normalized score, which is the score divided by the potential score. Any manual edits are included if they exist."
        },
        "scoreSources": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainQaScorecardResultScoreSource"
          },
          "description": "List of all individual score sets.",
          "type": "array"
        },
        "score": {
          "type": "number",
          "description": "The overall numerical score of the result, incorporating any manual edits if they exist.",
          "format": "double"
        },
        "conversation": {
          "description": "The conversation scored by this result.",
          "type": "string"
        },
        "qaScorecardRevision": {
          "description": "The QaScorecardRevision scored by this result.",
          "type": "string"
        },
        "qaTagResults": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainQaScorecardResultQaTagResult"
          },
          "type": "array",
          "description": "Collection of tags and their scores."
        },
        "name": {
          "description": "Identifier. The name of the scorecard result. Format: projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}",
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The timestamp that the revision was created."
        },
        "potentialScore": {
          "description": "The maximum potential overall score of the scorecard. Any questions answered using `na_value` are excluded from this calculation.",
          "format": "double",
          "type": "number"
        },
        "agentId": {
          "description": "ID of the agent that handled the conversation.",
          "type": "string"
        },
        "qaAnswers": {
          "description": "Set of QaAnswers represented in the result.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainQaAnswer"
          }
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination": {
      "properties": {
        "recordsPerFileCount": {
          "description": "Optional. The number of records per file. Applicable for either format.",
          "type": "string",
          "format": "int64"
        },
        "alwaysPrintEmptyFields": {
          "description": "Optional. Always print fields with no presence. This is useful for printing fields that are not set, like implicit 0 value or empty lists/maps. Only applicable for JSON format.",
          "type": "boolean"
        },
        "format": {
          "type": "string",
          "description": "Required. File format in which the labels will be exported.",
          "enumDescriptions": [
            "Unspecified format.",
            "CSV format. 1,000 labels are stored per CSV file by default.",
            "JSON format. 1 label stored per JSON file by default."
          ],
          "enum": [
            "FORMAT_UNSPECIFIED",
            "CSV",
            "JSON"
          ]
        },
        "addWhitespace": {
          "description": "Optional. Add whitespace to the JSON file. Makes easier to read, but increases file size. Only applicable for JSON format.",
          "type": "boolean"
        },
        "objectUri": {
          "description": "Required. The Google Cloud Storage URI to write the feedback labels to. The file name will be used as a prefix for the files written to the bucket if the output needs to be split across multiple files, otherwise it will be used as is. The file extension will be appended to the file name based on the format selected. E.g. `gs://bucket_name/object_uri_prefix`",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination",
      "type": "object",
      "description": "Google Cloud Storage Object details to write the feedback labels to."
    },
    "GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse": {
      "properties": {
        "feedbackLabels": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1FeedbackLabel"
          },
          "description": "The feedback labels that match the request.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "The next page token.",
          "type": "string"
        }
      },
      "description": "The response for listing feedback labels.",
      "id": "GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata",
      "properties": {
        "toolDisplayName": {
          "description": "Optional. The dialogflow tool display name.",
          "type": "string"
        },
        "toolId": {
          "type": "string",
          "description": "Optional. The dialogflow tool ID."
        }
      },
      "description": "Metadata about the Conversational Agents tool dimension.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainInitializeEncryptionSpecRequest": {
      "type": "object",
      "properties": {
        "encryptionSpec": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainEncryptionSpec",
          "description": "Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the `kms_key_name` field is left empty, no encryption will be enforced."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainInitializeEncryptionSpecRequest",
      "description": "The request to initialize a location-level encryption specification."
    },
    "GoogleCloudContactcenterinsightsV1ImportIssueModelRequest": {
      "id": "GoogleCloudContactcenterinsightsV1ImportIssueModelRequest",
      "type": "object",
      "properties": {
        "gcsSource": {
          "$ref": "GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource",
          "description": "Google Cloud Storage source message."
        },
        "createNewModel": {
          "type": "boolean",
          "description": "Optional. If set to true, will create an issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file."
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource of the issue model."
        }
      },
      "description": "Request to import an issue model."
    },
    "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig": {
      "properties": {
        "agentId": {
          "type": "string",
          "description": "Optional. An opaque, user-specified string representing a human agent who handled all conversations in the import. Note that this will be overridden if per-conversation metadata is provided through the `metadata_bucket_uri`."
        },
        "agentChannel": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed."
        },
        "customerChannel": {
          "description": "Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig",
      "description": "Configuration that applies to all conversations.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest": {
      "type": "object",
      "description": "The request to export insights.",
      "id": "GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest",
      "properties": {
        "filter": {
          "description": "A filter to reduce results to a specific subset. Useful for exporting conversations with specific properties.",
          "type": "string"
        },
        "kmsKey": {
          "description": "A fully qualified KMS key name for BigQuery tables protected by CMEK. Format: projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}",
          "type": "string"
        },
        "writeDisposition": {
          "enum": [
            "WRITE_DISPOSITION_UNSPECIFIED",
            "WRITE_TRUNCATE",
            "WRITE_APPEND"
          ],
          "enumDescriptions": [
            "Write disposition is not specified. Defaults to WRITE_TRUNCATE.",
            "If the table already exists, BigQuery will overwrite the table data and use the schema from the load.",
            "If the table already exists, BigQuery will append data to the table."
          ],
          "type": "string",
          "description": "Options for what to do if the destination table already exists."
        },
        "bigQueryDestination": {
          "$ref": "GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination",
          "description": "Specified if sink is a BigQuery table."
        },
        "exportSchemaVersion": {
          "enum": [
            "EXPORT_SCHEMA_VERSION_UNSPECIFIED",
            "EXPORT_V1",
            "EXPORT_V2",
            "EXPORT_V3",
            "EXPORT_V4",
            "EXPORT_V5",
            "EXPORT_V6",
            "EXPORT_V7",
            "EXPORT_V8",
            "EXPORT_V9",
            "EXPORT_V10",
            "EXPORT_V11",
            "EXPORT_V12",
            "EXPORT_V13",
            "EXPORT_V14",
            "EXPORT_V15",
            "EXPORT_V16",
            "EXPORT_V17",
            "EXPORT_VERSION_LATEST_AVAILABLE"
          ],
          "enumDescriptions": [
            "Unspecified. Defaults to EXPORT_V3.",
            "Export schema version 1.",
            "Export schema version 2.",
            "Export schema version 3.",
            "Export schema version 4.",
            "Export schema version 5.",
            "Export schema version 6.",
            "Export schema version 7.",
            "Export schema version 8.",
            "Export schema version 9.",
            "Export schema version 10.",
            "Export schema version 11.",
            "Export schema version 12.",
            "Export schema version 13.",
            "Export schema version 14.",
            "Export schema version 15.",
            "Export schema version 16.",
            "Export schema version 17.",
            "Export schema version latest available."
          ],
          "type": "string",
          "description": "Optional. Version of the export schema."
        },
        "parent": {
          "description": "Required. The parent resource to export data from.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessages": {
      "properties": {
        "systemMessages": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessage"
          },
          "description": "A message from the system in response to the user."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessages",
      "description": "A wrapper for system messages per turn.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerateConversationSignedAudioResponse": {
      "description": "The response from a GenerateConversationSignedAudio request.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerateConversationSignedAudioResponse",
      "properties": {
        "signedAudioUris": {
          "description": "The signed uris for the audio.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SignedAudioUris"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig": {
      "properties": {
        "scorecardList": {
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList",
          "description": "A manual list of scorecards to score."
        }
      },
      "description": "Configuration for the QA feature.",
      "id": "GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo": {
      "properties": {
        "endOffset": {
          "description": "Time offset of the end of this word relative to the beginning of the total conversation.",
          "type": "string",
          "format": "google-duration"
        },
        "confidence": {
          "type": "number",
          "format": "float",
          "description": "A confidence estimate between 0.0 and 1.0 of the fidelity of this word. A default value of 0.0 indicates that the value is unset."
        },
        "word": {
          "type": "string",
          "description": "The word itself. Includes punctuation marks that surround the word."
        },
        "startOffset": {
          "format": "google-duration",
          "type": "string",
          "description": "Time offset of the start of this word relative to the beginning of the total conversation."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo",
      "type": "object",
      "description": "Word-level info for words in a transcript."
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionMediumDimensionMetadata": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionMediumDimensionMetadata",
      "properties": {
        "medium": {
          "type": "string",
          "description": "Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT."
        }
      },
      "description": "Metadata about the conversation medium dimension."
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightsMetadata": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightsMetadata",
      "properties": {
        "errorMessages": {
          "type": "array",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "description": "The error message when the generative insights request fails."
        }
      },
      "description": "The metadata for generative insights."
    },
    "GoogleCloudContactcenterinsightsV1IssueModelResult": {
      "id": "GoogleCloudContactcenterinsightsV1IssueModelResult",
      "properties": {
        "issueModel": {
          "description": "Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}",
          "type": "string"
        },
        "issues": {
          "type": "array",
          "description": "All the matched issues.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1IssueAssignment"
          }
        }
      },
      "description": "Issue Modeling result on a conversation.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata": {
      "description": "Metadata about the QA scorecard dimension.",
      "id": "GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata",
      "properties": {
        "qaScorecardId": {
          "description": "Optional. The QA scorecard ID.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1FinalizeAssessmentRequest": {
      "properties": {},
      "id": "GoogleCloudContactcenterinsightsV1alpha1FinalizeAssessmentRequest",
      "description": "The message to finalize an assessment. Finalizing makes an assessment and its notes immutable.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata",
      "type": "object",
      "description": "Metadata about the conversation profile dimension.",
      "properties": {
        "conversationProfileId": {
          "type": "string",
          "description": "Optional. The conversation profile ID."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionIssueDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionIssueDimensionMetadata",
      "properties": {
        "issueDisplayName": {
          "type": "string",
          "description": "The issue display name."
        },
        "issueId": {
          "description": "The issue ID.",
          "type": "string"
        },
        "issueModelId": {
          "description": "The parent issue model ID.",
          "type": "string"
        }
      },
      "description": "Metadata about the issue dimension.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartCustomPayloadPart": {
      "description": "A custom payload part.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartCustomPayloadPart",
      "properties": {
        "payloadType": {
          "type": "string",
          "description": "Optional. Type identifier for the payload."
        },
        "payload": {
          "type": "object",
          "description": "Optional. Arbitrary structured payload.",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1IngestConversationsRequest": {
      "description": "The request to ingest conversations.",
      "id": "GoogleCloudContactcenterinsightsV1IngestConversationsRequest",
      "properties": {
        "conversationConfig": {
          "description": "Configuration that applies to all conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig"
        },
        "sampleSize": {
          "format": "int32",
          "description": "Optional. If set, this fields indicates the number of objects to ingest from the Cloud Storage bucket. If empty, the entire bucket will be ingested. Unless they are first deleted, conversations produced through sampling won't be ingested by subsequent ingest requests.",
          "type": "integer"
        },
        "parent": {
          "description": "Required. The parent resource for new conversations.",
          "type": "string"
        },
        "transcriptObjectConfig": {
          "description": "Configuration for when `source` contains conversation transcripts.",
          "$ref": "GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig"
        },
        "gcsSource": {
          "$ref": "GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource",
          "description": "A cloud storage bucket source. Note that any previously ingested objects from the source will be skipped to avoid duplication."
        },
        "speechConfig": {
          "description": "Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings.",
          "$ref": "GoogleCloudContactcenterinsightsV1SpeechConfig"
        },
        "redactionConfig": {
          "description": "Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings.",
          "$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata",
      "type": "object",
      "description": "Metadata from Dialogflow relating to the current transcript segment.",
      "properties": {
        "smartReplyAllowlistCovered": {
          "description": "Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.",
          "type": "boolean"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponse",
      "description": "The response for querying metrics.",
      "type": "object",
      "properties": {
        "slices": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice"
          },
          "description": "A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request.",
          "type": "array"
        },
        "macroAverageSlice": {
          "description": "The macro average slice contains aggregated averages across all selected dimensions. i.e. if group_by agent and scorecard_id is specified, this field will contain the average across all agents and all scorecards. This field is only populated if the request specifies a Dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice"
        },
        "location": {
          "description": "Required. The location of the data. \"projects/{project}/locations/{location}\"",
          "type": "string"
        },
        "updateTime": {
          "description": "The metrics last update time.",
          "format": "google-datetime",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponseTimeSeries": {
      "properties": {
        "intervalDuration": {
          "type": "string",
          "format": "google-duration",
          "description": "The duration of each interval."
        },
        "points": {
          "description": "An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponseTimeSeriesInterval"
          }
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponseTimeSeries",
      "type": "object",
      "description": "A time series representing conversations over time."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource": {
      "description": "The conversation source, which is a combination of transcript and audio.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource",
      "properties": {
        "gcsSource": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GcsSource",
          "description": "A Cloud Storage location specification for the audio and transcript."
        },
        "metadataUri": {
          "type": "string",
          "description": "Cloud Storage URI that points to a file that contains the conversation metadata."
        },
        "dialogflowSource": {
          "description": "The source when the conversation comes from Dialogflow.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DialogflowSource"
        },
        "turnLevelAudios": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio"
          },
          "description": "Cloud Storage URIs that points to files that contain the conversation audio for each turn. Assume the order of the URIs is the same as the order of the transcript turns."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainRuntimeAnnotation": {
      "id": "GoogleCloudContactcenterinsightsV1mainRuntimeAnnotation",
      "type": "object",
      "properties": {
        "userInput": {
          "description": "Explicit input used for generating the answer",
          "$ref": "GoogleCloudContactcenterinsightsV1mainRuntimeAnnotationUserInput"
        },
        "createTime": {
          "description": "The time at which this annotation was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "faqAnswer": {
          "description": "Agent Assist FAQ answer data.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainFaqAnswerData"
        },
        "endBoundary": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotationBoundary",
          "description": "The boundary in the conversation where the annotation ends, inclusive."
        },
        "smartComposeSuggestion": {
          "description": "Agent Assist Smart Compose suggestion data.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainSmartComposeSuggestionData"
        },
        "smartReply": {
          "description": "Agent Assist Smart Reply data.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainSmartReplyData"
        },
        "dialogflowInteraction": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainDialogflowInteractionData",
          "description": "Dialogflow interaction data."
        },
        "annotationId": {
          "description": "The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}",
          "type": "string"
        },
        "cesEndSessionAnnotation": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainCesEndSessionAnnotation",
          "description": "The CES end session annotation."
        },
        "startBoundary": {
          "description": "The boundary in the conversation where the annotation starts, inclusive.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotationBoundary"
        },
        "articleSuggestion": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainArticleSuggestionData",
          "description": "Agent Assist Article Suggestion data."
        },
        "conversationSummarizationSuggestion": {
          "description": "Conversation summarization suggestion data.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationSummarizationSuggestionData"
        },
        "cesTurnAnnotation": {
          "description": "The CES turn annotation.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainCesTurnAnnotation"
        },
        "answerFeedback": {
          "description": "The feedback that the customer has about the answer in `data`.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnswerFeedback"
        }
      },
      "description": "An annotation that was generated during the customer and agent interaction."
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessageSystemMessage": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessageSystemMessage",
      "description": "A message from the system in response to the user. This message can also be a message from the user as historical context for multiturn conversations with the system.",
      "type": "object",
      "properties": {
        "textOutput": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessageSystemMessageTextOutput",
          "description": "A direct natural language response to the user message."
        },
        "generatedSqlQuery": {
          "description": "Raw SQL from LLM, before templatization",
          "type": "string"
        },
        "chartSpec": {
          "type": "object",
          "description": "Chart spec from LLM",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1QueryMetricsResponse": {
      "description": "The response for querying metrics.",
      "properties": {
        "slices": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice"
          },
          "description": "A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request.",
          "type": "array"
        },
        "location": {
          "type": "string",
          "description": "Required. The location of the data. \"projects/{project}/locations/{location}\""
        },
        "macroAverageSlice": {
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice",
          "description": "The macro average slice contains aggregated averages across all selected dimensions. i.e. if group_by agent and scorecard_id is specified, this field will contain the average across all agents and all scorecards. This field is only populated if the request specifies a Dimension."
        },
        "updateTime": {
          "type": "string",
          "description": "The metrics last update time.",
          "format": "google-datetime"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1QueryMetricsResponse",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainSampleConversationsMetadata": {
      "description": "The metadata for an SampleConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1mainSampleConversationsMetadata",
      "type": "object",
      "properties": {
        "partialErrors": {
          "description": "Output only. Partial errors during sample conversations operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "readOnly": true,
          "type": "array"
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the operation was created.",
          "type": "string"
        },
        "request": {
          "readOnly": true,
          "description": "Output only. The original request for sample conversations to dataset.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainSampleConversationsRequest"
        },
        "endTime": {
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "type": "string"
        },
        "sampleConversationsStats": {
          "description": "Output only. Statistics for SampleConversations operation.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainSampleConversationsMetadataSampleConversationsStats"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsights": {
      "properties": {
        "request": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "type": "object"
        },
        "chartCheckpoint": {
          "description": "The chart checkpoint used to generate the chart.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartCheckpoint"
        },
        "sqlComparisonKey": {
          "description": "Optional. For charts with comparison, this key will determine the metric that will be compared between the current and another dataset.",
          "type": "string"
        },
        "chartConversations": {
          "deprecated": true,
          "readOnly": true,
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversation"
          },
          "type": "array",
          "description": "Output only. The chart conversations used to generate the chart."
        },
        "chartSpec": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "type": "object",
          "description": "Chart spec for the chart."
        },
        "sqlQuery": {
          "type": "string",
          "description": "SQL query used to generate the chart."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsights",
      "type": "object",
      "description": "Request that use natural language query to generate the chart."
    },
    "GoogleIamV1SetIamPolicyRequest": {
      "properties": {
        "policy": {
          "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.",
          "$ref": "GoogleIamV1Policy"
        },
        "updateMask": {
          "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
          "type": "string",
          "format": "google-fieldmask"
        }
      },
      "id": "GoogleIamV1SetIamPolicyRequest",
      "type": "object",
      "description": "Request message for `SetIamPolicy` method."
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscript": {
      "properties": {
        "transcriptSegments": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment"
          },
          "description": "A list of sequential transcript segments that comprise the conversation.",
          "type": "array"
        }
      },
      "description": "A message representing the transcript of a conversation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscript"
    },
    "GoogleCloudContactcenterinsightsV1alpha1CreateAnalysisOperationMetadata": {
      "properties": {
        "annotatorSelector": {
          "description": "Output only. The annotator selector used for the analysis (if any).",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector",
          "readOnly": true
        },
        "conversation": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The Conversation that this Analysis Operation belongs to."
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation was created."
        },
        "endTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the operation finished running."
        }
      },
      "type": "object",
      "description": "Metadata for a create analysis operation.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1CreateAnalysisOperationMetadata"
    },
    "GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec": {
      "description": "A customer-managed encryption key specification that can be applied to all created resources (e.g. `Conversation`).",
      "type": "object",
      "properties": {
        "kmsKey": {
          "type": "string",
          "description": "Required. The name of customer-managed encryption key that is used to secure a resource and its sub-resources. If empty, the resource is secured by our default encryption key. Only the key in the same location as this resource is allowed to be used for encryption. Format: `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}`"
        },
        "name": {
          "description": "Immutable. The resource name of the encryption key specification resource. Format: projects/{project}/locations/{location}/encryptionSpec",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec"
    },
    "GoogleCloudContactcenterinsightsV1mainExportInsightsDataResponse": {
      "id": "GoogleCloudContactcenterinsightsV1mainExportInsightsDataResponse",
      "properties": {},
      "description": "Response for an export insights operation.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscript": {
      "description": "A message representing the transcript of a conversation.",
      "properties": {
        "transcriptSegments": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegment"
          },
          "type": "array",
          "description": "A list of sequential transcript segments that comprise the conversation."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscript"
    },
    "GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata",
      "type": "object",
      "properties": {
        "sentimentCategory": {
          "description": "Optional. The client sentiment category.",
          "type": "string"
        }
      },
      "description": "Metadata about the client sentiment category dimension."
    },
    "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint": {
      "id": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint",
      "type": "object",
      "description": "A data point contains the metric values mapped to an interval.",
      "properties": {
        "conversationMeasure": {
          "description": "The measure related to conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure"
        },
        "dialogflowInteractionMeasure": {
          "description": "The measure related to dialogflow interactions.",
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure"
        },
        "interval": {
          "description": "The interval that this data point represents. * If this is the total data point, the interval is [starting create time, ending create time) from the request. * If this a data point from the time series, the interval is [time, time + time granularity from the request).",
          "$ref": "GoogleTypeInterval"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartListPart": {
      "properties": {
        "items": {
          "description": "Optional. List items.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartListItem"
          },
          "type": "array"
        },
        "listType": {
          "enum": [
            "LIST_TYPE_UNSPECIFIED",
            "UNORDERED",
            "ORDERED_NUMBER",
            "ORDERED_ALPHA"
          ],
          "enumDescriptions": [
            "Unspecified list type.",
            "Unordered list.",
            "Ordered numbered list.",
            "Ordered alphabetic list."
          ],
          "type": "string",
          "description": "Optional. The type of list."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartListPart",
      "type": "object",
      "description": "A list part."
    },
    "GoogleIamV1Policy": {
      "id": "GoogleIamV1Policy",
      "properties": {
        "auditConfigs": {
          "description": "Specifies cloud audit logging configuration for this policy.",
          "type": "array",
          "items": {
            "$ref": "GoogleIamV1AuditConfig"
          }
        },
        "version": {
          "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
          "type": "integer",
          "format": "int32"
        },
        "etag": {
          "format": "byte",
          "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
          "type": "string"
        },
        "bindings": {
          "type": "array",
          "items": {
            "$ref": "GoogleIamV1Binding"
          },
          "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`."
        }
      },
      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsMetadata": {
      "type": "object",
      "properties": {
        "failedAnalysesCount": {
          "format": "int32",
          "description": "The number of requested analyses that have failed so far.",
          "type": "integer"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest",
          "description": "The original request for bulk analyze."
        },
        "relabel": {
          "type": "boolean",
          "description": "Output only. If true, the labeling rules will be re-evaluated for the conversations.",
          "readOnly": true
        },
        "endTime": {
          "type": "string",
          "description": "The time the operation finished running.",
          "format": "google-datetime"
        },
        "createTime": {
          "description": "The time the operation was created.",
          "type": "string",
          "format": "google-datetime"
        },
        "totalRequestedAnalysesCount": {
          "type": "integer",
          "format": "int32",
          "description": "Total number of analyses requested. Computed by the number of conversations returned by `filter` multiplied by `analysis_percentage` in the request."
        },
        "completedAnalysesCount": {
          "description": "The number of requested analyses that have completed successfully so far.",
          "format": "int32",
          "type": "integer"
        },
        "partialErrors": {
          "description": "Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "type": "array"
        }
      },
      "description": "The metadata for a bulk analyze conversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsMetadata"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartCitationPart": {
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartCitationPart",
      "type": "object",
      "properties": {
        "sourceUri": {
          "type": "string",
          "description": "Optional. The cited source URI."
        },
        "sourceTitle": {
          "description": "Optional. The cited source title.",
          "type": "string"
        },
        "snippet": {
          "type": "string",
          "description": "Optional. Snippet of the cited text."
        }
      },
      "description": "A citation part."
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput": {
      "type": "object",
      "description": "A text output message from the system.",
      "properties": {
        "text": {
          "description": "The parts of the message.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "textType": {
          "enumDescriptions": [
            "The default text type.",
            "The text is a thinking plan generated by the thinking tool.",
            "The text is a final response to the user question.",
            "The text is an informational message about the agent's progress, such as a tool being invoked. This is distinct from the agent's internal thought process (`THOUGHT`) and the final answer to the user (`FINAL_RESPONSE`). These messages provide insight into the agent's actions."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "THOUGHT",
            "FINAL_RESPONSE",
            "PROGRESS"
          ],
          "description": "The type of the text message.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput"
    },
    "GoogleCloudContactcenterinsightsV1alpha1IssueModelResult": {
      "description": "Issue Modeling result on a conversation.",
      "type": "object",
      "properties": {
        "issueModel": {
          "type": "string",
          "description": "Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}"
        },
        "issues": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueAssignment"
          },
          "description": "All the matched issues.",
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1IssueModelResult"
    },
    "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats": {
      "properties": {
        "failedIngestCount": {
          "readOnly": true,
          "format": "int32",
          "description": "Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field.",
          "type": "integer"
        },
        "duplicatesSkippedCount": {
          "format": "int32",
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested."
        },
        "successfulIngestCount": {
          "format": "int32",
          "description": "Output only. The number of new conversations added during this ingest operation.",
          "type": "integer",
          "readOnly": true
        },
        "processedObjectCount": {
          "type": "integer",
          "format": "int32",
          "description": "Output only. The number of objects processed during the ingest operation.",
          "readOnly": true
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats",
      "type": "object",
      "description": "Statistics for IngestConversations operation."
    },
    "GoogleCloudContactcenterinsightsV1alpha1Note": {
      "properties": {
        "assessmentNote": {
          "description": "The note is associated to the entire parent assessment.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1NoteAssessmentNote"
        },
        "name": {
          "description": "Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}",
          "type": "string"
        },
        "content": {
          "description": "The note content.",
          "type": "string"
        },
        "noteCreator": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1UserInfo",
          "readOnly": true,
          "description": "Output only. The user that created the note."
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. The time at which the note was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "updateTime": {
          "description": "Output only. The time at which the note was last updated.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "conversationTurnNote": {
          "description": "The note is associated with a conversation turn.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1NoteConversationTurnNote"
        },
        "qaQuestionNote": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1NoteQaQuestionNote",
          "description": "The note is associated with a QA question in one of the conversation's scorecard results."
        }
      },
      "description": "The conversation assessment note resource.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1Note"
    },
    "GoogleCloudContactcenterinsightsV1alpha1UndeployQaScorecardRevisionRequest": {
      "type": "object",
      "properties": {},
      "id": "GoogleCloudContactcenterinsightsV1alpha1UndeployQaScorecardRevisionRequest",
      "description": "The request to undeploy a QaScorecardRevision"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelRequest": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelRequest",
      "type": "object",
      "properties": {
        "name": {
          "description": "Required. The name of the issue model to delete.",
          "type": "string"
        }
      },
      "description": "The request to delete an issue model."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListConversationsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListConversationsResponse",
      "type": "object",
      "properties": {
        "conversations": {
          "description": "The conversations that match the request.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token which can be sent as `page_token` to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available."
        }
      },
      "description": "The response of listing conversations."
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata",
      "type": "object",
      "properties": {
        "smartReplyAllowlistCovered": {
          "description": "Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.",
          "type": "boolean"
        }
      },
      "description": "Metadata from Dialogflow relating to the current transcript segment."
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartThoughtPart": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartThoughtPart",
      "properties": {
        "text": {
          "description": "Optional. The thought or reasoning text.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "A thought part."
    },
    "GoogleCloudContactcenterinsightsV1mainConversationLevelSilence": {
      "description": "Conversation-level silence data.",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationLevelSilence",
      "type": "object",
      "properties": {
        "silencePercentage": {
          "format": "float",
          "type": "number",
          "description": "Percentage of the total conversation spent in silence."
        },
        "silenceDuration": {
          "description": "Amount of time calculated to be in silence.",
          "type": "string",
          "format": "google-duration"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse": {
      "id": "GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewResponse",
      "description": "The response for querying performance overview.",
      "properties": {
        "summaryText": {
          "description": "The summary text of the performance.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1EntityMentionData": {
      "description": "The data for an entity mention annotation. This represents a mention of an `Entity` in the conversation.",
      "type": "object",
      "properties": {
        "entityUniqueId": {
          "description": "The key of this entity in conversation entities. Can be used to retrieve the exact `Entity` this mention is attached to.",
          "type": "string"
        },
        "type": {
          "type": "string",
          "description": "The type of the entity mention.",
          "enumDescriptions": [
            "Unspecified.",
            "Proper noun.",
            "Common noun (or noun compound)."
          ],
          "enum": [
            "MENTION_TYPE_UNSPECIFIED",
            "PROPER",
            "COMMON"
          ]
        },
        "sentiment": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SentimentData",
          "description": "Sentiment expressed for this mention of the entity."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1EntityMentionData"
    },
    "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata": {
      "properties": {
        "toolId": {
          "description": "Optional. The dialogflow tool ID.",
          "type": "string"
        },
        "toolDisplayName": {
          "type": "string",
          "description": "Optional. The dialogflow tool display name."
        }
      },
      "description": "Metadata about the Conversational Agents tool dimension.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata"
    },
    "GoogleCloudContactcenterinsightsV1alpha1Issue": {
      "properties": {
        "displayDescription": {
          "description": "Representative description of the issue.",
          "type": "string"
        },
        "displayName": {
          "description": "The representative name for the issue.",
          "type": "string"
        },
        "sampleUtterances": {
          "description": "Output only. Resource names of the sample representative utterances that match to this issue.",
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time at which this issue was created.",
          "type": "string"
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The most recent time that this issue was updated.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "name": {
          "description": "Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}",
          "type": "string"
        }
      },
      "description": "The issue resource.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1Issue"
    },
    "GoogleCloudContactcenterinsightsV1QaScorecardResult": {
      "properties": {
        "score": {
          "type": "number",
          "description": "The overall numerical score of the result, incorporating any manual edits if they exist.",
          "format": "double"
        },
        "agentId": {
          "description": "ID of the agent that handled the conversation.",
          "type": "string"
        },
        "scoreSources": {
          "type": "array",
          "description": "List of all individual score sets.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource"
          }
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The timestamp that the revision was created."
        },
        "potentialScore": {
          "description": "The maximum potential overall score of the scorecard. Any questions answered using `na_value` are excluded from this calculation.",
          "format": "double",
          "type": "number"
        },
        "qaScorecardRevision": {
          "description": "The QaScorecardRevision scored by this result.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the scorecard result. Format: projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}"
        },
        "qaAnswers": {
          "description": "Set of QaAnswers represented in the result.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1QaAnswer"
          },
          "type": "array"
        },
        "conversation": {
          "type": "string",
          "description": "The conversation scored by this result."
        },
        "qaTagResults": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult"
          },
          "description": "Collection of tags and their scores.",
          "type": "array"
        },
        "normalizedScore": {
          "type": "number",
          "format": "double",
          "description": "The normalized score, which is the score divided by the potential score. Any manual edits are included if they exist."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1QaScorecardResult",
      "type": "object",
      "description": "The results of scoring a single conversation against a QaScorecard. Contains a collection of QaAnswers and aggregate score."
    },
    "GoogleCloudContactcenterinsightsV1Conversation": {
      "id": "GoogleCloudContactcenterinsightsV1Conversation",
      "properties": {
        "callMetadata": {
          "description": "Call-specific metadata.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationCallMetadata"
        },
        "obfuscatedUserId": {
          "description": "Obfuscated user ID which the customer sent to us.",
          "type": "string"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "A map for the user to specify any custom fields. A maximum of 100 labels per conversation is allowed, with a maximum of 256 characters per entry."
        },
        "latestSummary": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData",
          "readOnly": true,
          "description": "Output only. Latest summary of the conversation."
        },
        "qualityMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationQualityMetadata",
          "description": "Conversation metadata related to quality management."
        },
        "ttl": {
          "format": "google-duration",
          "description": "Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.",
          "type": "string"
        },
        "duration": {
          "type": "string",
          "description": "Output only. The duration of the conversation.",
          "format": "google-duration",
          "readOnly": true
        },
        "startTime": {
          "format": "google-datetime",
          "description": "The time at which the conversation started.",
          "type": "string"
        },
        "correlationInfo": {
          "readOnly": true,
          "description": "Output only. Info for correlating across conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo"
        },
        "dialogflowIntents": {
          "type": "object",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1DialogflowIntent"
          },
          "description": "Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}",
          "readOnly": true
        },
        "latestAnalysis": {
          "description": "Output only. The conversation's latest analysis, if one exists.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1Analysis"
        },
        "dataSource": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationDataSource",
          "description": "The source of the audio and transcription for the conversation."
        },
        "runtimeAnnotations": {
          "description": "Output only. The annotations that were generated during the customer and agent interaction.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1RuntimeAnnotation"
          },
          "type": "array"
        },
        "expireTime": {
          "description": "The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.",
          "format": "google-datetime",
          "type": "string"
        },
        "agentId": {
          "type": "string",
          "description": "An opaque, user-specified string representing the human agent who handled the conversation."
        },
        "languageCode": {
          "type": "string",
          "description": "A user-specified language code for the conversation."
        },
        "medium": {
          "enum": [
            "MEDIUM_UNSPECIFIED",
            "PHONE_CALL",
            "CHAT"
          ],
          "enumDescriptions": [
            "Default value for unspecified.",
            "The format for conversations that took place over the phone.",
            "The format for conversations that took place over chat."
          ],
          "type": "string",
          "description": "Immutable. The conversation medium."
        },
        "name": {
          "type": "string",
          "description": "Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}"
        },
        "turnCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The number of turns in the conversation.",
          "format": "int32"
        },
        "transcript": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscript",
          "description": "Output only. The conversation transcript."
        },
        "metadataJson": {
          "description": "Optional. JSON metadata encoded as a string. This field is primarily used by Insights integrations with various telephony systems and must be in one of Insight's supported formats.",
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The time at which the conversation was created.",
          "format": "google-datetime",
          "readOnly": true
        },
        "updateTime": {
          "description": "Output only. The most recent time at which the conversation was updated.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        }
      },
      "description": "The conversation resource.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1CallAnnotation": {
      "description": "A piece of metadata that applies to a window of a call.",
      "id": "GoogleCloudContactcenterinsightsV1CallAnnotation",
      "properties": {
        "silenceData": {
          "$ref": "GoogleCloudContactcenterinsightsV1SilenceData",
          "description": "Data specifying silence."
        },
        "phraseMatchData": {
          "description": "Data specifying a phrase match.",
          "$ref": "GoogleCloudContactcenterinsightsV1PhraseMatchData"
        },
        "entityMentionData": {
          "$ref": "GoogleCloudContactcenterinsightsV1EntityMentionData",
          "description": "Data specifying an entity mention."
        },
        "intentMatchData": {
          "description": "Data specifying an intent match.",
          "$ref": "GoogleCloudContactcenterinsightsV1IntentMatchData"
        },
        "holdData": {
          "$ref": "GoogleCloudContactcenterinsightsV1HoldData",
          "description": "Data specifying a hold."
        },
        "annotationEndBoundary": {
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotationBoundary",
          "description": "The boundary in the conversation where the annotation ends, inclusive."
        },
        "channelTag": {
          "format": "int32",
          "type": "integer",
          "description": "The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated."
        },
        "interruptionData": {
          "description": "Data specifying an interruption.",
          "$ref": "GoogleCloudContactcenterinsightsV1InterruptionData"
        },
        "issueMatchData": {
          "description": "Data specifying an issue match.",
          "$ref": "GoogleCloudContactcenterinsightsV1IssueMatchData"
        },
        "annotationStartBoundary": {
          "description": "The boundary in the conversation where the annotation starts, inclusive.",
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotationBoundary"
        },
        "sentimentData": {
          "$ref": "GoogleCloudContactcenterinsightsV1SentimentData",
          "description": "Data specifying sentiment."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata": {
      "properties": {
        "playbookDisplayName": {
          "type": "string",
          "description": "Optional. The dialogflow playbook display name."
        },
        "playbookId": {
          "type": "string",
          "description": "Optional. The dialogflow playbook ID."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata",
      "description": "Metadata about the Conversational Agents playbook dimension."
    },
    "GoogleCloudContactcenterinsightsV1alpha1UpdateQaQuestionTagRequest": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1UpdateQaQuestionTagRequest",
      "properties": {
        "qaQuestionTag": {
          "description": "Required. The QaQuestionTag to update.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag"
        },
        "updateMask": {
          "description": "Optional. The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `qa_question_tag_name` - the name of the tag * `qa_question_ids` - the list of questions the tag applies to",
          "format": "google-fieldmask",
          "type": "string"
        }
      },
      "description": "The request for updating a QaQuestionTag."
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue": {
      "description": "Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question.",
      "type": "object",
      "properties": {
        "skipValue": {
          "description": "Output only. A value of \"Skip\". If provided, this field may only be set to `true`. If a question receives this answer, it will be excluded from any score calculations. This would mean that the question was not evaluated.",
          "readOnly": true,
          "type": "boolean"
        },
        "numValue": {
          "description": "Numerical value.",
          "type": "number",
          "format": "double"
        },
        "boolValue": {
          "description": "Boolean value.",
          "type": "boolean"
        },
        "normalizedScore": {
          "type": "number",
          "format": "double",
          "description": "Output only. Normalized score of the questions. Calculated as score / potential_score.",
          "readOnly": true
        },
        "score": {
          "type": "number",
          "description": "Output only. Numerical score of the answer.",
          "format": "double",
          "readOnly": true
        },
        "strValue": {
          "description": "String value.",
          "type": "string"
        },
        "key": {
          "type": "string",
          "description": "A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key."
        },
        "potentialScore": {
          "readOnly": true,
          "description": "Output only. The maximum potential score of the question.",
          "format": "double",
          "type": "number"
        },
        "naValue": {
          "description": "A value of \"Not Applicable (N/A)\". Should only ever be `true`.",
          "type": "boolean"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue"
    },
    "GoogleCloudContactcenterinsightsV1alpha1CorrelationConfig": {
      "description": "A configuration that defines how to correlate conversations for a given a given project.",
      "properties": {
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time at which the correlation config was created."
        },
        "updateTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time at which the correlation config was last updated."
        },
        "name": {
          "description": "Immutable. Identifier. The resource name of the correlation config. Format: projects/{project}/locations/{location}/correlationConfig",
          "type": "string"
        },
        "fullConversationConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1CorrelationTypeConfig",
          "description": "The correlation type config for full conversations."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1CorrelationConfig"
    },
    "GoogleCloudContactcenterinsightsV1DeployIssueModelResponse": {
      "description": "The response to deploy an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1DeployIssueModelResponse",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1mainAnswerFeedback": {
      "description": "The feedback that the customer has about a certain answer in the conversation.",
      "properties": {
        "correctnessLevel": {
          "type": "string",
          "enumDescriptions": [
            "Correctness level unspecified.",
            "Answer is totally wrong.",
            "Answer is partially correct.",
            "Answer is fully correct."
          ],
          "enum": [
            "CORRECTNESS_LEVEL_UNSPECIFIED",
            "NOT_CORRECT",
            "PARTIALLY_CORRECT",
            "FULLY_CORRECT"
          ],
          "description": "The correctness level of an answer."
        },
        "displayed": {
          "type": "boolean",
          "description": "Indicates whether an answer or item was displayed to the human agent in the agent desktop UI."
        },
        "clicked": {
          "description": "Indicates whether an answer or item was clicked by the human agent.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainAnswerFeedback"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscript": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscript",
      "description": "A message representing the transcript of a conversation.",
      "type": "object",
      "properties": {
        "transcriptSegments": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegment"
          },
          "description": "A list of sequential transcript segments that comprise the conversation.",
          "type": "array"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListQaQuestionsResponse": {
      "description": "The response from a ListQaQuestions request.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListQaQuestionsResponse",
      "type": "object",
      "properties": {
        "qaQuestions": {
          "description": "The QaQuestions under the parent.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestion"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest": {
      "properties": {
        "filter": {
          "type": "string",
          "description": "Filter used to select the subset of conversations to delete."
        },
        "force": {
          "type": "boolean",
          "description": "If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses."
        },
        "maxDeleteCount": {
          "format": "int32",
          "description": "Maximum number of conversations to delete.",
          "type": "integer"
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest",
      "description": "The request to delete conversations in bulk.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1IssueAssignment": {
      "id": "GoogleCloudContactcenterinsightsV1IssueAssignment",
      "properties": {
        "score": {
          "description": "Score indicating the likelihood of the issue assignment. currently bounded on [0,1].",
          "format": "double",
          "type": "number"
        },
        "displayName": {
          "description": "Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.",
          "type": "string"
        },
        "issue": {
          "type": "string",
          "description": "Resource name of the assigned issue."
        }
      },
      "type": "object",
      "description": "Information about the issue."
    },
    "GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest": {
      "properties": {
        "conversationId": {
          "description": "Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-`",
          "type": "string"
        },
        "redactionConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig",
          "description": "Optional. DLP settings for transcript redaction. Will default to the config specified in Settings."
        },
        "conversation": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation",
          "description": "Required. The conversation resource to create."
        },
        "speechConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SpeechConfig",
          "description": "Optional. Speech-to-Text configuration. Will default to the config specified in Settings."
        },
        "parent": {
          "description": "Required. The parent resource of the conversation.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest",
      "type": "object",
      "description": "Request to upload a conversation."
    },
    "GoogleCloudContactcenterinsightsV1AnswerFeedback": {
      "type": "object",
      "description": "The feedback that the customer has about a certain answer in the conversation.",
      "properties": {
        "correctnessLevel": {
          "description": "The correctness level of an answer.",
          "type": "string",
          "enumDescriptions": [
            "Correctness level unspecified.",
            "Answer is totally wrong.",
            "Answer is partially correct.",
            "Answer is fully correct."
          ],
          "enum": [
            "CORRECTNESS_LEVEL_UNSPECIFIED",
            "NOT_CORRECT",
            "PARTIALLY_CORRECT",
            "FULLY_CORRECT"
          ]
        },
        "clicked": {
          "description": "Indicates whether an answer or item was clicked by the human agent.",
          "type": "boolean"
        },
        "displayed": {
          "description": "Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.",
          "type": "boolean"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1AnswerFeedback"
    },
    "GoogleCloudContactcenterinsightsV1IssueModel": {
      "properties": {
        "inputDataConfig": {
          "description": "Configs for the input data that used to create the issue model.",
          "$ref": "GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig"
        },
        "name": {
          "type": "string",
          "description": "Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}"
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time at which this issue model was created."
        },
        "updateTime": {
          "format": "google-datetime",
          "description": "Output only. The most recent time at which the issue model was updated.",
          "type": "string",
          "readOnly": true
        },
        "displayName": {
          "type": "string",
          "description": "The representative name for the issue model."
        },
        "modelType": {
          "description": "Type of the model.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified model type.",
            "Type V1.",
            "Type V2."
          ],
          "enum": [
            "MODEL_TYPE_UNSPECIFIED",
            "TYPE_V1",
            "TYPE_V2"
          ]
        },
        "trainingStats": {
          "$ref": "GoogleCloudContactcenterinsightsV1IssueModelLabelStats",
          "description": "Output only. Immutable. The issue model's label statistics on its training data.",
          "readOnly": true
        },
        "state": {
          "description": "Output only. State of the model.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "Model is not deployed but is ready to deploy.",
            "Model is being deployed.",
            "Model is deployed and is ready to be used. A model can only be used in analysis if it's in this state.",
            "Model is being undeployed.",
            "Model is being deleted."
          ],
          "enum": [
            "STATE_UNSPECIFIED",
            "UNDEPLOYED",
            "DEPLOYING",
            "DEPLOYED",
            "UNDEPLOYING",
            "DELETING"
          ],
          "readOnly": true
        },
        "languageCode": {
          "type": "string",
          "description": "Language of the model."
        },
        "issueCount": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Number of issues in this issue model."
        }
      },
      "type": "object",
      "description": "The issue model resource.",
      "id": "GoogleCloudContactcenterinsightsV1IssueModel"
    },
    "GoogleCloudContactcenterinsightsV1mainIssueModelLabelStatsIssueStats": {
      "id": "GoogleCloudContactcenterinsightsV1mainIssueModelLabelStatsIssueStats",
      "type": "object",
      "description": "Aggregated statistics about an issue.",
      "properties": {
        "displayName": {
          "description": "Display name of the issue.",
          "type": "string"
        },
        "labeledConversationsCount": {
          "format": "int64",
          "type": "string",
          "description": "Number of conversations attached to the issue at this point in time."
        },
        "issue": {
          "type": "string",
          "description": "Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponse": {
      "properties": {
        "updateTime": {
          "description": "The metrics last update time.",
          "format": "google-datetime",
          "type": "string"
        },
        "location": {
          "type": "string",
          "description": "Required. The location of the data. \"projects/{project}/locations/{location}\""
        },
        "macroAverageSlice": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSlice",
          "description": "The macro average slice contains aggregated averages across all selected dimensions. i.e. if group_by agent and scorecard_id is specified, this field will contain the average across all agents and all scorecards. This field is only populated if the request specifies a Dimension."
        },
        "slices": {
          "description": "A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSlice"
          }
        }
      },
      "type": "object",
      "description": "The response for querying metrics.",
      "id": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponse"
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponse": {
      "type": "object",
      "properties": {
        "transcript": {
          "description": "The transcript of the generative insights conversation.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscript"
        },
        "generativeResponses": {
          "description": "The full list of generative responses. Each response is ordered by time.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponse"
          },
          "type": "array"
        }
      },
      "description": "The response for generative insights.",
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource",
      "type": "object",
      "properties": {
        "objectUri": {
          "description": "Required. Format: `gs:///`",
          "type": "string"
        }
      },
      "description": "Google Cloud Storage Object URI to get the issue model file from."
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionConversationProfileDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionConversationProfileDimensionMetadata",
      "properties": {
        "conversationProfileId": {
          "type": "string",
          "description": "Optional. The conversation profile ID."
        }
      },
      "description": "Metadata about the conversation profile dimension.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListViewsResponse": {
      "properties": {
        "views": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1View"
          },
          "description": "The views that match the request.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListViewsResponse",
      "description": "The response of listing views."
    },
    "GoogleCloudContactcenterinsightsV1BulkDeleteConversationsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1BulkDeleteConversationsResponse",
      "properties": {},
      "type": "object",
      "description": "The response for a bulk delete conversations operation."
    },
    "GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata": {
      "description": "Metadata for undeploying an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata",
      "properties": {
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest",
          "description": "The original request for undeployment."
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the operation was created.",
          "readOnly": true
        },
        "endTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. The time the operation finished running."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ExportIssueModelRequest": {
      "description": "Request to export an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1ExportIssueModelRequest",
      "properties": {
        "name": {
          "description": "Required. The issue model to export.",
          "type": "string"
        },
        "gcsDestination": {
          "$ref": "GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination",
          "description": "Google Cloud Storage URI to export the issue model to."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainAnnotatorSelector": {
      "properties": {
        "runEntityAnnotator": {
          "description": "Whether to run the entity annotator.",
          "type": "boolean"
        },
        "issueModels": {
          "type": "array",
          "description": "The issue model to run. If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.",
          "items": {
            "type": "string"
          }
        },
        "runQaAnnotator": {
          "description": "Whether to run the QA annotator.",
          "type": "boolean"
        },
        "runPhraseMatcherAnnotator": {
          "type": "boolean",
          "description": "Whether to run the active phrase matcher annotator(s)."
        },
        "runAutoLabelingAnnotator": {
          "description": "Optional. Whether to run the auto-labeling annotator. If true, the auto-labeling annotator will be run. This is a non-billable operation designed for fixing or backfilling custom labels.",
          "type": "boolean"
        },
        "runIntentAnnotator": {
          "description": "Whether to run the intent annotator.",
          "type": "boolean"
        },
        "runSummarizationAnnotator": {
          "type": "boolean",
          "description": "Whether to run the summarization annotator."
        },
        "runIssueModelAnnotator": {
          "type": "boolean",
          "description": "Whether to run the issue model annotator. A model should have already been deployed for this to take effect."
        },
        "phraseMatchers": {
          "type": "array",
          "description": "The list of phrase matchers to run. If not provided, all active phrase matchers will be used. If inactive phrase matchers are provided, they will not be used. Phrase matchers will be run only if run_phrase_matcher_annotator is set to true. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}",
          "items": {
            "type": "string"
          }
        },
        "qaConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfig",
          "description": "Configuration for the QA annotator."
        },
        "runSentimentAnnotator": {
          "description": "Whether to run the sentiment annotator.",
          "type": "boolean"
        },
        "runInterruptionAnnotator": {
          "description": "Whether to run the interruption annotator.",
          "type": "boolean"
        },
        "summarizationConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorSummarizationConfig",
          "description": "Configuration for the summarization annotator."
        },
        "runSilenceAnnotator": {
          "type": "boolean",
          "description": "Whether to run the silence annotator."
        }
      },
      "description": "Selector of all available annotators and phrase matchers to run.",
      "id": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelector",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult": {
      "type": "object",
      "description": "The percentile result. Currently supported percentiles are 50th, 90th, and 99th.",
      "id": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult",
      "properties": {
        "p50": {
          "format": "double",
          "type": "number",
          "description": "The 50th percentile value."
        },
        "p90": {
          "description": "The 90th percentile value.",
          "type": "number",
          "format": "double"
        },
        "p99": {
          "description": "The 99th percentile value.",
          "format": "double",
          "type": "number"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata": {
      "properties": {
        "answerValue": {
          "type": "string",
          "description": "Optional. The full body of the question."
        },
        "qaQuestionId": {
          "description": "Optional. The QA question ID.",
          "type": "string"
        },
        "qaScorecardId": {
          "description": "Optional. The QA scorecard ID.",
          "type": "string"
        },
        "questionBody": {
          "description": "Optional. The full body of the question.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata",
      "description": "Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for questions for a given scorecard."
    },
    "GoogleCloudContactcenterinsightsV1IssueModelLabelStats": {
      "description": "Aggregated statistics about an issue model.",
      "type": "object",
      "properties": {
        "unclassifiedConversationsCount": {
          "description": "Number of analyzed conversations for which no issue was applicable at this point in time.",
          "format": "int64",
          "type": "string"
        },
        "analyzedConversationsCount": {
          "description": "Number of conversations the issue model has analyzed at this point in time.",
          "type": "string",
          "format": "int64"
        },
        "issueStats": {
          "type": "object",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats"
          },
          "description": "Statistics on each issue. Key is the issue's resource name."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1IssueModelLabelStats"
    },
    "GoogleCloudContactcenterinsightsV1ConversationLevelSilence": {
      "properties": {
        "silencePercentage": {
          "format": "float",
          "type": "number",
          "description": "Percentage of the total conversation spent in silence."
        },
        "silenceDuration": {
          "type": "string",
          "format": "google-duration",
          "description": "Amount of time calculated to be in silence."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationLevelSilence",
      "type": "object",
      "description": "Conversation-level silence data."
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartProductCollectionPart": {
      "properties": {
        "products": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartProduct"
          },
          "description": "Optional. List of products.",
          "type": "array"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartProductCollectionPart",
      "description": "A product collection part."
    },
    "GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata": {
      "properties": {
        "request": {
          "description": "The original request for export.",
          "$ref": "GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest"
        },
        "failedExportCount": {
          "description": "The number of conversations that failed to be exported.",
          "format": "int32",
          "type": "integer"
        },
        "partialErrors": {
          "type": "array",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "description": "Partial errors during export operation that might cause the operation output to be incomplete."
        },
        "completedExportCount": {
          "description": "The number of conversations that were exported successfully.",
          "format": "int32",
          "type": "integer"
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "endTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The time the operation finished running.",
          "readOnly": true
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata",
      "description": "Metadata for an export insights operation."
    },
    "GoogleCloudCesV1mainToolResponse": {
      "properties": {
        "agentName": {
          "description": "Output only. Human-readable name of the agent that issued this call, e.g. \"Contract Architect\". Empty when the root agent issued it.",
          "readOnly": true,
          "type": "string"
        },
        "toolsetTool": {
          "description": "Optional. The toolset tool that got executed.",
          "$ref": "GoogleCloudCesV1mainToolsetTool"
        },
        "id": {
          "type": "string",
          "description": "Optional. The matching ID of the tool call the response is for."
        },
        "displayName": {
          "description": "Output only. Display name of the tool.",
          "type": "string",
          "readOnly": true
        },
        "parentToolCallId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The id of the tool call that caused this one, when it was issued by a sub-agent working on behalf of a parent call. Empty for top-level calls. Lets a client group a sub-agent's work under the call that started it instead of rendering every step as a sibling."
        },
        "tool": {
          "description": "Optional. The name of the tool to execute. Format: `projects/{project}/locations/{location}/apps/{app}/tools/{tool}`",
          "type": "string"
        },
        "response": {
          "description": "Required. The tool execution result in JSON object format. Use \"output\" key to specify tool response and \"error\" key to specify error details (if any). If \"output\" and \"error\" keys are not specified, then whole \"response\" is treated as tool execution result.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        }
      },
      "description": "The execution result of a specific tool from the client or the agent.",
      "type": "object",
      "id": "GoogleCloudCesV1mainToolResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries": {
      "properties": {
        "dataPoints": {
          "description": "The data points that make up the time series .",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint"
          },
          "type": "array"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries",
      "description": "A time series of metric values."
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionConversationalAgentsPlaybookDimensionMetadata": {
      "description": "Metadata about the Conversational Agents playbook dimension.",
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionConversationalAgentsPlaybookDimensionMetadata",
      "type": "object",
      "properties": {
        "playbookDisplayName": {
          "description": "Optional. The dialogflow playbook display name.",
          "type": "string"
        },
        "playbookId": {
          "type": "string",
          "description": "Optional. The dialogflow playbook ID."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata",
      "type": "object",
      "properties": {
        "agentId": {
          "description": "Optional. A user-specified string representing the agent. This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.",
          "type": "string"
        },
        "agentDisplayName": {
          "type": "string",
          "description": "Optional. The agent's name This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions."
        },
        "agentTeam": {
          "type": "string",
          "description": "Optional. A user-specified string representing the agent's team."
        },
        "agentVersionId": {
          "description": "Optional. The agent's version ID. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.",
          "type": "string"
        },
        "agentVersionDisplayName": {
          "type": "string",
          "description": "Optional. The agent's version display name. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions."
        },
        "agentDeploymentId": {
          "type": "string",
          "description": "Optional. The agent's deployment ID. Only applicable to automated agents. This will be populated for AGENT and AGENT_DEPLOYMENT_ID dimensions."
        },
        "agentDeploymentDisplayName": {
          "type": "string",
          "description": "Optional. The agent's deployment display name. Only applicable to automated agents. This will be populated for AGENT_DEPLOYMENT_ID dimensions."
        }
      },
      "description": "Metadata about the agent dimension."
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsRequest": {
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsRequest",
      "properties": {
        "filter": {
          "type": "string",
          "description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING"
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource for new feedback labels."
        }
      },
      "type": "object",
      "description": "Request for the BulkDeleteFeedbackLabels endpoint."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment": {
      "type": "object",
      "description": "One channel of conversation-level sentiment data.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment",
      "properties": {
        "channelTag": {
          "description": "The channel of the audio that the data applies to.",
          "type": "integer",
          "format": "int32"
        },
        "sentimentData": {
          "description": "Data specifying sentiment.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SentimentData"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse": {
      "type": "object",
      "properties": {},
      "id": "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse",
      "description": "Response from export issue model"
    },
    "GoogleCloudContactcenterinsightsV1alpha1Dataset": {
      "description": "Dataset resource represents a collection of conversations that may be bounded (Static Dataset, e.g. golden dataset for training), or unbounded (Dynamic Dataset, e.g. live traffic, or agent training traffic)",
      "type": "object",
      "properties": {
        "name": {
          "description": "Immutable. Identifier. Resource name of the dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}",
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Dataset description."
        },
        "ttl": {
          "description": "Optional. Option TTL for the dataset.",
          "type": "string",
          "format": "google-duration"
        },
        "type": {
          "enumDescriptions": [
            "Default value for unspecified.",
            "For evals only.",
            "Dataset with new conversations coming in regularly (Insights legacy conversations and AI trainer)"
          ],
          "description": "Dataset usage type.",
          "type": "string",
          "enum": [
            "TYPE_UNSPECIFIED",
            "EVAL",
            "LIVE"
          ]
        },
        "displayName": {
          "type": "string",
          "description": "Display name for the dataaset"
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. Dataset create time."
        },
        "updateTime": {
          "description": "Output only. Dataset update time.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1Dataset"
    },
    "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource": {
      "type": "object",
      "properties": {
        "customMetadataKeys": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 100 labels per conversation.",
          "type": "array"
        },
        "audioBucketUri": {
          "type": "string",
          "description": "Optional. The Cloud Storage path to the conversation audio file. Note that: [1] Audio files will be transcribed if not already. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. `gs://bucket/transcript/conversation1.json` and `gs://bucket/audio/conversation1.mp3`."
        },
        "bucketUri": {
          "type": "string",
          "description": "Optional. The Cloud Storage bucket containing source objects. Avoid passing this. Pass this through one of `transcript_bucket_uri` or `audio_bucket_uri`."
        },
        "transcriptBucketUri": {
          "description": "Optional. The Cloud Storage path to the conversation transcripts. Note that: [1] Transcript files are expected to be in JSON format. [2] Transcript, audio, metadata files must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`.",
          "type": "string"
        },
        "metadataBucketUri": {
          "description": "Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`.",
          "type": "string"
        },
        "bucketObjectType": {
          "enumDescriptions": [
            "The object type is unspecified and will default to `TRANSCRIPT`.",
            "The object is a transcript.",
            "The object is an audio file."
          ],
          "description": "Optional. Specifies the type of the objects in `bucket_uri`. Avoid passing this. This is inferred from the `transcript_bucket_uri`, `audio_bucket_uri`.",
          "type": "string",
          "enum": [
            "BUCKET_OBJECT_TYPE_UNSPECIFIED",
            "TRANSCRIPT",
            "AUDIO"
          ]
        }
      },
      "description": "Configuration for Cloud Storage bucket sources.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource"
    },
    "GoogleCloudContactcenterinsightsV1mainIngestConversationsMetadataIngestConversationsStats": {
      "properties": {
        "duplicatesSkippedCount": {
          "format": "int32",
          "type": "integer",
          "description": "Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.",
          "readOnly": true
        },
        "successfulIngestCount": {
          "format": "int32",
          "description": "Output only. The number of new conversations added during this ingest operation.",
          "readOnly": true,
          "type": "integer"
        },
        "failedIngestCount": {
          "type": "integer",
          "description": "Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field.",
          "readOnly": true,
          "format": "int32"
        },
        "processedObjectCount": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. The number of objects processed during the ingest operation."
        }
      },
      "type": "object",
      "description": "Statistics for IngestConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1mainIngestConversationsMetadataIngestConversationsStats"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentWordInfo": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentWordInfo",
      "properties": {
        "startOffset": {
          "format": "google-duration",
          "description": "Time offset of the start of this word relative to the beginning of the total conversation.",
          "type": "string"
        },
        "endOffset": {
          "format": "google-duration",
          "description": "Time offset of the end of this word relative to the beginning of the total conversation.",
          "type": "string"
        },
        "confidence": {
          "type": "number",
          "format": "float",
          "description": "A confidence estimate between 0.0 and 1.0 of the fidelity of this word. A default value of 0.0 indicates that the value is unset."
        },
        "word": {
          "type": "string",
          "description": "The word itself. Includes punctuation marks that surround the word."
        }
      },
      "description": "Word-level info for words in a transcript.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainIssueModelInputDataConfig": {
      "description": "Configs for the input data used to create the issue model.",
      "id": "GoogleCloudContactcenterinsightsV1mainIssueModelInputDataConfig",
      "properties": {
        "filter": {
          "description": "A filter to reduce the conversations used for training the model to a specific subset. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details.",
          "type": "string"
        },
        "medium": {
          "enumDescriptions": [
            "Default value for unspecified.",
            "The format for conversations that took place over the phone.",
            "The format for conversations that took place over chat."
          ],
          "type": "string",
          "description": "Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the `medium` field on `filter`.",
          "enum": [
            "MEDIUM_UNSPECIFIED",
            "PHONE_CALL",
            "CHAT"
          ],
          "deprecated": true
        },
        "trainingConversationsCount": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Number of conversations used in training. Output only."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointConversationMeasure": {
      "properties": {
        "conversationSuggestedSummaryRatio": {
          "type": "number",
          "description": "Proportion of conversations that had a suggested summary.",
          "format": "double"
        },
        "averageClientSentimentScore": {
          "type": "number",
          "description": "The average client's sentiment score.",
          "format": "float"
        },
        "knowledgeSearchResultCount": {
          "description": "Count of knowledge search results (Generative Knowledge Assist) shown to the user.",
          "type": "integer",
          "format": "int32"
        },
        "conversationAiCoachSuggestionCount": {
          "description": "Count of conversations that has Ai Coach Suggestions.",
          "format": "int32",
          "type": "integer"
        },
        "containedConversationCount": {
          "description": "The number of conversations that were contained.",
          "type": "integer",
          "format": "int32"
        },
        "aaSupervisorAssignedConversationsCount": {
          "format": "int32",
          "description": "The number of conversations that were assigned to an AA human supervisor.",
          "type": "integer"
        },
        "knowledgeSearchNegativeFeedbackRatio": {
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries that had negative feedback.",
          "type": "number",
          "format": "double"
        },
        "aiCoachSuggestionMessageTriggerCount": {
          "description": "Count of end_of_utterance trigger event messages that triggered an Ai Coach Suggestion.",
          "format": "int32",
          "type": "integer"
        },
        "knowledgeSearchUriClickRatio": {
          "format": "double",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries that had a URL clicked.",
          "type": "number"
        },
        "knowledgeSearchPositiveFeedbackRatio": {
          "format": "double",
          "type": "number",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries that had positive feedback."
        },
        "knowledgeAssistResultCount": {
          "type": "integer",
          "format": "int32",
          "description": "Count of knowledge assist results (Proactive Generative Knowledge Assist) shown to the user."
        },
        "knowledgeSearchAgentQuerySourceRatio": {
          "format": "double",
          "type": "number",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries made by the agent compared to the total number of knowledge search queries made."
        },
        "aiCoachSuggestionMessageTriggerRatio": {
          "format": "double",
          "description": "Proportion of end_of_utterance trigger event messages that triggered an Ai Coach Suggestion.",
          "type": "number"
        },
        "dialogflowConversationsEscalationRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of conversations that was handed off from virtual agent to human agent."
        },
        "conversationalAgentsAverageLlmCallLatency": {
          "type": "number",
          "format": "double",
          "description": "The average latency of conversational agents' LLM call latency per interaction. This is computed as the average of the all the interactions LLM call latencies in a conversation and averaged across conversations."
        },
        "knowledgeAssistUriClickRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of knowledge assist (Proactive Generative Knowledge Assist) queries that had a URL clicked."
        },
        "conversationalAgentsAverageEndToEndLatency": {
          "description": "The average latency of conversational agents' latency per interaction. This is computed as the average of the all the iteractions' end to end latencies in a conversation and averaged across conversations. The e2e latency is the time between the end of the user utterance and the start of the agent utterance on the interaction level.",
          "format": "double",
          "type": "number"
        },
        "averageQaQuestionNormalizedScore": {
          "format": "double",
          "description": "Average QA normalized score averaged for questions averaged across all revisions of the parent scorecard. Will be only populated if the request specifies a dimension of QA_QUESTION_ID.",
          "type": "number"
        },
        "aaSupervisorEscalatedConversationsCount": {
          "type": "integer",
          "format": "int32",
          "description": "The number of conversations that were escalated to an AA human supervisor for intervention."
        },
        "knowledgeAssistNegativeFeedbackRatio": {
          "description": "Proportion of knowledge assist (Proactive Generative Knowledge Assist) queries that had negative feedback.",
          "format": "double",
          "type": "number"
        },
        "averageAgentSentimentScore": {
          "description": "The average agent's sentiment score.",
          "type": "number",
          "format": "float"
        },
        "aiCoachSuggestionAgentUsageRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of Ai Coach Suggestion that has been used by agents."
        },
        "summarizationSuggestionResultCount": {
          "description": "Count of summarization suggestions results.",
          "type": "integer",
          "format": "int32"
        },
        "conversationalAgentsAverageAudioInAudioOutLatency": {
          "format": "double",
          "type": "number",
          "description": "The average latency of conversational agents' audio in audio out latency per interaction. This is computed as the average of the all the interactions' audio in audio out latencies in a conversation and averaged across conversations."
        },
        "averageTurnCount": {
          "type": "number",
          "format": "float",
          "description": "The average turn count."
        },
        "dialogflowAverageWebhookLatency": {
          "format": "double",
          "description": "Average latency of dialogflow webhook calls.",
          "type": "number"
        },
        "averageSilencePercentage": {
          "description": "The average silence percentage.",
          "type": "number",
          "format": "float"
        },
        "knowledgeSearchSuggestedQuerySourceRatio": {
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries suggested compared to the total number of knowledge search queries made.",
          "format": "double",
          "type": "number"
        },
        "averageDuration": {
          "description": "The average duration.",
          "type": "string",
          "format": "google-duration"
        },
        "dialogflowConversationsEscalationCount": {
          "type": "number",
          "description": "count of conversations that was handed off from virtual agent to human agent.",
          "format": "double"
        },
        "conversationAiCoachSuggestionRatio": {
          "type": "number",
          "description": "Proportion of conversations that has Ai Coach Suggestions.",
          "format": "double"
        },
        "averageSummarizationSuggestionNormalizedEditDistance": {
          "description": "Normalized Average edit distance of the summarization suggestions. Edit distance (also called as levenshtein distance) is calculated by summing up number of insertions, deletions and substitutions required to transform the summization feedback to the original summary suggestion. Normalized edit distance is the average of (edit distance / summary length).",
          "format": "double",
          "type": "number"
        },
        "qaTagScores": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointConversationMeasureQaTagScore"
          },
          "description": "Average QA normalized score for all the tags.",
          "type": "array"
        },
        "avgConversationClientTurnSentimentEma": {
          "type": "number",
          "description": "The exponential moving average of the sentiment score of client turns in the conversation.",
          "format": "double"
        },
        "aaSupervisorTransferredToHumanAgentConvCount": {
          "type": "integer",
          "description": "The number of conversations transferred to a human agent.",
          "format": "int32"
        },
        "averageQaNormalizedScore": {
          "format": "double",
          "description": "The average normalized QA score for a scorecard. When computing the average across a set of conversations, if a conversation has been evaluated with multiple revisions of a scorecard, only the latest revision results will be used. Will exclude 0's in average calculation. Will be only populated if the request specifies a dimension of QA_SCORECARD_ID.",
          "type": "number"
        },
        "conversationalAgentsAverageTtsLatency": {
          "type": "number",
          "description": "The macro average latency of conversational agents' TTS latency per interaction. This is computed as the average of the all the interactions' TTS latencies in a conversation and averaged across conversations.",
          "format": "double"
        },
        "containedConversationRatio": {
          "description": "The percentage of conversations that were contained.",
          "format": "double",
          "type": "number"
        },
        "conversationCount": {
          "type": "integer",
          "format": "int32",
          "description": "The conversation count."
        },
        "dialogflowWebhookFailureRatio": {
          "description": "Proportion of dialogflow webhook calls that failed.",
          "type": "number",
          "format": "double"
        },
        "dialogflowInteractionsNoInputRatio": {
          "type": "number",
          "description": "Proportion of dialogflow interactions that has empty input.",
          "format": "double"
        },
        "aiCoachSuggestionCustomerMessageTriggerCount": {
          "description": "Count of customer messages that triggered an Ai Coach Suggestion.",
          "type": "integer",
          "format": "int32"
        },
        "aiCoachSuggestionAgentMessageTriggerCount": {
          "description": "Count of agent messages that triggered an Ai Coach Suggestion.",
          "format": "int32",
          "type": "integer"
        },
        "aaSupervisorDroppedConversationsCount": {
          "type": "integer",
          "description": "The number of conversations that were dropped, i.e. escalated but not assigned to an AA human supervisor.",
          "format": "int32"
        },
        "dialogflowWebhookTimeoutRatio": {
          "type": "number",
          "description": "Proportion of dialogflow webhook calls that timed out.",
          "format": "double"
        },
        "averageCustomerSatisfactionRating": {
          "description": "The average customer satisfaction rating.",
          "format": "double",
          "type": "number"
        },
        "conversationTotalCustomerMessageCount": {
          "type": "integer",
          "format": "int32",
          "description": "The customer message count."
        },
        "aiCoachSuggestionCustomerMessageTriggerRatio": {
          "description": "Proportion of customer messages that triggered an Ai Coach Suggestion.",
          "format": "double",
          "type": "number"
        },
        "conversationTotalAgentMessageCount": {
          "format": "int32",
          "description": "The agent message count.",
          "type": "integer"
        },
        "averageSummarizationSuggestionEditDistance": {
          "format": "double",
          "type": "number",
          "description": "Average edit distance of the summarization suggestions. Edit distance (also called as levenshtein distance) is calculated by summing up number of insertions, deletions and substitutions required to transform the summization feedback to the original summary suggestion."
        },
        "knowledgeAssistPositiveFeedbackRatio": {
          "description": "Proportion of knowledge assist (Proactive Generative Knowledge Assist) queries that had positive feedback.",
          "type": "number",
          "format": "double"
        },
        "aiCoachSuggestionAgentUsageCount": {
          "type": "integer",
          "description": "Count of Ai Coach Suggestion that has been used by agents.",
          "format": "int32"
        },
        "dialogflowInteractionsNoMatchRatio": {
          "format": "double",
          "description": "Proportion of dialogflow interactions that has no intent match for the input.",
          "type": "number"
        },
        "summarizationSuggestionEditRatio": {
          "type": "number",
          "description": "Proportion of summarization suggestions that were manually edited.",
          "format": "double"
        },
        "aaSupervisorMonitoredConversationsCount": {
          "description": "The number of conversations scanned by the AA human supervisor.",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointConversationMeasure",
      "description": "The measure related to conversations.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1UserInfo": {
      "properties": {
        "username": {
          "type": "string",
          "description": "The user's username."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1UserInfo",
      "description": "Information about a user.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataResponse": {
      "description": "Response for an export insights operation.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataResponse",
      "properties": {},
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1AnnotationBoundary": {
      "description": "A point in a conversation that marks the start or the end of an annotation.",
      "properties": {
        "wordIndex": {
          "type": "integer",
          "format": "int32",
          "description": "The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero."
        },
        "transcriptIndex": {
          "type": "integer",
          "description": "The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.",
          "format": "int32"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1AnnotationBoundary",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig": {
      "properties": {
        "generator": {
          "description": "The resource name of the existing created generator. Format: projects//locations//generators/",
          "type": "string"
        },
        "conversationProfile": {
          "type": "string",
          "description": "Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}"
        },
        "summarizationModel": {
          "enumDescriptions": [
            "Unspecified summarization model.",
            "The CCAI baseline model. This model is deprecated and will be removed in the future. We recommend using `generator` instead.",
            "The CCAI baseline model, V2.0. This model is deprecated and will be removed in the future. We recommend using `generator` instead."
          ],
          "description": "Default summarization model to be used.",
          "type": "string",
          "enum": [
            "SUMMARIZATION_MODEL_UNSPECIFIED",
            "BASELINE_MODEL",
            "BASELINE_MODEL_V2_0"
          ],
          "enumDeprecated": [
            false,
            true,
            true
          ]
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfig",
      "description": "Configuration for summarization."
    },
    "GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewMetadata": {
      "properties": {},
      "type": "object",
      "description": "The metadata for querying performance overview.",
      "id": "GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewMetadata"
    },
    "GoogleCloudContactcenterinsightsV1CreateIssueRequest": {
      "description": "The request to create an issue.",
      "id": "GoogleCloudContactcenterinsightsV1CreateIssueRequest",
      "type": "object",
      "properties": {
        "parent": {
          "type": "string",
          "description": "Required. The parent resource of the issue."
        },
        "issue": {
          "description": "Required. The values for the new issue.",
          "$ref": "GoogleCloudContactcenterinsightsV1Issue"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1ConversationQualityMetadata": {
      "type": "object",
      "description": "Conversation metadata related to quality management.",
      "id": "GoogleCloudContactcenterinsightsV1ConversationQualityMetadata",
      "properties": {
        "feedbackLabels": {
          "type": "array",
          "description": "Input only. The feedback labels associated with the conversation.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1FeedbackLabel"
          }
        },
        "waitDuration": {
          "format": "google-duration",
          "description": "The amount of time the customer waited to connect with an agent.",
          "type": "string"
        },
        "customerSatisfactionRating": {
          "format": "int32",
          "type": "integer",
          "description": "An arbitrary integer value indicating the customer's satisfaction rating."
        },
        "agentInfo": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo"
          },
          "description": "Information about agents involved in the call.",
          "type": "array"
        },
        "menuPath": {
          "description": "An arbitrary string value specifying the menu path the customer took.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainRuntimeAnnotationUserInput": {
      "description": "Explicit input used for generating the answer",
      "type": "object",
      "properties": {
        "generatorName": {
          "description": "The resource name of associated generator. Format: `projects//locations//generators/`",
          "type": "string"
        },
        "querySource": {
          "type": "string",
          "description": "Query source for the answer.",
          "enumDescriptions": [
            "Unknown query source.",
            "The query is from agents.",
            "The query is a query from previous suggestions, e.g. from a preceding SuggestKnowledgeAssist response."
          ],
          "enum": [
            "QUERY_SOURCE_UNSPECIFIED",
            "AGENT_QUERY",
            "SUGGESTED_QUERY"
          ]
        },
        "query": {
          "description": "Query text. Article Search uses this to store the input query used to generate the search results.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainRuntimeAnnotationUserInput"
    },
    "GoogleRpcStatus": {
      "properties": {
        "details": {
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
          "type": "array",
          "items": {
            "type": "object",
            "additionalProperties": {
              "description": "Properties of the object. Contains field @type with type URL.",
              "type": "any"
            }
          }
        },
        "message": {
          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
          "type": "string"
        },
        "code": {
          "description": "The status code, which should be an enum value of google.rpc.Code.",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GoogleRpcStatus",
      "type": "object",
      "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors)."
    },
    "GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfig": {
      "description": "Configuration for the QA feature.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfig",
      "properties": {
        "scorecardList": {
          "description": "A manual list of scorecards to score.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfigScorecardList"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsMetadata": {
      "type": "object",
      "properties": {
        "createTime": {
          "description": "The time the operation was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsRequest",
          "description": "The original request for bulk delete."
        },
        "partialErrors": {
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "description": "Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.",
          "type": "array"
        },
        "endTime": {
          "description": "The time the operation finished running.",
          "format": "google-datetime",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsMetadata",
      "description": "The metadata for a bulk delete conversations operation."
    },
    "GoogleCloudContactcenterinsightsV1alpha1UploadConversationMetadata": {
      "properties": {
        "analysisOperation": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The operation name for a successfully created analysis operation, if any."
        },
        "appliedRedactionConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig",
          "description": "Output only. The redaction config applied to the uploaded conversation.",
          "readOnly": true
        },
        "endTime": {
          "type": "string",
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "readOnly": true
        },
        "createTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. The time the operation was created."
        },
        "request": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest",
          "description": "Output only. The original request."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1UploadConversationMetadata",
      "description": "The metadata for an `UploadConversation` operation.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConstraintEvaluationResult": {
      "properties": {
        "ruleConstraintResults": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConstraintEvaluationResultRuleConstraintResult"
          },
          "description": "The results for each applicable constraint rule."
        },
        "conversationB": {
          "description": "The second conversation resource name.",
          "type": "string"
        },
        "conversationA": {
          "type": "string",
          "description": "The first conversation resource name."
        }
      },
      "description": "The result of testing a constraint expression on a pair of conversations.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ConstraintEvaluationResult"
    },
    "GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats": {
      "description": "Aggregated statistics about an issue.",
      "properties": {
        "labeledConversationsCount": {
          "format": "int64",
          "description": "Number of conversations attached to the issue at this point in time.",
          "type": "string"
        },
        "issue": {
          "type": "string",
          "description": "Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}"
        },
        "displayName": {
          "description": "Display name of the issue.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats"
    },
    "GoogleCloudContactcenterinsightsV1mainQueryMetricsMetadata": {
      "description": "The metadata from querying metrics.",
      "id": "GoogleCloudContactcenterinsightsV1mainQueryMetricsMetadata",
      "type": "object",
      "properties": {
        "resultIsTruncated": {
          "description": "Whether the result rows were truncated because the result row size is too large to materialize.",
          "type": "boolean"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainAnalysis": {
      "type": "object",
      "properties": {
        "requestTime": {
          "description": "Output only. The time at which the analysis was requested.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "annotatorSelector": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelector",
          "description": "To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run."
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The time at which the analysis was created, which occurs when the long-running operation completes."
        },
        "analysisResult": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnalysisResult",
          "description": "Output only. The result of the analysis, which is populated when the analysis finishes.",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}"
        }
      },
      "description": "The analysis resource.",
      "id": "GoogleCloudContactcenterinsightsV1mainAnalysis"
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessage": {
      "properties": {
        "createTime": {
          "description": "Output only. For user messages, this is the time at which the system received the message. For system messages, this is the time at which the system generated the message.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "messageId": {
          "description": "The message id of the message.",
          "type": "string"
        },
        "systemMessageWrapper": {
          "description": "A wrapper for system messages per turn.",
          "$ref": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageSystemMessages"
        },
        "userMessage": {
          "$ref": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageUserMessage",
          "description": "A message from the user that is interacting with the system."
        }
      },
      "description": "The message in the conversation.",
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessage",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainImportIssueModelRequestGcsSource": {
      "id": "GoogleCloudContactcenterinsightsV1mainImportIssueModelRequestGcsSource",
      "description": "Google Cloud Storage Object URI to get the issue model file from.",
      "properties": {
        "objectUri": {
          "description": "Required. Format: `gs:///`",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1SentimentData": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1SentimentData",
      "type": "object",
      "description": "The data for a sentiment annotation.",
      "properties": {
        "score": {
          "type": "number",
          "format": "float",
          "description": "The sentiment score between -1.0 (negative) and 1.0 (positive)."
        },
        "magnitude": {
          "type": "number",
          "description": "A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.",
          "format": "float"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsResponse": {
      "properties": {},
      "description": "Response for the BulkDownloadFeedbackLabel endpoint.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsResponse"
    },
    "GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo": {
      "description": "Info for correlating across conversations.",
      "type": "object",
      "properties": {
        "correlationTypes": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The correlation types of this conversation. A single conversation can have multiple correlation types. For example a conversation that only has a single segment is both a SEGMENT and a FULL_CONVERSATION.",
          "items": {
            "enumDescriptions": [
              "Default value for unspecified.",
              "This conversation represents a segment of a full conversation. The lowest level of granularity.",
              "This conversation represents a partial conversation of potentially multiple segments but is not a full conversation.",
              "This conversation represents a full conversation of potentially multiple segments.",
              "This conversation represents a synthetic conversation."
            ],
            "type": "string",
            "enum": [
              "CORRELATION_TYPE_UNSPECIFIED",
              "SEGMENT",
              "PARTIAL",
              "FULL",
              "SYNTHETIC"
            ]
          }
        },
        "fullConversationCorrelationId": {
          "description": "Output only. The full conversation correlation id this conversation is a segment of.",
          "readOnly": true,
          "type": "string"
        },
        "mergedFullConversationCorrelationId": {
          "readOnly": true,
          "description": "Output only. The full conversation correlation id this conversation is a merged conversation of.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo"
    },
    "GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats": {
      "type": "object",
      "properties": {
        "labeledConversationsCount": {
          "description": "Number of conversations attached to the issue at this point in time.",
          "type": "string",
          "format": "int64"
        },
        "issue": {
          "description": "Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}",
          "type": "string"
        },
        "displayName": {
          "description": "Display name of the issue.",
          "type": "string"
        }
      },
      "description": "Aggregated statistics about an issue.",
      "id": "GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats"
    },
    "GoogleCloudContactcenterinsightsV1HoldData": {
      "properties": {},
      "description": "The data for a hold annotation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1HoldData"
    },
    "GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest": {
      "id": "GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest",
      "properties": {
        "encryptionSpec": {
          "$ref": "GoogleCloudContactcenterinsightsV1EncryptionSpec",
          "description": "Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the `kms_key_name` field is left empty, no encryption will be enforced."
        }
      },
      "type": "object",
      "description": "The request to initialize a location-level encryption specification."
    },
    "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfigScorecardList": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfigScorecardList",
      "description": "Container for a list of scorecards.",
      "properties": {
        "qaScorecardRevisions": {
          "description": "List of QaScorecardRevisions.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1CreateIssueMetadata": {
      "description": "Metadata for creating an issue.",
      "type": "object",
      "properties": {
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation was created."
        },
        "endTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation finished running."
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueRequest",
          "description": "The original request for creation."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueMetadata"
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessage": {
      "properties": {
        "userProvidedSqlQuery": {
          "type": "string",
          "description": "Optional. User provided SQL query"
        },
        "generatedSqlQuery": {
          "description": "Raw SQL from LLM, before templatization",
          "type": "string"
        },
        "chartSpec": {
          "type": "object",
          "description": "Chart spec from LLM",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        },
        "textMessage": {
          "description": "A direct natural language response to the user message.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessageTextOutput"
        },
        "userProvidedChartSpec": {
          "type": "object",
          "description": "Optional. User provided chart spec",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        }
      },
      "description": "A message from the system in response to the user. This message can also be a message from the user as historical context for multiturn conversations with the system.",
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessageSystemMessage",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse",
      "description": "Response from import issue model",
      "properties": {
        "issueModel": {
          "description": "The issue model that was imported.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModel"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponseTimeSeriesInterval": {
      "type": "object",
      "properties": {
        "conversationCount": {
          "format": "int32",
          "type": "integer",
          "description": "The number of conversations created in this interval."
        },
        "startTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "The start time of this interval."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponseTimeSeriesInterval",
      "description": "A single interval in a time series."
    },
    "GoogleCloudContactcenterinsightsV1mainConversationCorrelationInfo": {
      "description": "Info for correlating across conversations.",
      "properties": {
        "fullConversationCorrelationId": {
          "description": "Output only. The full conversation correlation id this conversation is a segment of.",
          "readOnly": true,
          "type": "string"
        },
        "mergedFullConversationCorrelationId": {
          "description": "Output only. The full conversation correlation id this conversation is a merged conversation of.",
          "readOnly": true,
          "type": "string"
        },
        "correlationTypes": {
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string",
            "enum": [
              "CORRELATION_TYPE_UNSPECIFIED",
              "SEGMENT",
              "PARTIAL",
              "FULL",
              "SYNTHETIC"
            ],
            "enumDescriptions": [
              "Default value for unspecified.",
              "This conversation represents a segment of a full conversation. The lowest level of granularity.",
              "This conversation represents a partial conversation of potentially multiple segments but is not a full conversation.",
              "This conversation represents a full conversation of potentially multiple segments.",
              "This conversation represents a synthetic conversation."
            ]
          },
          "description": "Output only. The correlation types of this conversation. A single conversation can have multiple correlation types. For example a conversation that only has a single segment is both a SEGMENT and a FULL_CONVERSATION."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationCorrelationInfo"
    },
    "GoogleCloudContactcenterinsightsV1mainUpdateQaQuestionTagMetadata": {
      "description": "The metadata for updating a QaQuestionTag Resource.",
      "id": "GoogleCloudContactcenterinsightsV1mainUpdateQaQuestionTagMetadata",
      "properties": {
        "request": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainUpdateQaQuestionTagRequest",
          "description": "Output only. The original request."
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation was created."
        },
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRule": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRule",
      "description": "Rule for auto-labeling conversations.",
      "type": "object",
      "properties": {
        "labelKeyType": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified label key type.",
            "The label key is custom defined by the user."
          ],
          "description": "The type of the label key.",
          "enum": [
            "LABEL_KEY_TYPE_UNSPECIFIED",
            "LABEL_KEY_TYPE_CUSTOM"
          ]
        },
        "labelKey": {
          "type": "string",
          "description": "The label key. This is also the {auto_labeling_rule} in the resource name. Only settable if label_key_type is LABEL_KEY_TYPE_CUSTOM."
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Output only. The time at which this rule was created.",
          "type": "string",
          "readOnly": true
        },
        "updateTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The most recent time at which the rule was updated."
        },
        "name": {
          "description": "Identifier. The resource name of the auto-labeling rule. Format: projects/{project}/locations/{location}/autoLabelingRules/{auto_labeling_rule}",
          "type": "string"
        },
        "active": {
          "type": "boolean",
          "description": "Whether the rule is active."
        },
        "conditions": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRuleLabelingCondition"
          },
          "description": "Conditions to apply for auto-labeling the label_key. Representing sequential block of if .. else if .. else statements. The value of the first matching condition will be used.",
          "type": "array"
        },
        "displayName": {
          "description": "The user-provided display name of the rule.",
          "type": "string"
        },
        "description": {
          "description": "The description of the rule.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1ConversationCorrelationResult": {
      "description": "The result of testing correlation config on a single conversation.",
      "type": "object",
      "properties": {
        "ruleResults": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationCorrelationResultRuleCorrelationResult"
          },
          "description": "The results for each correlation rule.",
          "type": "array"
        },
        "conversation": {
          "description": "The conversation resource name.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationCorrelationResult"
    },
    "GoogleCloudContactcenterinsightsV1mainSilenceData": {
      "type": "object",
      "properties": {},
      "id": "GoogleCloudContactcenterinsightsV1mainSilenceData",
      "description": "The data for a silence annotation."
    },
    "GoogleCloudContactcenterinsightsV1mainExportInsightsDataMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainExportInsightsDataMetadata",
      "description": "Metadata for an export insights operation.",
      "type": "object",
      "properties": {
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "request": {
          "description": "The original request for export.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainExportInsightsDataRequest"
        },
        "partialErrors": {
          "type": "array",
          "description": "Partial errors during export operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        },
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "failedExportCount": {
          "description": "The number of conversations that failed to be exported.",
          "type": "integer",
          "format": "int32"
        },
        "completedExportCount": {
          "format": "int32",
          "type": "integer",
          "description": "The number of conversations that were exported successfully."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPart": {
      "description": "A structured component/part of a transcript segment.",
      "properties": {
        "thought": {
          "description": "Optional. Model thought or internal reasoning.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartThoughtPart"
        },
        "productCollection": {
          "description": "Optional. Product collection or carousel.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartProductCollectionPart"
        },
        "video": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartMediaPart",
          "description": "Optional. Video media."
        },
        "link": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartLinkPart",
          "description": "Optional. Web link or URL."
        },
        "suggestionChips": {
          "description": "Optional. Suggestion chips or interactive buttons.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartSuggestionChipsPart"
        },
        "text": {
          "description": "Optional. Plain text content.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartTextPart"
        },
        "list": {
          "description": "Optional. Ordered or unordered list.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartListPart"
        },
        "citation": {
          "description": "Optional. Citation or reference to grounding material.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartCitationPart"
        },
        "customPayload": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartCustomPayloadPart",
          "description": "Optional. Generic custom structured payload."
        },
        "table": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartTablePart",
          "description": "Optional. Tabular data."
        },
        "image": {
          "description": "Optional. Image media.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartMediaPart"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPart",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartTextPart": {
      "properties": {
        "text": {
          "description": "Optional. The text content.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "A text part.",
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartTextPart"
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequest": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequest",
      "description": "Request for the BulkDownloadFeedbackLabel endpoint.",
      "properties": {
        "conversationFilter": {
          "description": "Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If `template_qa_scorecard_id` is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.",
          "type": "string"
        },
        "feedbackLabelType": {
          "description": "Optional. The type of feedback labels that will be downloaded.",
          "enumDescriptions": [
            "Unspecified format",
            "Downloaded file will contain all Quality AI labels from the latest scorecard revision.",
            "Downloaded file will contain only Topic Modeling labels.",
            "Agent Assist Summarization labels."
          ],
          "type": "string",
          "enum": [
            "FEEDBACK_LABEL_TYPE_UNSPECIFIED",
            "QUALITY_AI",
            "TOPIC_MODELING",
            "AGENT_ASSIST_SUMMARY"
          ]
        },
        "gcsDestination": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequestGcsDestination",
          "description": "A cloud storage bucket destination."
        },
        "maxDownloadCount": {
          "description": "Optional. Limits the maximum number of feedback labels that will be downloaded. The first `N` feedback labels will be downloaded.",
          "format": "int32",
          "type": "integer"
        },
        "filter": {
          "description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING",
          "type": "string"
        },
        "templateQaScorecardId": {
          "items": {
            "type": "string"
          },
          "description": "Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored.",
          "type": "array"
        },
        "sheetsDestination": {
          "description": "A sheets document destination.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequestSheetsDestination"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsRequestSheetsDestination": {
      "type": "object",
      "properties": {
        "sheetTitle": {
          "description": "Optional. The title of the new sheet to write the feedback labels to.",
          "type": "string"
        },
        "spreadsheetUri": {
          "description": "Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA. The spreadsheet ID written to will be returned as `file_names` in the BulkDownloadFeedbackLabelsMetadata.",
          "type": "string"
        }
      },
      "description": "Google Sheets document details to write the feedback labels to.",
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsRequestSheetsDestination"
    },
    "GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource": {
      "description": "Configuration for Cloud Storage bucket sources.",
      "id": "GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource",
      "properties": {
        "customMetadataKeys": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 100 labels per conversation.",
          "type": "array"
        },
        "transcriptBucketUri": {
          "type": "string",
          "description": "Optional. The Cloud Storage path to the conversation transcripts. Note that: [1] Transcript files are expected to be in JSON format. [2] Transcript, audio, metadata files must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`."
        },
        "bucketUri": {
          "type": "string",
          "description": "Optional. The Cloud Storage bucket containing source objects. Avoid passing this. Pass this through one of `transcript_bucket_uri` or `audio_bucket_uri`."
        },
        "metadataBucketUri": {
          "description": "Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`.",
          "type": "string"
        },
        "bucketObjectType": {
          "enum": [
            "BUCKET_OBJECT_TYPE_UNSPECIFIED",
            "TRANSCRIPT",
            "AUDIO"
          ],
          "enumDescriptions": [
            "The object type is unspecified and will default to `TRANSCRIPT`.",
            "The object is a transcript.",
            "The object is an audio file."
          ],
          "description": "Optional. Specifies the type of the objects in `bucket_uri`. Avoid passing this. This is inferred from the `transcript_bucket_uri`, `audio_bucket_uri`.",
          "type": "string"
        },
        "audioBucketUri": {
          "type": "string",
          "description": "Optional. The Cloud Storage path to the conversation audio file. Note that: [1] Audio files will be transcribed if not already. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. `gs://bucket/transcript/conversation1.json` and `gs://bucket/audio/conversation1.mp3`."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryInterval": {
      "description": "A time window for querying conversations.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryInterval",
      "type": "object",
      "properties": {
        "startTime": {
          "description": "Required. The start time of the time window.",
          "type": "string",
          "format": "google-datetime"
        },
        "endTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Required. The end time of the time window."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResultRuleConstraintResult": {
      "type": "object",
      "properties": {
        "error": {
          "$ref": "GoogleRpcStatus",
          "description": "The error status if the constraint expression failed to evaluate."
        },
        "constraintMet": {
          "type": "boolean",
          "description": "Whether the constraint expression evaluated to true for (A, B) or (B, A)."
        },
        "ruleId": {
          "type": "string",
          "description": "The rule ID."
        }
      },
      "description": "The result of a single constraint rule on the pair of conversations.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResultRuleConstraintResult"
    },
    "GoogleCloudContactcenterinsightsV1mainCreateIssueRequest": {
      "description": "The request to create an issue.",
      "type": "object",
      "properties": {
        "issue": {
          "description": "Required. The values for the new issue.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainIssue"
        },
        "parent": {
          "description": "Required. The parent resource of the issue.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainCreateIssueRequest"
    },
    "GoogleCloudContactcenterinsightsV1mainCreateAnalysisOperationMetadata": {
      "properties": {
        "endTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation finished running."
        },
        "annotatorSelector": {
          "readOnly": true,
          "description": "Output only. The annotator selector used for the analysis (if any).",
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelector"
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "conversation": {
          "type": "string",
          "description": "Output only. The Conversation that this Analysis Operation belongs to.",
          "readOnly": true
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainCreateAnalysisOperationMetadata",
      "type": "object",
      "description": "Metadata for a create analysis operation."
    },
    "GoogleCloudContactcenterinsightsV1CreateIssueModelRequest": {
      "type": "object",
      "properties": {
        "issueModel": {
          "$ref": "GoogleCloudContactcenterinsightsV1IssueModel",
          "description": "Required. The issue model to create."
        },
        "parent": {
          "description": "Required. The parent resource of the issue model.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1CreateIssueModelRequest",
      "description": "The request to create an issue model."
    },
    "GoogleCloudContactcenterinsightsV1RedactionConfig": {
      "id": "GoogleCloudContactcenterinsightsV1RedactionConfig",
      "properties": {
        "deidentifyTemplate": {
          "type": "string",
          "description": "The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}`"
        },
        "inspectTemplate": {
          "type": "string",
          "description": "The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}`"
        }
      },
      "description": "DLP resources used for redaction while ingesting conversations. DLP settings are applied to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversation coming from CCAI Platform. They are not applied to conversations ingested from the `CreateConversation` endpoint or the Dialogflow / Agent Assist runtime integrations. When using Dialogflow / Agent Assist runtime integrations, redaction should be performed in Dialogflow / Agent Assist.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata": {
      "type": "object",
      "description": "Metadata for the BulkDeleteFeedbackLabels endpoint.",
      "properties": {
        "request": {
          "description": "Output only. The original request for delete.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest",
          "readOnly": true
        },
        "partialErrors": {
          "type": "array",
          "description": "Partial errors during deletion operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata"
    },
    "GoogleCloudContactcenterinsightsV1UpdateQaQuestionTagRequest": {
      "description": "The request for updating a QaQuestionTag.",
      "properties": {
        "qaQuestionTag": {
          "description": "Required. The QaQuestionTag to update.",
          "$ref": "GoogleCloudContactcenterinsightsV1QaQuestionTag"
        },
        "updateMask": {
          "type": "string",
          "format": "google-fieldmask",
          "description": "Optional. The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `qa_question_tag_name` - the name of the tag * `qa_question_ids` - the list of questions the tag applies to"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1UpdateQaQuestionTagRequest",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1AppealAssessmentRequest": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1AppealAssessmentRequest",
      "description": "The message to appeal an assessment.",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1mainSampleConversationsMetadataSampleConversationsStats": {
      "description": "Statistics for SampleConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1mainSampleConversationsMetadataSampleConversationsStats",
      "properties": {
        "successfulSampleCount": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. The number of new conversations added during this sample operation."
        },
        "failedSampleCount": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The number of objects which were unable to be sampled due to errors. The errors are populated in the partial_errors field."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata": {
      "description": "Metadata for the BulkDeleteFeedbackLabels endpoint.",
      "properties": {
        "request": {
          "description": "Output only. The original request for delete.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest"
        },
        "partialErrors": {
          "type": "array",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "description": "Partial errors during deletion operation that might cause the operation output to be incomplete."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationLevelSentiment": {
      "properties": {
        "channelTag": {
          "description": "The channel of the audio that the data applies to.",
          "format": "int32",
          "type": "integer"
        },
        "sentimentData": {
          "$ref": "GoogleCloudContactcenterinsightsV1SentimentData",
          "description": "Data specifying sentiment."
        }
      },
      "type": "object",
      "description": "One channel of conversation-level sentiment data.",
      "id": "GoogleCloudContactcenterinsightsV1ConversationLevelSentiment"
    },
    "GoogleCloudContactcenterinsightsV1mainEntity": {
      "id": "GoogleCloudContactcenterinsightsV1mainEntity",
      "type": "object",
      "description": "The data for an entity annotation. Represents a phrase in the conversation that is a known entity, such as a person, an organization, or location.",
      "properties": {
        "sentiment": {
          "description": "The aggregate sentiment expressed for this entity in the conversation.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainSentimentData"
        },
        "displayName": {
          "description": "The representative name for the entity.",
          "type": "string"
        },
        "metadata": {
          "description": "Metadata associated with the entity. For most entity types, the metadata is a Wikipedia URL (`wikipedia_url`) and Knowledge Graph MID (`mid`), if they are available. For the metadata associated with other entity types, see the Type table below.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "salience": {
          "type": "number",
          "description": "The salience score associated with the entity in the [0, 1.0] range. The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.",
          "format": "float"
        },
        "type": {
          "description": "The entity type.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "Person.",
            "Location.",
            "Organization.",
            "Event.",
            "Artwork.",
            "Consumer product.",
            "Other types of entities.",
            "Phone number. The metadata lists the phone number (formatted according to local convention), plus whichever additional elements appear in the text: * `number` - The actual number, broken down into sections according to local convention. * `national_prefix` - Country code, if detected. * `area_code` - Region or area code, if detected. * `extension` - Phone extension (to be dialed after connection), if detected.",
            "Address. The metadata identifies the street number and locality plus whichever additional elements appear in the text: * `street_number` - Street number. * `locality` - City or town. * `street_name` - Street/route name, if detected. * `postal_code` - Postal code, if detected. * `country` - Country, if detected. * `broad_region` - Administrative area, such as the state, if detected. * `narrow_region` - Smaller administrative area, such as county, if detected. * `sublocality` - Used in Asian addresses to demark a district within a city, if detected.",
            "Date. The metadata identifies the components of the date: * `year` - Four digit year, if detected. * `month` - Two digit month number, if detected. * `day` - Two digit day number, if detected.",
            "Number. The metadata is the number itself.",
            "Price. The metadata identifies the `value` and `currency`."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "PERSON",
            "LOCATION",
            "ORGANIZATION",
            "EVENT",
            "WORK_OF_ART",
            "CONSUMER_GOOD",
            "OTHER",
            "PHONE_NUMBER",
            "ADDRESS",
            "DATE",
            "NUMBER",
            "PRICE"
          ]
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainIssueModelResult": {
      "description": "Issue Modeling result on a conversation.",
      "id": "GoogleCloudContactcenterinsightsV1mainIssueModelResult",
      "type": "object",
      "properties": {
        "issueModel": {
          "type": "string",
          "description": "Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}"
        },
        "issues": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainIssueAssignment"
          },
          "type": "array",
          "description": "All the matched issues."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartCustomPayloadPart": {
      "type": "object",
      "description": "A custom payload part.",
      "properties": {
        "payloadType": {
          "type": "string",
          "description": "Optional. Type identifier for the payload."
        },
        "payload": {
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          },
          "description": "Optional. Arbitrary structured payload.",
          "type": "object"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartCustomPayloadPart"
    },
    "GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination": {
      "description": "Google Cloud Storage Object URI to save the issue model to.",
      "type": "object",
      "properties": {
        "objectUri": {
          "type": "string",
          "description": "Required. Format: `gs:///`"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination"
    },
    "GoogleLongrunningOperation": {
      "description": "This resource represents a long-running operation that is the result of a network API call.",
      "properties": {
        "name": {
          "type": "string",
          "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`."
        },
        "metadata": {
          "additionalProperties": {
            "description": "Properties of the object. Contains field @type with type URL.",
            "type": "any"
          },
          "type": "object",
          "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any."
        },
        "response": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "type": "object",
          "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`."
        },
        "error": {
          "description": "The error result of the operation in case of failure or cancellation.",
          "$ref": "GoogleRpcStatus"
        },
        "done": {
          "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
          "type": "boolean"
        }
      },
      "id": "GoogleLongrunningOperation",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationDataOptions": {
      "description": "Options for configuring what metadata is included in the conversation data used in QAI and Discovery Engine.",
      "type": "object",
      "properties": {
        "includeDialogflowInteractionData": {
          "description": "Whether to include the per turn Dialogflow interaction data in conversation transcript.",
          "type": "boolean"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataOptions"
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequestGcsDestination": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequestGcsDestination",
      "description": "Google Cloud Storage Object details to write the feedback labels to.",
      "properties": {
        "addWhitespace": {
          "type": "boolean",
          "description": "Optional. Add whitespace to the JSON file. Makes easier to read, but increases file size. Only applicable for JSON format."
        },
        "alwaysPrintEmptyFields": {
          "description": "Optional. Always print fields with no presence. This is useful for printing fields that are not set, like implicit 0 value or empty lists/maps. Only applicable for JSON format.",
          "type": "boolean"
        },
        "recordsPerFileCount": {
          "description": "Optional. The number of records per file. Applicable for either format.",
          "format": "int64",
          "type": "string"
        },
        "objectUri": {
          "description": "Required. The Google Cloud Storage URI to write the feedback labels to. The file name will be used as a prefix for the files written to the bucket if the output needs to be split across multiple files, otherwise it will be used as is. The file extension will be appended to the file name based on the format selected. E.g. `gs://bucket_name/object_uri_prefix`",
          "type": "string"
        },
        "format": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified format.",
            "CSV format. 1,000 labels are stored per CSV file by default.",
            "JSON format. 1 label stored per JSON file by default."
          ],
          "enum": [
            "FORMAT_UNSPECIFIED",
            "CSV",
            "JSON"
          ],
          "description": "Required. File format in which the labels will be exported."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1DeployIssueModelMetadata": {
      "description": "Metadata for deploying an issue model.",
      "properties": {
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1DeployIssueModelRequest",
          "description": "The original request for deployment."
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "endTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. The time the operation finished running."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1DeployIssueModelMetadata",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1NoteConversationTurnNote": {
      "type": "object",
      "properties": {
        "turnIndex": {
          "format": "int32",
          "type": "integer",
          "description": "The conversation turn index that the note is associated with."
        }
      },
      "description": "A note about a conversation turn.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1NoteConversationTurnNote"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationParticipant": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationParticipant",
      "description": "The call participant speaking for a given utterance.",
      "type": "object",
      "properties": {
        "dialogflowParticipantName": {
          "type": "string",
          "description": "The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}"
        },
        "role": {
          "enum": [
            "ROLE_UNSPECIFIED",
            "HUMAN_AGENT",
            "AUTOMATED_AGENT",
            "END_USER",
            "ANY_AGENT"
          ],
          "description": "The role of the participant.",
          "type": "string",
          "enumDescriptions": [
            "Participant's role is not set.",
            "Participant is a human agent.",
            "Participant is an automated agent.",
            "Participant is an end user who conversed with the contact center.",
            "Participant is either a human or automated agent."
          ]
        },
        "dialogflowParticipant": {
          "description": "Deprecated. Use `dialogflow_participant_name` instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}",
          "type": "string",
          "deprecated": true
        },
        "obfuscatedExternalUserId": {
          "description": "Obfuscated user ID from Dialogflow.",
          "type": "string"
        },
        "userId": {
          "description": "A user-specified ID representing the participant.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult",
      "properties": {
        "qaTagResults": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult"
          },
          "type": "array",
          "description": "Collection of tags and their scores."
        },
        "conversation": {
          "type": "string",
          "description": "The conversation scored by this result."
        },
        "qaScorecardRevision": {
          "description": "The QaScorecardRevision scored by this result.",
          "type": "string"
        },
        "scoreSources": {
          "description": "List of all individual score sets.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultScoreSource"
          }
        },
        "potentialScore": {
          "format": "double",
          "description": "The maximum potential overall score of the scorecard. Any questions answered using `na_value` are excluded from this calculation.",
          "type": "number"
        },
        "normalizedScore": {
          "type": "number",
          "description": "The normalized score, which is the score divided by the potential score. Any manual edits are included if they exist.",
          "format": "double"
        },
        "score": {
          "type": "number",
          "description": "The overall numerical score of the result, incorporating any manual edits if they exist.",
          "format": "double"
        },
        "qaAnswers": {
          "description": "Set of QaAnswers represented in the result.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaAnswer"
          },
          "type": "array"
        },
        "agentId": {
          "description": "ID of the agent that handled the conversation.",
          "type": "string"
        },
        "createTime": {
          "description": "Output only. The timestamp that the revision was created.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "name": {
          "description": "Identifier. The name of the scorecard result. Format: projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}",
          "type": "string"
        }
      },
      "description": "The results of scoring a single conversation against a QaScorecard. Contains a collection of QaAnswers and aggregate score."
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore": {
      "properties": {
        "tag": {
          "description": "Tag name.",
          "type": "string"
        },
        "averageTagNormalizedScore": {
          "format": "double",
          "type": "number",
          "description": "Average tag normalized score per tag."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore",
      "description": "Average QA normalized score for the tag."
    },
    "GoogleCloudContactcenterinsightsV1alpha1IssueMatchData": {
      "type": "object",
      "description": "The data for an issue match annotation.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1IssueMatchData",
      "properties": {
        "issueAssignment": {
          "description": "Information about the issue's assignment.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueAssignment"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerValue": {
      "properties": {
        "strValue": {
          "type": "string",
          "description": "String value."
        },
        "naValue": {
          "type": "boolean",
          "description": "A value of \"Not Applicable (N/A)\". Should only ever be `true`."
        },
        "skipValue": {
          "type": "boolean",
          "description": "Output only. A value of \"Skip\". If provided, this field may only be set to `true`. If a question receives this answer, it will be excluded from any score calculations. This would mean that the question was not evaluated.",
          "readOnly": true
        },
        "numValue": {
          "description": "Numerical value.",
          "format": "double",
          "type": "number"
        },
        "score": {
          "description": "Output only. Numerical score of the answer.",
          "readOnly": true,
          "type": "number",
          "format": "double"
        },
        "potentialScore": {
          "description": "Output only. The maximum potential score of the question.",
          "type": "number",
          "readOnly": true,
          "format": "double"
        },
        "normalizedScore": {
          "readOnly": true,
          "format": "double",
          "description": "Output only. Normalized score of the questions. Calculated as score / potential_score.",
          "type": "number"
        },
        "key": {
          "description": "A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.",
          "type": "string"
        },
        "boolValue": {
          "description": "Boolean value.",
          "type": "boolean"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerValue",
      "type": "object",
      "description": "Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question."
    },
    "GoogleCloudContactcenterinsightsV1mainEntityMentionData": {
      "description": "The data for an entity mention annotation. This represents a mention of an `Entity` in the conversation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainEntityMentionData",
      "properties": {
        "sentiment": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainSentimentData",
          "description": "Sentiment expressed for this mention of the entity."
        },
        "entityUniqueId": {
          "description": "The key of this entity in conversation entities. Can be used to retrieve the exact `Entity` this mention is attached to.",
          "type": "string"
        },
        "type": {
          "enumDescriptions": [
            "Unspecified.",
            "Proper noun.",
            "Common noun (or noun compound)."
          ],
          "enum": [
            "MENTION_TYPE_UNSPECIFIED",
            "PROPER",
            "COMMON"
          ],
          "description": "The type of the entity mention.",
          "type": "string"
        }
      }
    },
    "GoogleTypeInterval": {
      "properties": {
        "startTime": {
          "format": "google-datetime",
          "description": "Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.",
          "type": "string"
        },
        "endTime": {
          "type": "string",
          "description": "Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.",
          "format": "google-datetime"
        }
      },
      "description": "Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.",
      "type": "object",
      "id": "GoogleTypeInterval"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DateRangeConfig": {
      "type": "object",
      "properties": {
        "absoluteDateRange": {
          "description": "An absolute date range.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryInterval"
        },
        "relativeDateRange": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DateRangeConfigRelativeDateRange",
          "description": "A relative date range."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1DateRangeConfig",
      "description": "Date range configuration for dashboard charts."
    },
    "GoogleCloudContactcenterinsightsV1mainInitializeEncryptionSpecMetadata": {
      "type": "object",
      "description": "Metadata for initializing a location-level encryption specification.",
      "id": "GoogleCloudContactcenterinsightsV1mainInitializeEncryptionSpecMetadata",
      "properties": {
        "createTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The time the operation was created."
        },
        "partialErrors": {
          "description": "Partial errors during initializing operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "type": "array"
        },
        "request": {
          "readOnly": true,
          "description": "Output only. The original request for initialization.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainInitializeEncryptionSpecRequest"
        },
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel": {
      "properties": {
        "label": {
          "description": "String label used for Topic Modeling.",
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. Create time of the label.",
          "type": "string",
          "format": "google-datetime"
        },
        "updateTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Update time of the label.",
          "format": "google-datetime"
        },
        "labeledResource": {
          "description": "Name of the resource to be labeled. Supported resources are: * `projects/{project}/locations/{location}/qaScorecards/{scorecard}/revisions/{revision}/qaQuestions/{question}` * `projects/{project}/locations/{location}/issueModels/{issue_model}` * `projects/{project}/locations/{location}/generators/{generator_id}`",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}"
        },
        "qaAnswerLabel": {
          "description": "QaAnswer label used for Quality AI example conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel",
      "description": "Represents a conversation, resource, and label provided by the user. Can take the form of a string label or a QaAnswer label. QaAnswer labels are used for Quality AI example conversations. String labels are used for Topic Modeling. AgentAssistSummary labels are used for Agent Assist Summarization."
    },
    "GoogleCloudContactcenterinsightsV1mainSampleConversationsResponse": {
      "type": "object",
      "description": "The response to an SampleConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1mainSampleConversationsResponse",
      "properties": {}
    },
    "GoogleTypeMoney": {
      "description": "Represents an amount of money with its currency type.",
      "properties": {
        "currencyCode": {
          "type": "string",
          "description": "The three-letter currency code defined in ISO 4217."
        },
        "units": {
          "description": "The whole units of the amount. For example if `currencyCode` is `\"USD\"`, then 1 unit is one US dollar.",
          "format": "int64",
          "type": "string"
        },
        "nanos": {
          "format": "int32",
          "description": "Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.",
          "type": "integer"
        }
      },
      "id": "GoogleTypeMoney",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainUndeployIssueModelResponse": {
      "description": "The response to undeploy an issue model.",
      "properties": {},
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainUndeployIssueModelResponse"
    },
    "GoogleIamV1TestIamPermissionsRequest": {
      "id": "GoogleIamV1TestIamPermissionsRequest",
      "description": "Request message for `TestIamPermissions` method.",
      "properties": {
        "permissions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions)."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1Assessment": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1Assessment",
      "description": "The assessment resource.",
      "type": "object",
      "properties": {
        "agentInfo": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo",
          "description": "Information about the agent the assessment is for."
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Output only. The time at which the assessment was created.",
          "type": "string",
          "readOnly": true
        },
        "updateTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The time at which the assessment was last updated."
        },
        "name": {
          "description": "Identifier. The resource name of the assessment. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}",
          "type": "string"
        },
        "state": {
          "enum": [
            "STATE_UNSPECIFIED",
            "DRAFT",
            "PUBLISHED",
            "APPEALED",
            "FINALIZED"
          ],
          "description": "Output only. The state of the assessment.",
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "The state is unspecified. This value should not be used.",
            "The default state of all new assessments.",
            "The assessment has been published.",
            "The assessment has been appealed.",
            "The assessment has been finalized."
          ]
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainUpdateQaQuestionTagRequest": {
      "type": "object",
      "properties": {
        "qaQuestionTag": {
          "description": "Required. The QaQuestionTag to update.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainQaQuestionTag"
        },
        "updateMask": {
          "type": "string",
          "format": "google-fieldmask",
          "description": "Optional. The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `qa_question_tag_name` - the name of the tag * `qa_question_ids` - the list of questions the tag applies to"
        }
      },
      "description": "The request for updating a QaQuestionTag.",
      "id": "GoogleCloudContactcenterinsightsV1mainUpdateQaQuestionTagRequest"
    },
    "GoogleCloudContactcenterinsightsV1UploadConversationMetadata": {
      "description": "The metadata for an `UploadConversation` operation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1UploadConversationMetadata",
      "properties": {
        "request": {
          "description": "Output only. The original request.",
          "$ref": "GoogleCloudContactcenterinsightsV1UploadConversationRequest",
          "readOnly": true
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation was created."
        },
        "appliedRedactionConfig": {
          "description": "Output only. The redaction config applied to the uploaded conversation.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig"
        },
        "analysisOperation": {
          "description": "Output only. The operation name for a successfully created analysis operation, if any.",
          "type": "string",
          "readOnly": true
        },
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainConversationQualityMetadataAgentInfo": {
      "description": "Information about an agent involved in the conversation.",
      "properties": {
        "team": {
          "description": "A user-specified string representing the agent's team. Deprecated in favor of the `teams` field.",
          "deprecated": true,
          "type": "string"
        },
        "agentType": {
          "enumDescriptions": [
            "Participant's role is not set.",
            "Participant is a human agent.",
            "Participant is an automated agent.",
            "Participant is an end user who conversed with the contact center.",
            "Participant is either a human or automated agent."
          ],
          "type": "string",
          "description": "The agent type, e.g. HUMAN_AGENT.",
          "enum": [
            "ROLE_UNSPECIFIED",
            "HUMAN_AGENT",
            "AUTOMATED_AGENT",
            "END_USER",
            "ANY_AGENT"
          ]
        },
        "deploymentId": {
          "type": "string",
          "description": "The agent's deployment ID. Only applicable to automated agents."
        },
        "location": {
          "description": "The agent's location.",
          "type": "string"
        },
        "dispositionCode": {
          "type": "string",
          "description": "A user-provided string indicating the outcome of the agent's segment of the call."
        },
        "agentId": {
          "description": "A user-specified string representing the agent.",
          "type": "string"
        },
        "deploymentDisplayName": {
          "type": "string",
          "description": "The agent's deployment display name. Only applicable to automated agents."
        },
        "entrySubagentDisplayName": {
          "description": "The entry subagent's display name.",
          "type": "string"
        },
        "versionDisplayName": {
          "description": "The agent's version display name. Only applicable to automated agents.",
          "type": "string"
        },
        "entrySubagentId": {
          "description": "The entry subagent's ID.",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "The agent's name."
        },
        "teams": {
          "items": {
            "type": "string"
          },
          "description": "User-specified strings representing the agent's teams.",
          "type": "array"
        },
        "versionId": {
          "description": "The agent's version ID. Only applicable to automated agents.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainConversationQualityMetadataAgentInfo",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListAnalysisRulesResponse": {
      "description": "The response of listing views.",
      "properties": {
        "analysisRules": {
          "type": "array",
          "description": "The analysis_rule that match the request.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnalysisRule"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListAnalysisRulesResponse",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice": {
      "type": "object",
      "properties": {
        "dimensions": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1Dimension"
          },
          "description": "A unique combination of dimensions that this slice represents.",
          "type": "array"
        },
        "total": {
          "description": "The total metric value. The interval of this data point is [starting create time, ending create time) from the request.",
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint"
        },
        "timeSeries": {
          "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceTimeSeries",
          "description": "A time series of metric values. This is only populated if the request specifies a time granularity other than NONE."
        }
      },
      "description": "A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request. For example, if the request specifies a single ISSUE dimension and it has a cardinality of 2 (i.e. the data used to compute the metrics has 2 issues in total), the response will have 2 slices: * Slice 1 -\u003e dimensions=[Issue 1] * Slice 2 -\u003e dimensions=[Issue 2]",
      "id": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartTablePart": {
      "type": "object",
      "properties": {
        "headers": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Table column headers.",
          "type": "array"
        },
        "rows": {
          "description": "Optional. Table rows.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartTableRow"
          }
        },
        "title": {
          "type": "string",
          "description": "Optional. Optional title for the table."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartTablePart",
      "description": "A table part."
    },
    "GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata",
      "description": "Call-specific metadata created during analysis.",
      "properties": {
        "annotations": {
          "description": "A list of call annotations that apply to this call.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1CallAnnotation"
          },
          "type": "array"
        },
        "entities": {
          "type": "object",
          "description": "All the entities in the call.",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1Entity"
          }
        },
        "silence": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationLevelSilence",
          "description": "Overall conversation-level silence during the call."
        },
        "intents": {
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1Intent"
          },
          "type": "object",
          "description": "All the matched intents in the call."
        },
        "phraseMatchers": {
          "description": "All the matched phrase matchers in the call.",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1PhraseMatchData"
          },
          "type": "object"
        },
        "issueModelResult": {
          "description": "Overall conversation-level issue modeling result.",
          "$ref": "GoogleCloudContactcenterinsightsV1IssueModelResult"
        },
        "sentiments": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationLevelSentiment"
          },
          "type": "array",
          "description": "Overall conversation-level sentiment for each channel of the call."
        },
        "qaScorecardResults": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1QaScorecardResult"
          },
          "description": "Results of scoring QaScorecards."
        }
      },
      "type": "object"
    },
    "GoogleCloudCesV1mainEndSession": {
      "type": "object",
      "id": "GoogleCloudCesV1mainEndSession",
      "description": "Indicates the session has terminated, due to either successful completion (e.g. user says \"Good bye!\" ) or an agent escalation. The agent will not process any further inputs after session is terminated and the client should half-close and disconnect after receiving all remaining responses from the agent.",
      "properties": {
        "metadata": {
          "description": "Optional. Provides additional information about the end session signal, such as the reason for ending the session.",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "type": "object"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainCallAnnotation": {
      "id": "GoogleCloudContactcenterinsightsV1mainCallAnnotation",
      "properties": {
        "annotationEndBoundary": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotationBoundary",
          "description": "The boundary in the conversation where the annotation ends, inclusive."
        },
        "annotationStartBoundary": {
          "description": "The boundary in the conversation where the annotation starts, inclusive.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnnotationBoundary"
        },
        "holdData": {
          "description": "Data specifying a hold.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainHoldData"
        },
        "silenceData": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainSilenceData",
          "description": "Data specifying silence."
        },
        "channelTag": {
          "type": "integer",
          "description": "The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.",
          "format": "int32"
        },
        "issueMatchData": {
          "description": "Data specifying an issue match.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainIssueMatchData"
        },
        "sentimentData": {
          "description": "Data specifying sentiment.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainSentimentData"
        },
        "interruptionData": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainInterruptionData",
          "description": "Data specifying an interruption."
        },
        "phraseMatchData": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainPhraseMatchData",
          "description": "Data specifying a phrase match."
        },
        "entityMentionData": {
          "description": "Data specifying an entity mention.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainEntityMentionData"
        },
        "intentMatchData": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainIntentMatchData",
          "description": "Data specifying an intent match."
        }
      },
      "type": "object",
      "description": "A piece of metadata that applies to a window of a call."
    },
    "GoogleCloudContactcenterinsightsV1alpha1AssistantChunk": {
      "type": "object",
      "properties": {
        "text": {
          "description": "Optional. Text data.",
          "type": "string"
        }
      },
      "description": "A chunk of data in an assistant message.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1AssistantChunk"
    },
    "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig": {
      "type": "object",
      "properties": {
        "scorecardList": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfigScorecardList",
          "description": "A manual list of scorecards to score."
        }
      },
      "description": "Configuration for the QA feature.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig"
    },
    "GoogleCloudContactcenterinsightsV1AnalysisResult": {
      "id": "GoogleCloudContactcenterinsightsV1AnalysisResult",
      "description": "The result of an analysis.",
      "properties": {
        "callAnalysisMetadata": {
          "description": "Call-specific metadata created by the analysis.",
          "$ref": "GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata"
        },
        "endTime": {
          "format": "google-datetime",
          "description": "The time at which the analysis ended.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1SpeechConfig": {
      "properties": {
        "speechRecognizer": {
          "description": "The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}`",
          "type": "string"
        },
        "disableWordTimeOffsets": {
          "type": "boolean",
          "description": "Whether to disable word time offsets. If true, the `enable_word_time_offsets` field in the recognition config will be set to false."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1SpeechConfig",
      "description": "Speech-to-Text configuration. Speech-to-Text settings are applied to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversation coming from CCAI Platform. They are not applied to conversations ingested from the `CreateConversation` endpoint."
    },
    "GoogleCloudContactcenterinsightsV1mainConversationSummarizationSuggestionData": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationSummarizationSuggestionData",
      "type": "object",
      "description": "Conversation summarization suggestion data.",
      "properties": {
        "confidence": {
          "format": "float",
          "type": "number",
          "description": "The confidence score of the summarization."
        },
        "metadata": {
          "description": "A map that contains metadata about the summarization and the document from which it originates.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "generatorId": {
          "description": "Agent Assist generator ID.",
          "type": "string"
        },
        "text": {
          "description": "The summarization content that is concatenated into one string.",
          "type": "string"
        },
        "textSections": {
          "description": "The summarization content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "answerRecord": {
          "type": "string",
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}"
        },
        "conversationModel": {
          "description": "The name of the model that generates this summary. Format: projects/{project}/locations/{location}/conversationModels/{conversation_model}",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainConversationCallMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationCallMetadata",
      "properties": {
        "agentChannel": {
          "format": "int32",
          "description": "The audio channel that contains the agent.",
          "type": "integer"
        },
        "customerChannel": {
          "format": "int32",
          "type": "integer",
          "description": "The audio channel that contains the customer."
        }
      },
      "description": "Call-specific metadata.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultScoreSource": {
      "type": "object",
      "description": "A scorecard result may have multiple sets of scores from varying sources, one of which becomes the \"main\" answer above. A ScoreSource represents each individual set of scores.",
      "properties": {
        "score": {
          "format": "double",
          "type": "number",
          "description": "The overall numerical score of the result."
        },
        "qaTagResults": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultQaTagResult"
          },
          "description": "Collection of tags and their scores.",
          "type": "array"
        },
        "potentialScore": {
          "description": "The maximum potential overall score of the scorecard. Any questions answered using `na_value` are excluded from this calculation.",
          "format": "double",
          "type": "number"
        },
        "normalizedScore": {
          "description": "The normalized score, which is the score divided by the potential score.",
          "format": "double",
          "type": "number"
        },
        "sourceType": {
          "description": "What created the score.",
          "enum": [
            "SOURCE_TYPE_UNSPECIFIED",
            "SYSTEM_GENERATED_ONLY",
            "INCLUDES_MANUAL_EDITS"
          ],
          "type": "string",
          "enumDescriptions": [
            "Source type is unspecified.",
            "Score is derived only from system-generated answers.",
            "Score is derived from both system-generated answers, and includes any manual edits if they exist."
          ]
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResultScoreSource"
    },
    "GoogleCloudContactcenterinsightsV1EntityMentionData": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1EntityMentionData",
      "description": "The data for an entity mention annotation. This represents a mention of an `Entity` in the conversation.",
      "properties": {
        "entityUniqueId": {
          "description": "The key of this entity in conversation entities. Can be used to retrieve the exact `Entity` this mention is attached to.",
          "type": "string"
        },
        "sentiment": {
          "$ref": "GoogleCloudContactcenterinsightsV1SentimentData",
          "description": "Sentiment expressed for this mention of the entity."
        },
        "type": {
          "enum": [
            "MENTION_TYPE_UNSPECIFIED",
            "PROPER",
            "COMMON"
          ],
          "enumDescriptions": [
            "Unspecified.",
            "Proper noun.",
            "Common noun (or noun compound)."
          ],
          "description": "The type of the entity mention.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsMetadata": {
      "properties": {
        "totalRequestedAnalysesCount": {
          "description": "Total number of analyses requested. Computed by the number of conversations returned by `filter` multiplied by `analysis_percentage` in the request.",
          "format": "int32",
          "type": "integer"
        },
        "createTime": {
          "description": "The time the operation was created.",
          "type": "string",
          "format": "google-datetime"
        },
        "request": {
          "description": "The original request for bulk analyze.",
          "$ref": "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest"
        },
        "relabel": {
          "type": "boolean",
          "description": "Output only. If true, the labeling rules will be re-evaluated for the conversations.",
          "readOnly": true
        },
        "failedAnalysesCount": {
          "type": "integer",
          "description": "The number of requested analyses that have failed so far.",
          "format": "int32"
        },
        "completedAnalysesCount": {
          "type": "integer",
          "description": "The number of requested analyses that have completed successfully so far.",
          "format": "int32"
        },
        "endTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time the operation finished running."
        },
        "partialErrors": {
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "description": "Output only. Partial errors during bulk analyze operation that might cause the operation output to be incomplete.",
          "readOnly": true,
          "type": "array"
        }
      },
      "description": "The metadata for a bulk analyze conversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsMetadata",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainDeleteIssueModelMetadata": {
      "type": "object",
      "description": "Metadata for deleting an issue model.",
      "properties": {
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the operation was created.",
          "readOnly": true
        },
        "endTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation finished running."
        },
        "request": {
          "description": "The original request for deletion.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainDeleteIssueModelRequest"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainDeleteIssueModelMetadata"
    },
    "GoogleCloudContactcenterinsightsV1alpha1TestAutoLabelingRuleResponse": {
      "description": "The response message for testing auto labeling rules.",
      "type": "object",
      "properties": {
        "labelResult": {
          "description": "The result of the test auto labeling rule.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1TestAutoLabelingRuleResponse"
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsRequest": {
      "description": "The request to delete conversations in bulk.",
      "properties": {
        "filter": {
          "description": "Filter used to select the subset of conversations to delete.",
          "type": "string"
        },
        "maxDeleteCount": {
          "description": "Maximum number of conversations to delete.",
          "format": "int32",
          "type": "integer"
        },
        "parent": {
          "description": "Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}",
          "type": "string"
        },
        "force": {
          "description": "If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsRequest"
    },
    "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadata": {
      "type": "object",
      "properties": {
        "partialErrors": {
          "description": "Output only. Partial errors during sample conversations operation that might cause the operation output to be incomplete.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "type": "array"
        },
        "sampleConversationsStats": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadataSampleConversationsStats",
          "readOnly": true,
          "description": "Output only. Statistics for SampleConversations operation."
        },
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The time the operation was created."
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest",
          "description": "Output only. The original request for sample conversations to dataset.",
          "readOnly": true
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsMetadata",
      "description": "The metadata for an SampleConversations operation."
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata": {
      "properties": {
        "conversationProfileId": {
          "description": "Optional. The conversation profile ID.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata",
      "description": "Metadata about the conversation profile dimension."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListAssistantSessionsResponse": {
      "description": "Response to list assistant sessions.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListAssistantSessionsResponse",
      "properties": {
        "assistantSessions": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssistantSession"
          },
          "description": "The assistant sessions.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page."
        }
      },
      "type": "object"
    },
    "GoogleCloudCesV1mainAgentTransfer": {
      "type": "object",
      "properties": {
        "targetAgent": {
          "type": "string",
          "description": "Required. The agent to which the conversation is being transferred. The agent will handle the conversation from this point forward. Format: `projects/{project}/locations/{location}/apps/{app}/agents/{agent}`"
        },
        "displayName": {
          "description": "Output only. Display name of the agent.",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Represents an event indicating the transfer of a conversation to a different agent.",
      "id": "GoogleCloudCesV1mainAgentTransfer"
    },
    "GoogleCloudContactcenterinsightsV1FaqAnswerData": {
      "properties": {
        "source": {
          "description": "The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}.",
          "type": "string"
        },
        "question": {
          "description": "The corresponding FAQ question.",
          "type": "string"
        },
        "queryRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        },
        "answer": {
          "description": "The piece of text from the `source` knowledge base document.",
          "type": "string"
        },
        "metadata": {
          "description": "Map that contains metadata about the FAQ answer and the document that it originates from.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "confidenceScore": {
          "type": "number",
          "description": "The system's confidence score that this answer is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "format": "float"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1FaqAnswerData",
      "description": "Agent Assist frequently-asked-question answer data.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainExportIssueModelRequestGcsDestination": {
      "properties": {
        "objectUri": {
          "description": "Required. Format: `gs:///`",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainExportIssueModelRequestGcsDestination",
      "type": "object",
      "description": "Google Cloud Storage Object URI to save the issue model to."
    },
    "GoogleCloudContactcenterinsightsV1mainConversationDataSource": {
      "properties": {
        "dialogflowSource": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainDialogflowSource",
          "description": "The source when the conversation comes from Dialogflow."
        },
        "metadataUri": {
          "description": "Cloud Storage URI that points to a file that contains the conversation metadata.",
          "type": "string"
        },
        "gcsSource": {
          "description": "A Cloud Storage location specification for the audio and transcript.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainGcsSource"
        },
        "turnLevelAudios": {
          "type": "array",
          "description": "Cloud Storage URIs that points to files that contain the conversation audio for each turn. Assume the order of the URIs is the same as the order of the transcript turns.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio"
          }
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationDataSource",
      "description": "The conversation source, which is a combination of transcript and audio."
    },
    "GoogleCloudContactcenterinsightsV1alpha1AssistantMessage": {
      "description": "A message in an assistant session.",
      "properties": {
        "chunks": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssistantChunk"
          },
          "type": "array",
          "description": "Required. Content of the message."
        },
        "eventTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Required. Timestamp when the message was sent or received."
        },
        "role": {
          "description": "Required. Role within the conversation.",
          "enumDescriptions": [
            "Default value for unspecified.",
            "The user role.",
            "The model role."
          ],
          "enum": [
            "ROLE_UNSPECIFIED",
            "USER",
            "MODEL"
          ],
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1AssistantMessage"
    },
    "GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput",
      "properties": {
        "querySource": {
          "description": "Query source for the answer.",
          "type": "string",
          "enumDescriptions": [
            "Unknown query source.",
            "The query is from agents.",
            "The query is a query from previous suggestions, e.g. from a preceding SuggestKnowledgeAssist response."
          ],
          "enum": [
            "QUERY_SOURCE_UNSPECIFIED",
            "AGENT_QUERY",
            "SUGGESTED_QUERY"
          ]
        },
        "query": {
          "description": "Query text. Article Search uses this to store the input query used to generate the search results.",
          "type": "string"
        },
        "generatorName": {
          "type": "string",
          "description": "The resource name of associated generator. Format: `projects//locations//generators/`"
        }
      },
      "type": "object",
      "description": "Explicit input used for generating the answer"
    },
    "GoogleIamV1Binding": {
      "description": "Associates `members`, or principals, with a `role`.",
      "properties": {
        "condition": {
          "$ref": "GoogleTypeExpr",
          "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
        },
        "members": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`."
        },
        "role": {
          "type": "string",
          "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles)."
        }
      },
      "id": "GoogleIamV1Binding",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination": {
      "type": "object",
      "description": "Google Cloud Storage Object URI to save the issue model to.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination",
      "properties": {
        "objectUri": {
          "description": "Required. Format: `gs:///`",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1StreamChatRequest": {
      "type": "object",
      "description": "Request to stream chat.",
      "properties": {
        "message": {
          "type": "string",
          "description": "Required. The message to send to the assistant."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1StreamChatRequest"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult": {
      "type": "object",
      "description": "The result of a single correlation rule.",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult",
      "properties": {
        "correlationId": {
          "description": "The correlation ID generated by the join key expression.",
          "type": "string"
        },
        "error": {
          "description": "The error status if the join key expression failed to evaluate.",
          "$ref": "GoogleRpcStatus"
        },
        "ruleId": {
          "type": "string",
          "description": "The rule ID."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsRequest": {
      "type": "object",
      "description": "The request for calculating conversation statistics.",
      "properties": {
        "filter": {
          "description": "A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsRequest"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationInfo": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationInfo",
      "properties": {
        "fullConversationCorrelationId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The full conversation correlation id this conversation is a segment of."
        },
        "mergedFullConversationCorrelationId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The full conversation correlation id this conversation is a merged conversation of."
        },
        "correlationTypes": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. The correlation types of this conversation. A single conversation can have multiple correlation types. For example a conversation that only has a single segment is both a SEGMENT and a FULL_CONVERSATION.",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Default value for unspecified.",
              "This conversation represents a segment of a full conversation. The lowest level of granularity.",
              "This conversation represents a partial conversation of potentially multiple segments but is not a full conversation.",
              "This conversation represents a full conversation of potentially multiple segments.",
              "This conversation represents a synthetic conversation."
            ],
            "enum": [
              "CORRELATION_TYPE_UNSPECIFIED",
              "SEGMENT",
              "PARTIAL",
              "FULL",
              "SYNTHETIC"
            ]
          }
        }
      },
      "type": "object",
      "description": "Info for correlating across conversations."
    },
    "GoogleCloudContactcenterinsightsV1alpha1UpdateQaQuestionTagMetadata": {
      "properties": {
        "endTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation finished running."
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The time the operation was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1UpdateQaQuestionTagRequest",
          "description": "Output only. The original request.",
          "readOnly": true
        }
      },
      "type": "object",
      "description": "The metadata for updating a QaQuestionTag Resource.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1UpdateQaQuestionTagMetadata"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartTableRow": {
      "description": "A row in a table.",
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartTableRow",
      "type": "object",
      "properties": {
        "cells": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The cell values in the row."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1Intent": {
      "type": "object",
      "properties": {
        "id": {
          "description": "The unique identifier of the intent.",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "The human-readable name of the intent."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1Intent",
      "description": "The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE."
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata",
      "properties": {
        "medium": {
          "type": "string",
          "description": "Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT."
        }
      },
      "description": "Metadata about the conversation medium dimension."
    },
    "GoogleCloudContactcenterinsightsV1mainPhraseMatchData": {
      "properties": {
        "phraseMatcher": {
          "description": "The unique identifier (the resource name) of the phrase matcher.",
          "type": "string"
        },
        "displayName": {
          "description": "The human-readable name of the phrase matcher.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainPhraseMatchData",
      "description": "The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match."
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequest": {
      "properties": {
        "validateOnly": {
          "description": "Optional. If set, upload will not happen and the labels will be validated. If not set, then default behavior will be to upload the labels after validation is complete.",
          "type": "boolean"
        },
        "gcsSource": {
          "description": "A cloud storage bucket source.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequestGcsSource"
        },
        "sheetsSource": {
          "description": "A sheets document source.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequestSheetsSource"
        }
      },
      "description": "The request for bulk uploading feedback labels.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequest"
    },
    "GoogleCloudContactcenterinsightsV1IntentMatchData": {
      "id": "GoogleCloudContactcenterinsightsV1IntentMatchData",
      "type": "object",
      "description": "The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences.",
      "properties": {
        "intentUniqueId": {
          "description": "The id of the matched intent. Can be used to retrieve the corresponding intent information.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainQaScorecardResultScoreSource": {
      "id": "GoogleCloudContactcenterinsightsV1mainQaScorecardResultScoreSource",
      "description": "A scorecard result may have multiple sets of scores from varying sources, one of which becomes the \"main\" answer above. A ScoreSource represents each individual set of scores.",
      "type": "object",
      "properties": {
        "score": {
          "description": "The overall numerical score of the result.",
          "format": "double",
          "type": "number"
        },
        "potentialScore": {
          "description": "The maximum potential overall score of the scorecard. Any questions answered using `na_value` are excluded from this calculation.",
          "format": "double",
          "type": "number"
        },
        "qaTagResults": {
          "description": "Collection of tags and their scores.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainQaScorecardResultQaTagResult"
          }
        },
        "normalizedScore": {
          "description": "The normalized score, which is the score divided by the potential score.",
          "format": "double",
          "type": "number"
        },
        "sourceType": {
          "enum": [
            "SOURCE_TYPE_UNSPECIFIED",
            "SYSTEM_GENERATED_ONLY",
            "INCLUDES_MANUAL_EDITS"
          ],
          "type": "string",
          "description": "What created the score.",
          "enumDescriptions": [
            "Source type is unspecified.",
            "Score is derived only from system-generated answers.",
            "Score is derived from both system-generated answers, and includes any manual edits if they exist."
          ]
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1CalculateIssueModelStatsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1CalculateIssueModelStatsResponse",
      "properties": {
        "currentStats": {
          "description": "The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats"
        }
      },
      "type": "object",
      "description": "Response of querying an issue model's statistics."
    },
    "GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorSummarizationConfig": {
      "id": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorSummarizationConfig",
      "properties": {
        "summarizationModel": {
          "enum": [
            "SUMMARIZATION_MODEL_UNSPECIFIED",
            "BASELINE_MODEL",
            "BASELINE_MODEL_V2_0"
          ],
          "enumDescriptions": [
            "Unspecified summarization model.",
            "The CCAI baseline model. This model is deprecated and will be removed in the future. We recommend using `generator` instead.",
            "The CCAI baseline model, V2.0. This model is deprecated and will be removed in the future. We recommend using `generator` instead."
          ],
          "type": "string",
          "description": "Default summarization model to be used.",
          "enumDeprecated": [
            false,
            true,
            true
          ]
        },
        "generator": {
          "description": "The resource name of the existing created generator. Format: projects//locations//generators/",
          "type": "string"
        },
        "conversationProfile": {
          "type": "string",
          "description": "Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}"
        }
      },
      "type": "object",
      "description": "Configuration for summarization."
    },
    "GoogleCloudContactcenterinsightsV1mainIssue": {
      "id": "GoogleCloudContactcenterinsightsV1mainIssue",
      "properties": {
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time at which this issue was created.",
          "type": "string"
        },
        "updateTime": {
          "description": "Output only. The most recent time that this issue was updated.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "displayName": {
          "description": "The representative name for the issue.",
          "type": "string"
        },
        "name": {
          "description": "Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}",
          "type": "string"
        },
        "sampleUtterances": {
          "readOnly": true,
          "description": "Output only. Resource names of the sample representative utterances that match to this issue.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "displayDescription": {
          "description": "Representative description of the issue.",
          "type": "string"
        }
      },
      "description": "The issue resource.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1AssistantSession": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1AssistantSession",
      "properties": {
        "messages": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssistantMessage"
          },
          "description": "Optional. History of messages in the session."
        },
        "requester": {
          "description": "Output only. The user who initiated the session.",
          "type": "string",
          "readOnly": true
        },
        "state": {
          "enumDescriptions": [
            "Unspecified state.",
            "Agent is working.",
            "Waiting for user input."
          ],
          "enum": [
            "STATE_UNSPECIFIED",
            "PROCESSING",
            "IDLE"
          ],
          "type": "string",
          "readOnly": true,
          "description": "Output only. The status of the session."
        },
        "displayName": {
          "type": "string",
          "description": "Optional. The display name of the session."
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the session was created."
        },
        "updateTime": {
          "description": "Output only. The time the session was last updated.",
          "format": "google-datetime",
          "type": "string",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. Resource name of the session. Format: projects/{project}/locations/{location}/assistantSessions/{assistant_session}"
        }
      },
      "description": "Represents a conversation session with the Assistant Agent."
    },
    "GoogleCloudContactcenterinsightsV1alpha1StreamChatResponse": {
      "description": "Response from streaming chat.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1StreamChatResponse",
      "properties": {
        "eventId": {
          "description": "The unique ID of the event.",
          "type": "string"
        },
        "statusMessage": {
          "description": "A status message.",
          "type": "string"
        },
        "eventTime": {
          "description": "The time when the event occurred.",
          "format": "google-datetime",
          "type": "string"
        },
        "chunk": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssistantChunk",
          "description": "A chunk of the assistant response message."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainQaScorecardResultQaTagResult": {
      "type": "object",
      "description": "Tags and their corresponding results.",
      "id": "GoogleCloudContactcenterinsightsV1mainQaScorecardResultQaTagResult",
      "properties": {
        "potentialScore": {
          "type": "number",
          "format": "double",
          "description": "The potential score the tag applies to."
        },
        "normalizedScore": {
          "format": "double",
          "type": "number",
          "description": "The normalized score the tag applies to."
        },
        "tag": {
          "type": "string",
          "description": "The tag the score applies to."
        },
        "score": {
          "description": "The score the tag applies to.",
          "format": "double",
          "type": "number"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1InterruptionData": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1InterruptionData",
      "description": "The data for an interruption annotation.",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListChartsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListChartsResponse",
      "description": "The response of listing charts.",
      "type": "object",
      "properties": {
        "charts": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Chart"
          },
          "description": "The charts under the parent."
        },
        "nextPageToken": {
          "description": "The value returned by the last `ListChartsResponse`. This value indicates that this is a continuation of a prior `ListCharts` call and that the system should return the next page of data.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainDimension": {
      "properties": {
        "agentDimensionMetadata": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionAgentDimensionMetadata",
          "description": "Output only. Metadata about the agent dimension."
        },
        "qaScorecardDimensionMetadata": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionQaScorecardDimensionMetadata",
          "description": "Output only. Metadata about the QA scorecard dimension."
        },
        "labelDimensionMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata",
          "description": "Output only. Metadata about conversation labels.",
          "readOnly": true
        },
        "mediumDimensionMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionMediumDimensionMetadata",
          "readOnly": true,
          "description": "Output only. Metadata about the conversation medium dimension."
        },
        "clientSentimentCategoryDimensionMetadata": {
          "readOnly": true,
          "description": "Output only. Metadata about the client sentiment category dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionClientSentimentCategoryDimensionMetadata"
        },
        "conversationalAgentsToolDimensionMetadata": {
          "description": "Output only. Metadata about the Conversational Agents tool dimension.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionConversationalAgentsToolDimensionMetadata"
        },
        "qaQuestionDimensionMetadata": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionQaQuestionDimensionMetadata",
          "description": "Output only. Metadata about the QA question dimension."
        },
        "issueDimensionMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionIssueDimensionMetadata",
          "description": "Output only. Metadata about the issue dimension.",
          "readOnly": true
        },
        "dimensionKey": {
          "enum": [
            "DIMENSION_KEY_UNSPECIFIED",
            "ISSUE",
            "ISSUE_NAME",
            "AGENT",
            "AGENT_TEAM",
            "QA_QUESTION_ID",
            "QA_QUESTION_ANSWER_VALUE",
            "QA_SCORECARD_ID",
            "CONVERSATION_PROFILE_ID",
            "MEDIUM",
            "CONVERSATIONAL_AGENTS_PLAYBOOK_ID",
            "CONVERSATIONAL_AGENTS_PLAYBOOK_NAME",
            "CONVERSATIONAL_AGENTS_TOOL_ID",
            "CONVERSATIONAL_AGENTS_TOOL_NAME",
            "CLIENT_SENTIMENT_CATEGORY",
            "AGENT_VERSION_ID",
            "AGENT_DEPLOYMENT_ID",
            "AGENT_ASSIST_SUPERVISOR_ID",
            "LABEL_KEY",
            "LABEL_VALUE",
            "LABEL_KEY_AND_VALUE",
            "LAST_TRANSFER_SUB_AGENT_NAME"
          ],
          "type": "string",
          "enumDescriptions": [
            "The key of the dimension is unspecified.",
            "The dimension is keyed by issues.",
            "The dimension is keyed by issue names.",
            "The dimension is keyed by agents.",
            "The dimension is keyed by agent teams.",
            "The dimension is keyed by QaQuestionIds. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing stats for the same question across different scorecard revisions.",
            "The dimension is keyed by QaQuestionIds-Answer value pairs. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing distribution of answers per question across different scorecard revisions.",
            "The dimension is keyed by QaScorecardIds. Note that: We only group by the ScorecardId and not the revision-id of the scorecard. This allows for showing stats for the same scorecard across different revisions. This metric is mostly only useful if querying the average normalized score per scorecard.",
            "The dimension is keyed by the conversation profile ID.",
            "The dimension is keyed by the conversation medium.",
            "The dimension is keyed by the Conversational Agents playbook ID.",
            "The dimension is keyed by the Conversational Agents playbook display name.",
            "The dimension is keyed by the Conversational Agents tool ID.",
            "The dimension is keyed by the Conversational Agents tool display name.",
            "The dimension is keyed by the client sentiment category.",
            "The dimension is keyed by the agent version ID.",
            "The dimension is keyed by the agent deployment ID.",
            "The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents.",
            "The dimension is keyed by label keys.",
            "The dimension is keyed by label values.",
            "The dimension is keyed by label key-value pairs.",
            "The dimension is keyed by the last transfer sub agent name."
          ],
          "description": "The key of the dimension."
        },
        "qaQuestionAnswerDimensionMetadata": {
          "description": "Output only. Metadata about the QA question-answer dimension.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionQaQuestionAnswerDimensionMetadata"
        },
        "conversationalAgentsPlaybookDimensionMetadata": {
          "description": "Output only. Metadata about the Conversational Agents playbook dimension.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionConversationalAgentsPlaybookDimensionMetadata"
        },
        "conversationProfileDimensionMetadata": {
          "readOnly": true,
          "description": "Output only. Metadata about the conversation profile dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainDimensionConversationProfileDimensionMetadata"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainDimension",
      "description": "A dimension determines the grouping key for the query. In SQL terms, these would be part of both the \"SELECT\" and \"GROUP BY\" clauses.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1CreateAnalysisOperationMetadata": {
      "properties": {
        "annotatorSelector": {
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotatorSelector",
          "readOnly": true,
          "description": "Output only. The annotator selector used for the analysis (if any)."
        },
        "endTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime"
        },
        "conversation": {
          "type": "string",
          "description": "Output only. The Conversation that this Analysis Operation belongs to.",
          "readOnly": true
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime",
          "type": "string"
        }
      },
      "description": "Metadata for a create analysis operation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1CreateAnalysisOperationMetadata"
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscript": {
      "properties": {
        "createTime": {
          "readOnly": true,
          "description": "Output only. The create time of the conversation.",
          "type": "string",
          "format": "google-datetime"
        },
        "updateTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The update time of the conversation."
        },
        "messages": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessage"
          },
          "description": "Ordered list of messages, including user inputs and system responses.",
          "type": "array"
        },
        "conversationId": {
          "description": "The conversation id of the chart.",
          "type": "string"
        }
      },
      "description": "The conversation transcript for the chart.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscript",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsResponse": {
      "properties": {
        "failedAnalysisCount": {
          "format": "int32",
          "type": "integer",
          "description": "Count of failed analyses."
        },
        "successfulAnalysisCount": {
          "type": "integer",
          "format": "int32",
          "description": "Count of successful analyses."
        }
      },
      "description": "The response for a bulk analyze conversations operation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainBulkAnalyzeConversationsResponse"
    },
    "GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination",
      "description": "A BigQuery Table Reference.",
      "properties": {
        "table": {
          "type": "string",
          "description": "The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error."
        },
        "dataset": {
          "type": "string",
          "description": "Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error."
        },
        "projectId": {
          "description": "A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData": {
      "description": "Agent Assist frequently-asked-question answer data.",
      "properties": {
        "question": {
          "type": "string",
          "description": "The corresponding FAQ question."
        },
        "queryRecord": {
          "type": "string",
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}"
        },
        "answer": {
          "type": "string",
          "description": "The piece of text from the `source` knowledge base document."
        },
        "metadata": {
          "description": "Map that contains metadata about the FAQ answer and the document that it originates from.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "confidenceScore": {
          "format": "float",
          "type": "number",
          "description": "The system's confidence score that this answer is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain)."
        },
        "source": {
          "description": "The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsMetadata": {
      "description": "Metadata for the BulkDownloadFeedbackLabel endpoint.",
      "type": "object",
      "properties": {
        "request": {
          "description": "Output only. The original request for download.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsRequest",
          "readOnly": true
        },
        "partialErrors": {
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "type": "array",
          "description": "Partial errors during ingest operation that might cause the operation output to be incomplete."
        },
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "type": "string",
          "readOnly": true
        },
        "downloadStats": {
          "readOnly": true,
          "description": "Output only. Statistics for BulkDownloadFeedbackLabels operation.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsMetadataDownloadStats"
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsMetadata"
    },
    "GoogleCloudContactcenterinsightsV1alpha1NoteAssessmentNote": {
      "properties": {},
      "id": "GoogleCloudContactcenterinsightsV1alpha1NoteAssessmentNote",
      "description": "A note about the entire parent assessment.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainCreateIssueModelMetadata": {
      "description": "Metadata for creating an issue model.",
      "type": "object",
      "properties": {
        "endTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainCreateIssueModelRequest",
          "description": "The original request for creation."
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainCreateIssueModelMetadata"
    },
    "GoogleIamV1AuditConfig": {
      "type": "object",
      "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
      "properties": {
        "service": {
          "type": "string",
          "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services."
        },
        "auditLogConfigs": {
          "description": "The configuration for logging of each type of permission.",
          "type": "array",
          "items": {
            "$ref": "GoogleIamV1AuditLogConfig"
          }
        }
      },
      "id": "GoogleIamV1AuditConfig"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationLevelSentiment": {
      "description": "One channel of conversation-level sentiment data.",
      "type": "object",
      "properties": {
        "channelTag": {
          "format": "int32",
          "description": "The channel of the audio that the data applies to.",
          "type": "integer"
        },
        "sentimentData": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainSentimentData",
          "description": "Data specifying sentiment."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainConversationLevelSentiment"
    },
    "GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource": {
      "description": "Google Cloud Storage Object URI to get the issue model file from.",
      "id": "GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource",
      "type": "object",
      "properties": {
        "objectUri": {
          "description": "Required. Format: `gs:///`",
          "type": "string"
        }
      }
    },
    "GoogleCloudCesV1mainChunk": {
      "description": "A chunk of content within a message.",
      "type": "object",
      "properties": {
        "toolCall": {
          "$ref": "GoogleCloudCesV1mainToolCall",
          "description": "Optional. Tool execution request."
        },
        "transcript": {
          "type": "string",
          "description": "Optional. Transcript associated with the audio."
        },
        "blob": {
          "description": "Optional. Blob data.",
          "$ref": "GoogleCloudCesV1mainBlob"
        },
        "payload": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "type": "object",
          "description": "Optional. Custom payload data."
        },
        "image": {
          "description": "Optional. Image data.",
          "$ref": "GoogleCloudCesV1mainImage"
        },
        "updatedVariables": {
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          },
          "description": "A struct represents variables that were updated in the conversation, keyed by variable names.",
          "type": "object"
        },
        "toolResponse": {
          "$ref": "GoogleCloudCesV1mainToolResponse",
          "description": "Optional. Tool execution response."
        },
        "text": {
          "description": "Optional. Text data.",
          "type": "string"
        },
        "defaultVariables": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "type": "object",
          "description": "A struct represents default variables at the start of the conversation, keyed by variable names."
        },
        "agentTransfer": {
          "description": "Optional. Agent transfer event.",
          "$ref": "GoogleCloudCesV1mainAgentTransfer"
        }
      },
      "id": "GoogleCloudCesV1mainChunk"
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponse": {
      "type": "object",
      "description": "The response for generative insights.",
      "properties": {
        "generativeResponses": {
          "description": "The full list of generative responses. Each response is ordered by time.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponseGenerativeResponse"
          }
        },
        "transcript": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscript",
          "description": "The transcript of the generative insights conversation."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResult": {
      "properties": {
        "ruleConstraintResults": {
          "type": "array",
          "description": "The results for each applicable constraint rule.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResultRuleConstraintResult"
          }
        },
        "conversationB": {
          "description": "The second conversation resource name.",
          "type": "string"
        },
        "conversationA": {
          "type": "string",
          "description": "The first conversation resource name."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResult",
      "description": "The result of testing a constraint expression on a pair of conversations.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata": {
      "description": "Call-specific metadata created during analysis.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata",
      "properties": {
        "annotations": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1CallAnnotation"
          },
          "description": "A list of call annotations that apply to this call."
        },
        "qaScorecardResults": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult"
          },
          "type": "array",
          "description": "Results of scoring QaScorecards."
        },
        "phraseMatchers": {
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData"
          },
          "description": "All the matched phrase matchers in the call.",
          "type": "object"
        },
        "sentiments": {
          "type": "array",
          "description": "Overall conversation-level sentiment for each channel of the call.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment"
          }
        },
        "intents": {
          "description": "All the matched intents in the call.",
          "type": "object",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Intent"
          }
        },
        "entities": {
          "description": "All the entities in the call.",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Entity"
          },
          "type": "object"
        },
        "silence": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence",
          "description": "Overall conversation-level silence during the call."
        },
        "issueModelResult": {
          "description": "Overall conversation-level issue modeling result.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModelResult"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainImportIssueModelRequest": {
      "properties": {
        "parent": {
          "description": "Required. The parent resource of the issue model.",
          "type": "string"
        },
        "gcsSource": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainImportIssueModelRequestGcsSource",
          "description": "Google Cloud Storage source message."
        },
        "createNewModel": {
          "description": "Optional. If set to true, will create an issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file.",
          "type": "boolean"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainImportIssueModelRequest",
      "description": "Request to import an issue model.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentWordInfo": {
      "type": "object",
      "description": "Word-level info for words in a transcript.",
      "properties": {
        "startOffset": {
          "format": "google-duration",
          "type": "string",
          "description": "Time offset of the start of this word relative to the beginning of the total conversation."
        },
        "word": {
          "description": "The word itself. Includes punctuation marks that surround the word.",
          "type": "string"
        },
        "confidence": {
          "format": "float",
          "description": "A confidence estimate between 0.0 and 1.0 of the fidelity of this word. A default value of 0.0 indicates that the value is unset.",
          "type": "number"
        },
        "endOffset": {
          "type": "string",
          "format": "google-duration",
          "description": "Time offset of the end of this word relative to the beginning of the total conversation."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentWordInfo"
    },
    "GoogleCloudContactcenterinsightsV1alpha1TestAutoLabelingRuleRequest": {
      "description": "The request message for testing auto labeling rules.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1TestAutoLabelingRuleRequest",
      "properties": {
        "conversation": {
          "description": "Required. Conversation data to test rules against.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
        },
        "autoLabelingRule": {
          "description": "Required. The auto labeling rule to test.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRule"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainArticleSuggestionData": {
      "id": "GoogleCloudContactcenterinsightsV1mainArticleSuggestionData",
      "properties": {
        "title": {
          "description": "Article title.",
          "type": "string"
        },
        "source": {
          "type": "string",
          "description": "The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}"
        },
        "queryRecord": {
          "type": "string",
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}"
        },
        "confidenceScore": {
          "description": "The system's confidence score that this article is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "format": "float",
          "type": "number"
        },
        "uri": {
          "type": "string",
          "description": "Article URI."
        },
        "metadata": {
          "description": "Map that contains metadata about the Article Suggestion and the document that it originates from.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "description": "Agent Assist Article Suggestion data.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1Intent": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1Intent",
      "description": "The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE.",
      "properties": {
        "displayName": {
          "description": "The human-readable name of the intent.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "The unique identifier of the intent."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1RedirectAction": {
      "properties": {
        "queryParams": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "The query params to be added to the redirect path.",
          "type": "object"
        },
        "relativePath": {
          "type": "string",
          "description": "The relative path to redirect to."
        }
      },
      "type": "object",
      "description": "The redirect action to be taken when the chart is clicked.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1RedirectAction"
    },
    "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsResponse": {
      "type": "object",
      "properties": {},
      "description": "Response for the BulkDeleteFeedbackLabels endpoint.",
      "id": "GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsResponse"
    },
    "GoogleCloudContactcenterinsightsV1mainAnalysisResult": {
      "description": "The result of an analysis.",
      "properties": {
        "endTime": {
          "format": "google-datetime",
          "description": "The time at which the analysis ended.",
          "type": "string"
        },
        "callAnalysisMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnalysisResultCallAnalysisMetadata",
          "description": "Call-specific metadata created by the analysis."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainAnalysisResult",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequest": {
      "id": "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequest",
      "description": "The request to ingest conversations.",
      "type": "object",
      "properties": {
        "speechConfig": {
          "description": "Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainSpeechConfig"
        },
        "gcsSource": {
          "description": "A cloud storage bucket source. Note that any previously ingested objects from the source will be skipped to avoid duplication.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestGcsSource"
        },
        "sampleSize": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. If set, this fields indicates the number of objects to ingest from the Cloud Storage bucket. If empty, the entire bucket will be ingested. Unless they are first deleted, conversations produced through sampling won't be ingested by subsequent ingest requests."
        },
        "redactionConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainRedactionConfig",
          "description": "Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings."
        },
        "conversationConfig": {
          "description": "Configuration that applies to all conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestConversationConfig"
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource for new conversations."
        },
        "transcriptObjectConfig": {
          "description": "Configuration for when `source` contains conversation transcripts.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestTranscriptObjectConfig"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo": {
      "description": "Information about an agent involved in the conversation.",
      "type": "object",
      "properties": {
        "deploymentId": {
          "description": "The agent's deployment ID. Only applicable to automated agents.",
          "type": "string"
        },
        "location": {
          "description": "The agent's location.",
          "type": "string"
        },
        "deploymentDisplayName": {
          "type": "string",
          "description": "The agent's deployment display name. Only applicable to automated agents."
        },
        "agentType": {
          "enum": [
            "ROLE_UNSPECIFIED",
            "HUMAN_AGENT",
            "AUTOMATED_AGENT",
            "END_USER",
            "ANY_AGENT"
          ],
          "description": "The agent type, e.g. HUMAN_AGENT.",
          "type": "string",
          "enumDescriptions": [
            "Participant's role is not set.",
            "Participant is a human agent.",
            "Participant is an automated agent.",
            "Participant is an end user who conversed with the contact center.",
            "Participant is either a human or automated agent."
          ]
        },
        "team": {
          "deprecated": true,
          "type": "string",
          "description": "A user-specified string representing the agent's team. Deprecated in favor of the `teams` field."
        },
        "dispositionCode": {
          "description": "A user-provided string indicating the outcome of the agent's segment of the call.",
          "type": "string"
        },
        "versionId": {
          "type": "string",
          "description": "The agent's version ID. Only applicable to automated agents."
        },
        "displayName": {
          "type": "string",
          "description": "The agent's name."
        },
        "entrySubagentId": {
          "description": "The entry subagent's ID.",
          "type": "string"
        },
        "entrySubagentDisplayName": {
          "description": "The entry subagent's display name.",
          "type": "string"
        },
        "versionDisplayName": {
          "description": "The agent's version display name. Only applicable to automated agents.",
          "type": "string"
        },
        "teams": {
          "type": "array",
          "description": "User-specified strings representing the agent's teams.",
          "items": {
            "type": "string"
          }
        },
        "agentId": {
          "type": "string",
          "description": "A user-specified string representing the agent."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo"
    },
    "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest": {
      "description": "Request for the BulkDownloadFeedbackLabel endpoint.",
      "type": "object",
      "properties": {
        "conversationFilter": {
          "description": "Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If `template_qa_scorecard_id` is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.",
          "type": "string"
        },
        "feedbackLabelType": {
          "enumDescriptions": [
            "Unspecified format",
            "Downloaded file will contain all Quality AI labels from the latest scorecard revision.",
            "Downloaded file will contain only Topic Modeling labels.",
            "Agent Assist Summarization labels."
          ],
          "type": "string",
          "enum": [
            "FEEDBACK_LABEL_TYPE_UNSPECIFIED",
            "QUALITY_AI",
            "TOPIC_MODELING",
            "AGENT_ASSIST_SUMMARY"
          ],
          "description": "Optional. The type of feedback labels that will be downloaded."
        },
        "parent": {
          "description": "Required. The parent resource for new feedback labels.",
          "type": "string"
        },
        "filter": {
          "type": "string",
          "description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING"
        },
        "sheetsDestination": {
          "$ref": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination",
          "description": "A sheets document destination."
        },
        "gcsDestination": {
          "$ref": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination",
          "description": "A cloud storage bucket destination."
        },
        "maxDownloadCount": {
          "description": "Optional. Limits the maximum number of feedback labels that will be downloaded. The first `N` feedback labels will be downloaded.",
          "type": "integer",
          "format": "int32"
        },
        "templateQaScorecardId": {
          "type": "array",
          "description": "Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label `filter` will be ignored.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListAuthorizedViewsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListAuthorizedViewsResponse",
      "description": "The response from a ListAuthorizedViews request.",
      "properties": {
        "authorizedViews": {
          "type": "array",
          "description": "The AuthorizedViews under the parent.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedView"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainUndeployIssueModelMetadata": {
      "description": "Metadata for undeploying an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1mainUndeployIssueModelMetadata",
      "properties": {
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainUndeployIssueModelRequest",
          "description": "The original request for undeployment."
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "endTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the operation finished running.",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata": {
      "properties": {
        "issueModelId": {
          "description": "The parent issue model ID.",
          "type": "string"
        },
        "issueDisplayName": {
          "description": "The issue display name.",
          "type": "string"
        },
        "issueId": {
          "description": "The issue ID.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata",
      "description": "Metadata about the issue dimension."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData": {
      "properties": {
        "metadata": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "A map that contains metadata about the summarization and the document from which it originates.",
          "type": "object"
        },
        "answerRecord": {
          "type": "string",
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}"
        },
        "generatorId": {
          "description": "Agent Assist generator ID.",
          "type": "string"
        },
        "conversationModel": {
          "description": "The name of the model that generates this summary. Format: projects/{project}/locations/{location}/conversationModels/{conversation_model}",
          "type": "string"
        },
        "textSections": {
          "type": "object",
          "description": "The summarization content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.",
          "additionalProperties": {
            "type": "string"
          }
        },
        "confidence": {
          "description": "The confidence score of the summarization.",
          "format": "float",
          "type": "number"
        },
        "text": {
          "description": "The summarization content that is concatenated into one string.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData",
      "description": "Conversation summarization suggestion data.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1QueryMetricsMetadata": {
      "type": "object",
      "properties": {
        "resultIsTruncated": {
          "description": "Whether the result rows were truncated because the result row size is too large to materialize.",
          "type": "boolean"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1QueryMetricsMetadata",
      "description": "The metadata from querying metrics."
    },
    "GoogleCloudContactcenterinsightsV1SilenceData": {
      "id": "GoogleCloudContactcenterinsightsV1SilenceData",
      "properties": {},
      "description": "The data for a silence annotation.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult": {
      "type": "object",
      "properties": {
        "conversation": {
          "description": "The conversation resource name.",
          "type": "string"
        },
        "ruleResults": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult"
          },
          "description": "The results for each correlation rule.",
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult",
      "description": "The result of testing correlation config on a single conversation."
    },
    "GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata": {
      "properties": {
        "endTime": {
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the operation was created."
        },
        "request": {
          "description": "The original request for deletion.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelRequest"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata",
      "type": "object",
      "description": "Metadata for deleting an issue model."
    },
    "GoogleCloudContactcenterinsightsV1alpha1AuthorizedViewSet": {
      "properties": {
        "name": {
          "description": "Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Display Name. Limit 64 characters."
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Output only. Create time.",
          "readOnly": true,
          "type": "string"
        },
        "updateTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Update time.",
          "format": "google-datetime"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedViewSet",
      "type": "object",
      "description": "An AuthorizedViewSet contains a set of AuthorizedView resources."
    },
    "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore": {
      "description": "Average QA normalized score for the tag.",
      "id": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore",
      "properties": {
        "averageTagNormalizedScore": {
          "description": "Average tag normalized score per tag.",
          "type": "number",
          "format": "double"
        },
        "tag": {
          "type": "string",
          "description": "Tag name."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartChip": {
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartChip",
      "type": "object",
      "properties": {
        "text": {
          "description": "Optional. The chip label or text.",
          "type": "string"
        },
        "actionUri": {
          "description": "Optional. Optional action or destination URI triggered by the chip.",
          "type": "string"
        }
      },
      "description": "A suggestion chip."
    },
    "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure": {
      "id": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure",
      "properties": {
        "knowledgeAssistUriClickRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of knowledge assist (Proactive Generative Knowledge Assist) queries that had a URL clicked."
        },
        "knowledgeAssistNegativeFeedbackRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of knowledge assist (Proactive Generative Knowledge Assist) queries that had negative feedback."
        },
        "knowledgeAssistResultCount": {
          "type": "integer",
          "format": "int32",
          "description": "Count of knowledge assist results (Proactive Generative Knowledge Assist) shown to the user."
        },
        "conversationalAgentsAverageEndToEndLatency": {
          "format": "double",
          "description": "The average latency of conversational agents' latency per interaction. This is computed as the average of the all the iteractions' end to end latencies in a conversation and averaged across conversations. The e2e latency is the time between the end of the user utterance and the start of the agent utterance on the interaction level.",
          "type": "number"
        },
        "dialogflowWebhookFailureRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of dialogflow webhook calls that failed."
        },
        "averageSummarizationSuggestionNormalizedEditDistance": {
          "format": "double",
          "description": "Normalized Average edit distance of the summarization suggestions. Edit distance (also called as levenshtein distance) is calculated by summing up number of insertions, deletions and substitutions required to transform the summization feedback to the original summary suggestion. Normalized edit distance is the average of (edit distance / summary length).",
          "type": "number"
        },
        "averageQaQuestionNormalizedScore": {
          "description": "Average QA normalized score averaged for questions averaged across all revisions of the parent scorecard. Will be only populated if the request specifies a dimension of QA_QUESTION_ID.",
          "format": "double",
          "type": "number"
        },
        "dialogflowInteractionsNoMatchRatio": {
          "description": "Proportion of dialogflow interactions that has no intent match for the input.",
          "type": "number",
          "format": "double"
        },
        "averageCustomerSatisfactionRating": {
          "type": "number",
          "description": "The average customer satisfaction rating.",
          "format": "double"
        },
        "dialogflowWebhookTimeoutRatio": {
          "description": "Proportion of dialogflow webhook calls that timed out.",
          "format": "double",
          "type": "number"
        },
        "aiCoachSuggestionAgentUsageRatio": {
          "type": "number",
          "description": "Proportion of Ai Coach Suggestion that has been used by agents.",
          "format": "double"
        },
        "knowledgeSearchResultCount": {
          "type": "integer",
          "description": "Count of knowledge search results (Generative Knowledge Assist) shown to the user.",
          "format": "int32"
        },
        "containedConversationCount": {
          "type": "integer",
          "format": "int32",
          "description": "The number of conversations that were contained."
        },
        "aiCoachSuggestionAgentMessageTriggerCount": {
          "format": "int32",
          "description": "Count of agent messages that triggered an Ai Coach Suggestion.",
          "type": "integer"
        },
        "conversationalAgentsAverageAudioInAudioOutLatency": {
          "description": "The average latency of conversational agents' audio in audio out latency per interaction. This is computed as the average of the all the interactions' audio in audio out latencies in a conversation and averaged across conversations.",
          "type": "number",
          "format": "double"
        },
        "averageQaNormalizedScore": {
          "description": "The average normalized QA score for a scorecard. When computing the average across a set of conversations, if a conversation has been evaluated with multiple revisions of a scorecard, only the latest revision results will be used. Will exclude 0's in average calculation. Will be only populated if the request specifies a dimension of QA_SCORECARD_ID.",
          "format": "double",
          "type": "number"
        },
        "aaSupervisorEscalatedConversationsCount": {
          "type": "integer",
          "description": "The number of conversations that were escalated to an AA human supervisor for intervention.",
          "format": "int32"
        },
        "knowledgeSearchNegativeFeedbackRatio": {
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries that had negative feedback.",
          "type": "number",
          "format": "double"
        },
        "conversationAiCoachSuggestionRatio": {
          "format": "double",
          "description": "Proportion of conversations that has Ai Coach Suggestions.",
          "type": "number"
        },
        "aiCoachSuggestionMessageTriggerCount": {
          "type": "integer",
          "description": "Count of end_of_utterance trigger event messages that triggered an Ai Coach Suggestion.",
          "format": "int32"
        },
        "knowledgeSearchUriClickRatio": {
          "format": "double",
          "type": "number",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries that had a URL clicked."
        },
        "averageClientSentimentScore": {
          "format": "float",
          "type": "number",
          "description": "The average client's sentiment score."
        },
        "averageAgentSentimentScore": {
          "description": "The average agent's sentiment score.",
          "format": "float",
          "type": "number"
        },
        "knowledgeSearchAgentQuerySourceRatio": {
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries made by the agent compared to the total number of knowledge search queries made.",
          "format": "double",
          "type": "number"
        },
        "aiCoachSuggestionMessageTriggerRatio": {
          "description": "Proportion of end_of_utterance trigger event messages that triggered an Ai Coach Suggestion.",
          "type": "number",
          "format": "double"
        },
        "dialogflowConversationsEscalationCount": {
          "format": "double",
          "description": "count of conversations that was handed off from virtual agent to human agent.",
          "type": "number"
        },
        "knowledgeSearchPositiveFeedbackRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries that had positive feedback."
        },
        "conversationTotalAgentMessageCount": {
          "description": "The agent message count.",
          "type": "integer",
          "format": "int32"
        },
        "dialogflowInteractionsNoInputRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of dialogflow interactions that has empty input."
        },
        "knowledgeSearchSuggestedQuerySourceRatio": {
          "format": "double",
          "type": "number",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries suggested compared to the total number of knowledge search queries made."
        },
        "summarizationSuggestionResultCount": {
          "description": "Count of summarization suggestions results.",
          "format": "int32",
          "type": "integer"
        },
        "aaSupervisorDroppedConversationsCount": {
          "description": "The number of conversations that were dropped, i.e. escalated but not assigned to an AA human supervisor.",
          "type": "integer",
          "format": "int32"
        },
        "averageDuration": {
          "type": "string",
          "format": "google-duration",
          "description": "The average duration."
        },
        "averageSummarizationSuggestionEditDistance": {
          "type": "number",
          "format": "double",
          "description": "Average edit distance of the summarization suggestions. Edit distance (also called as levenshtein distance) is calculated by summing up number of insertions, deletions and substitutions required to transform the summization feedback to the original summary suggestion."
        },
        "containedConversationRatio": {
          "format": "double",
          "description": "The percentage of conversations that were contained.",
          "type": "number"
        },
        "qaTagScores": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore"
          },
          "description": "Average QA normalized score for all the tags.",
          "type": "array"
        },
        "conversationCount": {
          "format": "int32",
          "type": "integer",
          "description": "The conversation count."
        },
        "knowledgeAssistPositiveFeedbackRatio": {
          "format": "double",
          "description": "Proportion of knowledge assist (Proactive Generative Knowledge Assist) queries that had positive feedback.",
          "type": "number"
        },
        "conversationTotalCustomerMessageCount": {
          "type": "integer",
          "description": "The customer message count.",
          "format": "int32"
        },
        "aiCoachSuggestionAgentUsageCount": {
          "description": "Count of Ai Coach Suggestion that has been used by agents.",
          "format": "int32",
          "type": "integer"
        },
        "conversationSuggestedSummaryRatio": {
          "description": "Proportion of conversations that had a suggested summary.",
          "type": "number",
          "format": "double"
        },
        "averageSilencePercentage": {
          "description": "The average silence percentage.",
          "format": "float",
          "type": "number"
        },
        "summarizationSuggestionEditRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of summarization suggestions that were manually edited."
        },
        "conversationalAgentsAverageLlmCallLatency": {
          "description": "The average latency of conversational agents' LLM call latency per interaction. This is computed as the average of the all the interactions LLM call latencies in a conversation and averaged across conversations.",
          "type": "number",
          "format": "double"
        },
        "conversationalAgentsAverageTtsLatency": {
          "format": "double",
          "type": "number",
          "description": "The macro average latency of conversational agents' TTS latency per interaction. This is computed as the average of the all the interactions' TTS latencies in a conversation and averaged across conversations."
        },
        "avgConversationClientTurnSentimentEma": {
          "format": "double",
          "description": "The exponential moving average of the sentiment score of client turns in the conversation.",
          "type": "number"
        },
        "aaSupervisorTransferredToHumanAgentConvCount": {
          "type": "integer",
          "format": "int32",
          "description": "The number of conversations transferred to a human agent."
        },
        "dialogflowConversationsEscalationRatio": {
          "type": "number",
          "description": "Proportion of conversations that was handed off from virtual agent to human agent.",
          "format": "double"
        },
        "conversationAiCoachSuggestionCount": {
          "format": "int32",
          "description": "Count of conversations that has Ai Coach Suggestions.",
          "type": "integer"
        },
        "dialogflowAverageWebhookLatency": {
          "description": "Average latency of dialogflow webhook calls.",
          "type": "number",
          "format": "double"
        },
        "aiCoachSuggestionCustomerMessageTriggerRatio": {
          "format": "double",
          "type": "number",
          "description": "Proportion of customer messages that triggered an Ai Coach Suggestion."
        },
        "aaSupervisorMonitoredConversationsCount": {
          "type": "integer",
          "description": "The number of conversations scanned by the AA human supervisor.",
          "format": "int32"
        },
        "aaSupervisorAssignedConversationsCount": {
          "type": "integer",
          "description": "The number of conversations that were assigned to an AA human supervisor.",
          "format": "int32"
        },
        "averageTurnCount": {
          "type": "number",
          "description": "The average turn count.",
          "format": "float"
        },
        "aiCoachSuggestionCustomerMessageTriggerCount": {
          "format": "int32",
          "type": "integer",
          "description": "Count of customer messages that triggered an Ai Coach Suggestion."
        }
      },
      "type": "object",
      "description": "The measure related to conversations."
    },
    "GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults": {
      "description": "Wrapper for detailed, step-by-step results.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults",
      "properties": {
        "joinKeyResults": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationCorrelationResult"
          },
          "type": "array",
          "description": "A list of join key correlation results for each conversation tested."
        },
        "constraintResults": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConstraintEvaluationResult"
          },
          "description": "A list of constraint evaluation results for each pair of conversations."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio": {
      "properties": {
        "audioDuration": {
          "description": "The duration of the audio.",
          "type": "string",
          "format": "google-duration"
        },
        "audioGcsUri": {
          "description": "The Cloud Storage URI of the audio for any given turn.",
          "type": "string"
        }
      },
      "description": "A wrapper for holding the audio for any given turn.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationDataSourceTurnLevelAudio"
    },
    "GoogleCloudContactcenterinsightsV1ExportInsightsDataResponse": {
      "properties": {},
      "description": "Response for an export insights operation.",
      "id": "GoogleCloudContactcenterinsightsV1ExportInsightsDataResponse",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartCitationPart": {
      "properties": {
        "sourceUri": {
          "description": "Optional. The cited source URI.",
          "type": "string"
        },
        "snippet": {
          "type": "string",
          "description": "Optional. Snippet of the cited text."
        },
        "sourceTitle": {
          "type": "string",
          "description": "Optional. The cited source title."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartCitationPart",
      "description": "A citation part.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscript": {
      "description": "The conversation transcript for the chart.",
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscript",
      "type": "object",
      "properties": {
        "createTime": {
          "description": "Output only. The create time of the conversation.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The update time of the conversation.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "messages": {
          "description": "Ordered list of messages, including user inputs and system responses.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscriptMessage"
          },
          "type": "array"
        },
        "conversationId": {
          "description": "The conversation id of the chart.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainCesTurnAnnotation": {
      "type": "object",
      "properties": {
        "messages": {
          "description": "The messages in the turn.",
          "items": {
            "$ref": "GoogleCloudCesV1mainMessage"
          },
          "type": "array"
        },
        "rootSpan": {
          "$ref": "GoogleCloudCesV1mainSpan",
          "description": "The root span of the action processing."
        }
      },
      "description": "The CES diagnostic information.",
      "id": "GoogleCloudContactcenterinsightsV1mainCesTurnAnnotation"
    },
    "GoogleCloudCesV1mainToolCall": {
      "description": "Request for the client or the agent to execute the specified tool.",
      "id": "GoogleCloudCesV1mainToolCall",
      "type": "object",
      "properties": {
        "id": {
          "description": "Optional. The unique identifier of the tool call. If populated, the client should return the execution result with the matching ID in ToolResponse.",
          "type": "string"
        },
        "toolsetTool": {
          "description": "Optional. The toolset tool to execute.",
          "$ref": "GoogleCloudCesV1mainToolsetTool"
        },
        "agentName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Human-readable name of the agent that issued this call, e.g. \"Contract Architect\". Empty when the root agent issued it."
        },
        "parentToolCallId": {
          "readOnly": true,
          "description": "Output only. The id of the tool call that caused this one, when it was issued by a sub-agent working on behalf of a parent call. Empty for top-level calls. Lets a client group a sub-agent's work under the call that started it instead of rendering every step as a sibling.",
          "type": "string"
        },
        "args": {
          "type": "object",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          },
          "description": "Optional. The input parameters and values for the tool in JSON object format."
        },
        "tool": {
          "description": "Optional. The name of the tool to execute. Format: `projects/{project}/locations/{location}/apps/{app}/tools/{tool}`",
          "type": "string"
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Display name of the tool."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata": {
      "properties": {
        "labelKey": {
          "description": "Optional. The label key.",
          "type": "string"
        },
        "labelValue": {
          "type": "string",
          "description": "Optional. The label value."
        }
      },
      "description": "Metadata about conversation labels.",
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTuningMetadata": {
      "type": "object",
      "properties": {
        "totalValidLabelCount": {
          "format": "int64",
          "description": "Total number of valid labels provided for the question at the time of tuining.",
          "type": "string"
        },
        "tuningError": {
          "type": "string",
          "description": "Error status of the tuning operation for the question. Will only be set if the tuning operation failed."
        },
        "datasetValidationWarnings": {
          "type": "array",
          "description": "A list of any applicable data validation warnings about the question's feedback labels.",
          "items": {
            "type": "string",
            "enum": [
              "DATASET_VALIDATION_WARNING_UNSPECIFIED",
              "TOO_MANY_INVALID_FEEDBACK_LABELS",
              "INSUFFICIENT_FEEDBACK_LABELS",
              "INSUFFICIENT_FEEDBACK_LABELS_PER_ANSWER",
              "ALL_FEEDBACK_LABELS_HAVE_THE_SAME_ANSWER"
            ],
            "enumDescriptions": [
              "Unspecified data validation warning.",
              "A non-trivial percentage of the feedback labels are invalid.",
              "The quantity of valid feedback labels provided is less than the recommended minimum.",
              "One or more of the answers have less than the recommended minimum of feedback labels.",
              "All the labels in the dataset come from a single answer choice."
            ]
          }
        }
      },
      "description": "Metadata about the tuning operation for the question. Will only be set if a scorecard containing this question has been tuned.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTuningMetadata"
    },
    "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigRequestConversations": {
      "description": "Wrapper for a list of conversations.",
      "properties": {
        "conversations": {
          "description": "Optional. The conversations.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
          },
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigRequestConversations",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainSampleConversationsRequest": {
      "properties": {
        "sampleRule": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainSampleRule",
          "description": "Optional. The sample rule used for sampling conversations."
        },
        "destinationDataset": {
          "description": "The dataset resource to copy the sampled conversations to.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainDataset"
        },
        "parent": {
          "description": "Required. The parent resource of the dataset.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainSampleConversationsRequest",
      "description": "The request to sample conversations to a dataset."
    },
    "GoogleCloudContactcenterinsightsV1alpha1AnalysisResult": {
      "type": "object",
      "description": "The result of an analysis.",
      "properties": {
        "endTime": {
          "type": "string",
          "description": "The time at which the analysis ended.",
          "format": "google-datetime"
        },
        "callAnalysisMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata",
          "description": "Call-specific metadata created by the analysis."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1AnalysisResult"
    },
    "GoogleCloudContactcenterinsightsV1GcsSource": {
      "description": "A Cloud Storage source of conversation data.",
      "id": "GoogleCloudContactcenterinsightsV1GcsSource",
      "properties": {
        "audioUris": {
          "items": {
            "type": "string"
          },
          "description": "Immutable. Cloud Storage URIs that point to files that contain the conversation audio. Supports both single audio files and multi-leg session recordings (e.g., call transfers, rolling recording buffers).",
          "type": "array"
        },
        "transcriptUri": {
          "type": "string",
          "description": "Immutable. Cloud Storage URI that points to a file that contains the conversation transcript."
        },
        "audioUri": {
          "description": "Immutable. Deprecated: Use `audio_uris` instead. Cloud Storage URI that points to a file that contains the conversation audio.",
          "deprecated": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaScorecard": {
      "properties": {
        "displayName": {
          "description": "The user-specified display name of the scorecard.",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}",
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time at which this scorecard was created.",
          "format": "google-datetime"
        },
        "updateTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The most recent time at which the scorecard was updated.",
          "format": "google-datetime"
        },
        "source": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "The source of the scorecard is unspecified. Default to QA_SCORECARD_SOURCE_CUSTOMER_DEFINED.",
            "The scorecard is a custom scorecard created by the user.",
            "The scorecard is a scorecard created through discovery engine deployment.",
            "The scorecard is derived from the custom intent taxonomy. Customers can edit question content, but cannot delete the scorecard or add/remove questions."
          ],
          "enum": [
            "QA_SCORECARD_SOURCE_UNSPECIFIED",
            "QA_SCORECARD_SOURCE_CUSTOMER_DEFINED",
            "QA_SCORECARD_SOURCE_DISCOVERY_ENGINE",
            "QA_SCORECARD_SOURCE_INTENT_TAXONOMY"
          ],
          "description": "Output only. The source of the scorecard."
        },
        "isDefault": {
          "description": "Whether the scorecard is the default one for the project. A default scorecard cannot be deleted and will always appear first in scorecard selector.",
          "type": "boolean"
        },
        "description": {
          "description": "A text description explaining the intent of the scorecard.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaScorecard",
      "description": "A QaScorecard represents a collection of questions to be scored during analysis.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1Entity": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1Entity",
      "description": "The data for an entity annotation. Represents a phrase in the conversation that is a known entity, such as a person, an organization, or location.",
      "properties": {
        "salience": {
          "description": "The salience score associated with the entity in the [0, 1.0] range. The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.",
          "type": "number",
          "format": "float"
        },
        "displayName": {
          "type": "string",
          "description": "The representative name for the entity."
        },
        "type": {
          "description": "The entity type.",
          "enumDescriptions": [
            "Unspecified.",
            "Person.",
            "Location.",
            "Organization.",
            "Event.",
            "Artwork.",
            "Consumer product.",
            "Other types of entities.",
            "Phone number. The metadata lists the phone number (formatted according to local convention), plus whichever additional elements appear in the text: * `number` - The actual number, broken down into sections according to local convention. * `national_prefix` - Country code, if detected. * `area_code` - Region or area code, if detected. * `extension` - Phone extension (to be dialed after connection), if detected.",
            "Address. The metadata identifies the street number and locality plus whichever additional elements appear in the text: * `street_number` - Street number. * `locality` - City or town. * `street_name` - Street/route name, if detected. * `postal_code` - Postal code, if detected. * `country` - Country, if detected. * `broad_region` - Administrative area, such as the state, if detected. * `narrow_region` - Smaller administrative area, such as county, if detected. * `sublocality` - Used in Asian addresses to demark a district within a city, if detected.",
            "Date. The metadata identifies the components of the date: * `year` - Four digit year, if detected. * `month` - Two digit month number, if detected. * `day` - Two digit day number, if detected.",
            "Number. The metadata is the number itself.",
            "Price. The metadata identifies the `value` and `currency`."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "PERSON",
            "LOCATION",
            "ORGANIZATION",
            "EVENT",
            "WORK_OF_ART",
            "CONSUMER_GOOD",
            "OTHER",
            "PHONE_NUMBER",
            "ADDRESS",
            "DATE",
            "NUMBER",
            "PRICE"
          ],
          "type": "string"
        },
        "sentiment": {
          "description": "The aggregate sentiment expressed for this entity in the conversation.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SentimentData"
        },
        "metadata": {
          "description": "Metadata associated with the entity. For most entity types, the metadata is a Wikipedia URL (`wikipedia_url`) and Knowledge Graph MID (`mid`), if they are available. For the metadata associated with other entity types, see the Type table below.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata": {
      "description": "Metadata for testing correlation config.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata",
      "properties": {
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "dataset": {
          "type": "string",
          "description": "The dataset used for sampling conversations."
        },
        "stats": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats",
          "description": "The statistics for the operation."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainSentimentData": {
      "description": "The data for a sentiment annotation.",
      "type": "object",
      "properties": {
        "magnitude": {
          "format": "float",
          "type": "number",
          "description": "A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score."
        },
        "score": {
          "format": "float",
          "description": "The sentiment score between -1.0 (negative) and 1.0 (positive).",
          "type": "number"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainSentimentData"
    },
    "GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecMetadata": {
      "description": "Metadata for initializing a location-level encryption specification.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecMetadata",
      "properties": {
        "request": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecRequest",
          "description": "Output only. The original request for initialization."
        },
        "endTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime"
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation was created."
        },
        "partialErrors": {
          "type": "array",
          "description": "Partial errors during initializing operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartTextPart": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartTextPart",
      "description": "A text part.",
      "type": "object",
      "properties": {
        "text": {
          "type": "string",
          "description": "Optional. The text content."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest": {
      "properties": {
        "filter": {
          "type": "string",
          "description": "Required. Filter used to select the subset of conversations to analyze."
        },
        "analysisPercentage": {
          "type": "number",
          "description": "Required. Percentage of selected conversation to analyze, between [0, 100].",
          "format": "float"
        },
        "annotatorSelector": {
          "description": "To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector"
        },
        "relabel": {
          "type": "boolean",
          "description": "Optional. If true, the labeling rules will be re-evaluated for the conversations."
        },
        "parent": {
          "description": "Required. The parent resource to create analyses in.",
          "type": "string"
        }
      },
      "description": "The request to analyze conversations in bulk.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1SignedAudioUris": {
      "properties": {
        "signedDialogflowAudioUri": {
          "description": "The signed URI for the audio from the Dialogflow conversation source.",
          "type": "string"
        },
        "signedGcsAudioUri": {
          "description": "The signed URI for the audio from the Cloud Storage conversation source.",
          "type": "string"
        },
        "signedGcsAudioUris": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. The signed URIs for the audio from the Cloud Storage conversation source when multiple audio files exist (e.g. multi-leg conversations).",
          "items": {
            "type": "string"
          }
        },
        "signedTurnLevelAudios": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSourceTurnLevelAudio"
          },
          "description": "The signed URI for the audio corresponding to each turn in the conversation.",
          "type": "array"
        }
      },
      "description": "Signed audio URIs for a conversation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1SignedAudioUris"
    },
    "GoogleCloudContactcenterinsightsV1alpha1Dashboard": {
      "description": "Configurable dashboard",
      "type": "object",
      "properties": {
        "readOnly": {
          "description": "Output only. Whether the dashboard is read-only. All predefined dashboards are read-only and cannot be modified by the user.",
          "readOnly": true,
          "type": "boolean"
        },
        "dateRangeConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DateRangeConfig",
          "description": "Date range config applied to all charts in the dashboard."
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. Dashboard creation time.",
          "readOnly": true
        },
        "updateTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Dashboard last update time.",
          "format": "google-datetime"
        },
        "description": {
          "description": "Dashboard description",
          "type": "string"
        },
        "name": {
          "description": "Identifier. Dashboard resource name. Format: projects/{project}/locations/{location}/dashboards/{dashboard}",
          "type": "string"
        },
        "displayName": {
          "description": "User provided display name of the dashboard.",
          "type": "string"
        },
        "rootContainer": {
          "description": "The dashboard's root widget container. We want to display the dashboard layout in a tree-like structure, where the root container contains other widgets (containers or charts) as children.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1Container"
        },
        "filter": {
          "type": "string",
          "description": "Filter applied to all charts in the dashboard. Should support scope later."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1Dashboard"
    },
    "GoogleCloudContactcenterinsightsV1SampleConversationsResponse": {
      "properties": {},
      "id": "GoogleCloudContactcenterinsightsV1SampleConversationsResponse",
      "type": "object",
      "description": "The response to an SampleConversations operation."
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartTablePart": {
      "properties": {
        "title": {
          "description": "Optional. Optional title for the table.",
          "type": "string"
        },
        "headers": {
          "description": "Optional. Table column headers.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "rows": {
          "type": "array",
          "description": "Optional. Table rows.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartTableRow"
          }
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartTablePart",
      "description": "A table part.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainIssueModelLabelStats": {
      "description": "Aggregated statistics about an issue model.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainIssueModelLabelStats",
      "properties": {
        "unclassifiedConversationsCount": {
          "type": "string",
          "format": "int64",
          "description": "Number of analyzed conversations for which no issue was applicable at this point in time."
        },
        "analyzedConversationsCount": {
          "description": "Number of conversations the issue model has analyzed at this point in time.",
          "format": "int64",
          "type": "string"
        },
        "issueStats": {
          "description": "Statistics on each issue. Key is the issue's resource name.",
          "type": "object",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainIssueModelLabelStatsIssueStats"
          }
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1PublishAssessmentRequest": {
      "description": "The message to publish an assessment. Draft and appealed assessments can be published. Publishing simply changes the state of the assessment to published, allowing the console and authorized views to filter on the state.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1PublishAssessmentRequest",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1IssueMatchData": {
      "properties": {
        "issueAssignment": {
          "$ref": "GoogleCloudContactcenterinsightsV1IssueAssignment",
          "description": "Information about the issue's assignment."
        }
      },
      "type": "object",
      "description": "The data for an issue match annotation.",
      "id": "GoogleCloudContactcenterinsightsV1IssueMatchData"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartLinkPart": {
      "description": "A link part.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartLinkPart",
      "properties": {
        "text": {
          "type": "string",
          "description": "Optional. Anchor or display text."
        },
        "uri": {
          "description": "Optional. Target URI.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaQuestion": {
      "type": "object",
      "properties": {
        "answerChoices": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionAnswerChoice"
          },
          "type": "array",
          "description": "A list of valid answers to the question, which the LLM must choose from."
        },
        "questionBody": {
          "description": "Question text. E.g., \"Did the agent greet the customer?\"",
          "type": "string"
        },
        "abbreviation": {
          "description": "Short, descriptive string, used in the UI where it's not practical to display the full question body. E.g., \"Greeting\".",
          "type": "string"
        },
        "questionType": {
          "enum": [
            "QA_QUESTION_TYPE_UNSPECIFIED",
            "CUSTOMIZABLE",
            "PREDEFINED"
          ],
          "enumDescriptions": [
            "The type of the question is unspecified.",
            "The default question type. The question is fully customizable by the user.",
            "The question type is using a predefined model provided by CCAI teams. Users are not allowed to edit the question_body, answer_choices, upload feedback labels for the question nor fine-tune the question. However, users may edit other fields like question tags, question order, etc."
          ],
          "type": "string",
          "description": "The type of question."
        },
        "metrics": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionMetrics",
          "description": "Metrics of the underlying tuned LLM over a holdout/test set while fine tuning the underlying LLM for the given question. This field will only be populated if and only if the question is part of a scorecard revision that has been tuned."
        },
        "tuningMetadata": {
          "description": "Metadata about the tuning operation for the question.This field will only be populated if and only if the question is part of a scorecard revision that has been tuned.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTuningMetadata"
        },
        "answerInstructions": {
          "description": "Instructions describing how to determine the answer.",
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The time at which this question was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "updateTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The most recent time at which the question was updated.",
          "readOnly": true
        },
        "predefinedQuestionConfig": {
          "description": "The configuration of the predefined question. This field will only be set if the Question Type is predefined.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionPredefinedQuestionConfig"
        },
        "order": {
          "format": "int32",
          "description": "Defines the order of the question within its parent scorecard revision.",
          "type": "integer"
        },
        "name": {
          "description": "Identifier. The resource name of the question. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}/qaQuestions/{qa_question}",
          "type": "string"
        },
        "qaQuestionDataOptions": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionQaQuestionDataOptions",
          "description": "Options for configuring the data used to generate the QA question."
        },
        "tags": {
          "description": "Questions are tagged for categorization and scoring. Tags can either be: - Default Tags: These are predefined categories. They are identified by their string value (e.g., \"BUSINESS\", \"COMPLIANCE\", and \"CUSTOMER\"). - Custom Tags: These are user-defined categories. They are identified by their full resource name (e.g., projects/{project}/locations/{location}/qaQuestionTags/{qa_question_tag}). Both default and custom tags are used to group questions and to influence the scoring of each question.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "description": "A single question to be scored by the Insights QA feature.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaQuestion"
    },
    "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsResponse": {
      "properties": {},
      "description": "The response to an IngestConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsResponse",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1QaQuestionTag": {
      "type": "object",
      "description": "A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., \"Customer Satisfaction\",\"Billing\", etc.",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Required. A user-specified display name for the tag."
        },
        "createTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. The time at which the question tag was created."
        },
        "updateTime": {
          "readOnly": true,
          "description": "Output only. The most recent time at which the question tag was updated.",
          "type": "string",
          "format": "google-datetime"
        },
        "name": {
          "type": "string",
          "description": "Identifier. Resource name for the QaQuestionTag Format projects/{project}/locations/{location}/qaQuestionTags/{qa_question_tag} In the above format, the last segment, i.e., qa_question_tag, is a server-generated ID corresponding to the tag resource."
        },
        "qaQuestionIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. The list of Scorecard Question IDs that the tag applies to. Each QaQuestionId is represented as a full resource name containing the Question ID. Lastly, Since a tag may not necessarily be referenced by any Scorecard Questions, we treat this field as optional."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1QaQuestionTag"
    },
    "GoogleCloudCesV1mainBlob": {
      "properties": {
        "mimeType": {
          "type": "string",
          "description": "Required. The IANA standard MIME type of the source data."
        },
        "data": {
          "type": "string",
          "format": "byte",
          "description": "Required. Raw bytes of the blob."
        }
      },
      "id": "GoogleCloudCesV1mainBlob",
      "description": "Represents a blob input or output in the conversation.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceTimeSeries": {
      "properties": {
        "dataPoints": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPoint"
          },
          "type": "array",
          "description": "The data points that make up the time series ."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceTimeSeries",
      "description": "A time series of metric values.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartCustomPayloadPart": {
      "description": "A custom payload part.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartCustomPayloadPart",
      "properties": {
        "payload": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "Optional. Arbitrary structured payload.",
          "type": "object"
        },
        "payloadType": {
          "description": "Optional. Type identifier for the payload.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1View": {
      "description": "The View resource.",
      "properties": {
        "name": {
          "description": "Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "The human-readable display name of the view."
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time at which this view was created."
        },
        "updateTime": {
          "description": "Output only. The most recent time at which the view was updated.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "value": {
          "description": "A filter to reduce conversation results to a specific subset. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1View"
    },
    "GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest": {
      "id": "GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest",
      "description": "The request to undeploy an issue model.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The issue model to undeploy."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagMetadata": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagMetadata",
      "properties": {
        "request": {
          "description": "Output only. The original request.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagRequest"
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation was created."
        },
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        }
      },
      "description": "The metadata for deleting a QaQuestionTag Resource."
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata": {
      "properties": {
        "qaScorecardId": {
          "description": "Optional. The QA scorecard ID.",
          "type": "string"
        }
      },
      "description": "Metadata about the QA scorecard dimension.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightsResponseGenerativeResponse": {
      "type": "object",
      "description": "Wrapper for storing the generative response for a chart.",
      "properties": {
        "textMessage": {
          "$ref": "GoogleCloudContactcenterinsightsV1GenerativeInsightsResponseGenerativeResponseTextOutput",
          "description": "The text output from the LLM. Will be populated during the chart building phase. For a reloaded chart, this will NOT be populated. May contain THOUGHT or a FINAL response or some in-progress response."
        },
        "chartSpec": {
          "description": "The chart spec for the data. This will be specified in the vega-lite or vega format.",
          "type": "object",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        },
        "textOutput": {
          "deprecated": true,
          "description": "The text output from the LLM. Will be populated during the chart building phase. For a reloaded chart, this will NOT be populated. May contain THOUGHT or a FINAL response or some in-progress response.",
          "type": "string"
        },
        "generatedSqlQuery": {
          "type": "string",
          "description": "The generated SQL query from the LLM. Will be populated during the chart building phase. The generated SQL will be cached in the corresponding chart resource."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightsResponseGenerativeResponse"
    },
    "GoogleCloudContactcenterinsightsV1BulkDeleteConversationsMetadata": {
      "properties": {
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest",
          "description": "The original request for bulk delete."
        },
        "createTime": {
          "type": "string",
          "description": "The time the operation was created.",
          "format": "google-datetime"
        },
        "endTime": {
          "description": "The time the operation finished running.",
          "format": "google-datetime",
          "type": "string"
        },
        "partialErrors": {
          "description": "Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1BulkDeleteConversationsMetadata",
      "description": "The metadata for a bulk delete conversations operation.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1CesEndSessionAnnotation": {
      "properties": {
        "endSession": {
          "description": "End session signal from CES.",
          "$ref": "GoogleCloudCesV1mainEndSession"
        }
      },
      "description": "The CES end session annotation.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1CesEndSessionAnnotation",
      "type": "object"
    },
    "GoogleIamV1AuditLogConfig": {
      "type": "object",
      "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
      "properties": {
        "logType": {
          "type": "string",
          "description": "The log type that this config enables.",
          "enumDescriptions": [
            "Default case. Should never be this.",
            "Admin reads. Example: CloudIAM getIamPolicy",
            "Data writes. Example: CloudSQL Users create",
            "Data reads. Example: CloudSQL Users list"
          ],
          "enum": [
            "LOG_TYPE_UNSPECIFIED",
            "ADMIN_READ",
            "DATA_WRITE",
            "DATA_READ"
          ]
        },
        "exemptedMembers": {
          "items": {
            "type": "string"
          },
          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
          "type": "array"
        }
      },
      "id": "GoogleIamV1AuditLogConfig"
    },
    "GoogleCloudContactcenterinsightsV1alpha1CallAnnotation": {
      "description": "A piece of metadata that applies to a window of a call.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1CallAnnotation",
      "properties": {
        "intentMatchData": {
          "description": "Data specifying an intent match.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IntentMatchData"
        },
        "silenceData": {
          "description": "Data specifying silence.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SilenceData"
        },
        "holdData": {
          "description": "Data specifying a hold.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1HoldData"
        },
        "entityMentionData": {
          "description": "Data specifying an entity mention.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1EntityMentionData"
        },
        "annotationEndBoundary": {
          "description": "The boundary in the conversation where the annotation ends, inclusive.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary"
        },
        "phraseMatchData": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData",
          "description": "Data specifying a phrase match."
        },
        "issueMatchData": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueMatchData",
          "description": "Data specifying an issue match."
        },
        "channelTag": {
          "format": "int32",
          "type": "integer",
          "description": "The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated."
        },
        "annotationStartBoundary": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary",
          "description": "The boundary in the conversation where the annotation starts, inclusive."
        },
        "interruptionData": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1InterruptionData",
          "description": "Data specifying an interruption."
        },
        "sentimentData": {
          "description": "Data specifying sentiment.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SentimentData"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartProduct": {
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Optional. Product display name."
        },
        "price": {
          "description": "Optional. Product price.",
          "$ref": "GoogleTypeMoney"
        },
        "imageUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Product image URLs.",
          "type": "array"
        },
        "description": {
          "description": "Optional. Product description.",
          "type": "string"
        },
        "id": {
          "description": "Optional. Product ID.",
          "type": "string"
        },
        "uri": {
          "description": "Optional. Product URL or deep link.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartProduct",
      "description": "A product in a product collection."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListIssuesResponse": {
      "properties": {
        "issues": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Issue"
          },
          "type": "array",
          "description": "The issues that match the request."
        }
      },
      "type": "object",
      "description": "The response of listing issues.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListIssuesResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ChartDataSource": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ChartDataSource",
      "type": "object",
      "description": "The request data for visualizing the dataset in the chart.",
      "properties": {
        "generativeInsights": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsights",
          "description": "Use natural language query to generate the chart."
        },
        "queryMetrics": {
          "description": "Use the existing QueryMetrics to generate the chart.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetrics"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasure": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasure",
      "properties": {
        "aaSupervisorTransferredToHumanAgentConvCount": {
          "format": "int32",
          "type": "integer",
          "description": "The number of conversations transferred to a human agent."
        },
        "averageTurnCount": {
          "format": "float",
          "description": "The average turn count.",
          "type": "number"
        },
        "knowledgeSearchSuggestedQuerySourceRatio": {
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries suggested compared to the total number of knowledge search queries made.",
          "type": "number",
          "format": "double"
        },
        "aaSupervisorAssignedConversationsCount": {
          "type": "integer",
          "description": "The number of conversations that were assigned to an AA human supervisor.",
          "format": "int32"
        },
        "knowledgeAssistNegativeFeedbackRatio": {
          "type": "number",
          "description": "Proportion of knowledge assist (Proactive Generative Knowledge Assist) queries that had negative feedback.",
          "format": "double"
        },
        "summarizationSuggestionEditRatio": {
          "format": "double",
          "type": "number",
          "description": "Proportion of summarization suggestions that were manually edited."
        },
        "aiCoachSuggestionCustomerMessageTriggerRatio": {
          "description": "Proportion of customer messages that triggered an Ai Coach Suggestion.",
          "type": "number",
          "format": "double"
        },
        "summarizationSuggestionResultCount": {
          "type": "integer",
          "format": "int32",
          "description": "Count of summarization suggestions results."
        },
        "dialogflowConversationsEscalationRatio": {
          "type": "number",
          "description": "Proportion of conversations that was handed off from virtual agent to human agent.",
          "format": "double"
        },
        "aiCoachSuggestionAgentUsageCount": {
          "description": "Count of Ai Coach Suggestion that has been used by agents.",
          "type": "integer",
          "format": "int32"
        },
        "aiCoachSuggestionCustomerMessageTriggerCount": {
          "description": "Count of customer messages that triggered an Ai Coach Suggestion.",
          "type": "integer",
          "format": "int32"
        },
        "dialogflowWebhookFailureRatio": {
          "description": "Proportion of dialogflow webhook calls that failed.",
          "type": "number",
          "format": "double"
        },
        "avgConversationClientTurnSentimentEma": {
          "description": "The exponential moving average of the sentiment score of client turns in the conversation.",
          "format": "double",
          "type": "number"
        },
        "averageSilencePercentage": {
          "description": "The average silence percentage.",
          "type": "number",
          "format": "float"
        },
        "conversationalAgentsAverageTtsLatency": {
          "type": "number",
          "description": "The macro average latency of conversational agents' TTS latency per interaction. This is computed as the average of the all the interactions' TTS latencies in a conversation and averaged across conversations.",
          "format": "double"
        },
        "aaSupervisorEscalatedConversationsCount": {
          "format": "int32",
          "description": "The number of conversations that were escalated to an AA human supervisor for intervention.",
          "type": "integer"
        },
        "averageCustomerSatisfactionRating": {
          "description": "The average customer satisfaction rating.",
          "type": "number",
          "format": "double"
        },
        "aiCoachSuggestionMessageTriggerCount": {
          "type": "integer",
          "format": "int32",
          "description": "Count of end_of_utterance trigger event messages that triggered an Ai Coach Suggestion."
        },
        "knowledgeSearchNegativeFeedbackRatio": {
          "format": "double",
          "type": "number",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries that had negative feedback."
        },
        "dialogflowWebhookTimeoutRatio": {
          "format": "double",
          "description": "Proportion of dialogflow webhook calls that timed out.",
          "type": "number"
        },
        "averageSummarizationSuggestionEditDistance": {
          "type": "number",
          "description": "Average edit distance of the summarization suggestions. Edit distance (also called as levenshtein distance) is calculated by summing up number of insertions, deletions and substitutions required to transform the summization feedback to the original summary suggestion.",
          "format": "double"
        },
        "containedConversationRatio": {
          "type": "number",
          "description": "The percentage of conversations that were contained.",
          "format": "double"
        },
        "qaTagScores": {
          "description": "Average QA normalized score for all the tags.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointConversationMeasureQaTagScore"
          }
        },
        "conversationTotalCustomerMessageCount": {
          "format": "int32",
          "description": "The customer message count.",
          "type": "integer"
        },
        "aiCoachSuggestionAgentMessageTriggerCount": {
          "type": "integer",
          "description": "Count of agent messages that triggered an Ai Coach Suggestion.",
          "format": "int32"
        },
        "conversationAiCoachSuggestionCount": {
          "description": "Count of conversations that has Ai Coach Suggestions.",
          "format": "int32",
          "type": "integer"
        },
        "knowledgeSearchPositiveFeedbackRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries that had positive feedback."
        },
        "aaSupervisorDroppedConversationsCount": {
          "description": "The number of conversations that were dropped, i.e. escalated but not assigned to an AA human supervisor.",
          "format": "int32",
          "type": "integer"
        },
        "knowledgeSearchAgentQuerySourceRatio": {
          "type": "number",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries made by the agent compared to the total number of knowledge search queries made.",
          "format": "double"
        },
        "aiCoachSuggestionMessageTriggerRatio": {
          "type": "number",
          "description": "Proportion of end_of_utterance trigger event messages that triggered an Ai Coach Suggestion.",
          "format": "double"
        },
        "dialogflowAverageWebhookLatency": {
          "description": "Average latency of dialogflow webhook calls.",
          "format": "double",
          "type": "number"
        },
        "knowledgeAssistPositiveFeedbackRatio": {
          "format": "double",
          "type": "number",
          "description": "Proportion of knowledge assist (Proactive Generative Knowledge Assist) queries that had positive feedback."
        },
        "knowledgeAssistUriClickRatio": {
          "type": "number",
          "description": "Proportion of knowledge assist (Proactive Generative Knowledge Assist) queries that had a URL clicked.",
          "format": "double"
        },
        "averageClientSentimentScore": {
          "description": "The average client's sentiment score.",
          "format": "float",
          "type": "number"
        },
        "dialogflowConversationsEscalationCount": {
          "description": "count of conversations that was handed off from virtual agent to human agent.",
          "format": "double",
          "type": "number"
        },
        "conversationCount": {
          "type": "integer",
          "description": "The conversation count.",
          "format": "int32"
        },
        "averageDuration": {
          "description": "The average duration.",
          "type": "string",
          "format": "google-duration"
        },
        "dialogflowInteractionsNoMatchRatio": {
          "description": "Proportion of dialogflow interactions that has no intent match for the input.",
          "format": "double",
          "type": "number"
        },
        "aiCoachSuggestionAgentUsageRatio": {
          "type": "number",
          "format": "double",
          "description": "Proportion of Ai Coach Suggestion that has been used by agents."
        },
        "averageQaNormalizedScore": {
          "description": "The average normalized QA score for a scorecard. When computing the average across a set of conversations, if a conversation has been evaluated with multiple revisions of a scorecard, only the latest revision results will be used. Will exclude 0's in average calculation. Will be only populated if the request specifies a dimension of QA_SCORECARD_ID.",
          "type": "number",
          "format": "double"
        },
        "averageSummarizationSuggestionNormalizedEditDistance": {
          "type": "number",
          "format": "double",
          "description": "Normalized Average edit distance of the summarization suggestions. Edit distance (also called as levenshtein distance) is calculated by summing up number of insertions, deletions and substitutions required to transform the summization feedback to the original summary suggestion. Normalized edit distance is the average of (edit distance / summary length)."
        },
        "averageAgentSentimentScore": {
          "description": "The average agent's sentiment score.",
          "format": "float",
          "type": "number"
        },
        "averageQaQuestionNormalizedScore": {
          "type": "number",
          "description": "Average QA normalized score averaged for questions averaged across all revisions of the parent scorecard. Will be only populated if the request specifies a dimension of QA_QUESTION_ID.",
          "format": "double"
        },
        "conversationTotalAgentMessageCount": {
          "description": "The agent message count.",
          "format": "int32",
          "type": "integer"
        },
        "knowledgeAssistResultCount": {
          "type": "integer",
          "format": "int32",
          "description": "Count of knowledge assist results (Proactive Generative Knowledge Assist) shown to the user."
        },
        "knowledgeSearchUriClickRatio": {
          "format": "double",
          "description": "Proportion of knowledge search (Generative Knowledge Assist) queries that had a URL clicked.",
          "type": "number"
        },
        "conversationalAgentsAverageEndToEndLatency": {
          "format": "double",
          "description": "The average latency of conversational agents' latency per interaction. This is computed as the average of the all the iteractions' end to end latencies in a conversation and averaged across conversations. The e2e latency is the time between the end of the user utterance and the start of the agent utterance on the interaction level.",
          "type": "number"
        },
        "dialogflowInteractionsNoInputRatio": {
          "description": "Proportion of dialogflow interactions that has empty input.",
          "format": "double",
          "type": "number"
        },
        "conversationalAgentsAverageAudioInAudioOutLatency": {
          "type": "number",
          "description": "The average latency of conversational agents' audio in audio out latency per interaction. This is computed as the average of the all the interactions' audio in audio out latencies in a conversation and averaged across conversations.",
          "format": "double"
        },
        "aaSupervisorMonitoredConversationsCount": {
          "description": "The number of conversations scanned by the AA human supervisor.",
          "type": "integer",
          "format": "int32"
        },
        "knowledgeSearchResultCount": {
          "description": "Count of knowledge search results (Generative Knowledge Assist) shown to the user.",
          "format": "int32",
          "type": "integer"
        },
        "containedConversationCount": {
          "type": "integer",
          "format": "int32",
          "description": "The number of conversations that were contained."
        },
        "conversationAiCoachSuggestionRatio": {
          "type": "number",
          "description": "Proportion of conversations that has Ai Coach Suggestions.",
          "format": "double"
        },
        "conversationSuggestedSummaryRatio": {
          "description": "Proportion of conversations that had a suggested summary.",
          "type": "number",
          "format": "double"
        },
        "conversationalAgentsAverageLlmCallLatency": {
          "format": "double",
          "type": "number",
          "description": "The average latency of conversational agents' LLM call latency per interaction. This is computed as the average of the all the interactions LLM call latencies in a conversation and averaged across conversations."
        }
      },
      "type": "object",
      "description": "The measure related to conversations."
    },
    "GoogleCloudContactcenterinsightsV1RuntimeAnnotation": {
      "description": "An annotation that was generated during the customer and agent interaction.",
      "properties": {
        "cesEndSessionAnnotation": {
          "description": "The CES end session annotation.",
          "$ref": "GoogleCloudContactcenterinsightsV1CesEndSessionAnnotation"
        },
        "conversationSummarizationSuggestion": {
          "description": "Conversation summarization suggestion data.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData"
        },
        "faqAnswer": {
          "description": "Agent Assist FAQ answer data.",
          "$ref": "GoogleCloudContactcenterinsightsV1FaqAnswerData"
        },
        "userInput": {
          "$ref": "GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput",
          "description": "Explicit input used for generating the answer"
        },
        "endBoundary": {
          "description": "The boundary in the conversation where the annotation ends, inclusive.",
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotationBoundary"
        },
        "startBoundary": {
          "description": "The boundary in the conversation where the annotation starts, inclusive.",
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotationBoundary"
        },
        "createTime": {
          "type": "string",
          "description": "The time at which this annotation was created.",
          "format": "google-datetime"
        },
        "dialogflowInteraction": {
          "description": "Dialogflow interaction data.",
          "$ref": "GoogleCloudContactcenterinsightsV1DialogflowInteractionData"
        },
        "articleSuggestion": {
          "$ref": "GoogleCloudContactcenterinsightsV1ArticleSuggestionData",
          "description": "Agent Assist Article Suggestion data."
        },
        "annotationId": {
          "type": "string",
          "description": "The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}"
        },
        "cesTurnAnnotation": {
          "description": "The CES turn annotation.",
          "$ref": "GoogleCloudContactcenterinsightsV1CesTurnAnnotation"
        },
        "answerFeedback": {
          "$ref": "GoogleCloudContactcenterinsightsV1AnswerFeedback",
          "description": "The feedback that the customer has about the answer in `data`."
        },
        "smartReply": {
          "$ref": "GoogleCloudContactcenterinsightsV1SmartReplyData",
          "description": "Agent Assist Smart Reply data."
        },
        "smartComposeSuggestion": {
          "description": "Agent Assist Smart Compose suggestion data.",
          "$ref": "GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1RuntimeAnnotation",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults": {
      "id": "GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults",
      "description": "Wrapper for detailed, step-by-step results.",
      "type": "object",
      "properties": {
        "joinKeyResults": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult"
          },
          "description": "A list of join key correlation results for each conversation tested."
        },
        "constraintResults": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResult"
          },
          "type": "array",
          "description": "A list of constraint evaluation results for each pair of conversations."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1AssessmentRule": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1AssessmentRule",
      "description": "The CCAI Insights project wide assessment rule. This assessment rule will be applied to all conversations from the previous sampling cycle that match the sample rule defined in the assessment rule. One project can have multiple assessment rules.",
      "properties": {
        "active": {
          "description": "If true, apply this rule to conversations. Otherwise, this rule is inactive.",
          "type": "boolean"
        },
        "sampleRule": {
          "description": "The sample rule for the assessment rule.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SampleRule"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The time at which this assessment rule was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "updateTime": {
          "description": "Output only. The most recent time at which this assessment rule was updated.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "displayName": {
          "description": "Display Name of the assessment rule.",
          "type": "string"
        },
        "scheduleInfo": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ScheduleInfo",
          "description": "Schedule info for the assessment rule."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the assessment rule. Format: projects/{project}/locations/{location}/assessmentRules/{assessment_rule}"
        }
      }
    },
    "GoogleCloudCesV1mainImage": {
      "id": "GoogleCloudCesV1mainImage",
      "description": "Represents an image input or output in the conversation.",
      "type": "object",
      "properties": {
        "mimeType": {
          "type": "string",
          "description": "Required. The IANA standard MIME type of the source data. Supported image types includes: * image/png * image/jpeg * image/webp"
        },
        "data": {
          "description": "Required. Raw bytes of the image.",
          "type": "string",
          "format": "byte"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListAutoLabelingRulesResponse": {
      "type": "object",
      "description": "The response message for listing auto labeling rules.",
      "properties": {
        "autoLabelingRules": {
          "type": "array",
          "description": "The auto labeling rules.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRule"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListAutoLabelingRulesResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResult": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResult",
      "description": "The result of testing correlation config on a single conversation.",
      "type": "object",
      "properties": {
        "ruleResults": {
          "description": "The results for each correlation rule.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult"
          }
        },
        "conversation": {
          "description": "The conversation resource name.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1Analysis": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1Analysis",
      "description": "The analysis resource.",
      "properties": {
        "annotatorSelector": {
          "description": "To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.",
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotatorSelector"
        },
        "name": {
          "description": "Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}",
          "type": "string"
        },
        "analysisResult": {
          "description": "Output only. The result of the analysis, which is populated when the analysis finishes.",
          "$ref": "GoogleCloudContactcenterinsightsV1AnalysisResult",
          "readOnly": true
        },
        "requestTime": {
          "description": "Output only. The time at which the analysis was requested.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "createTime": {
          "description": "Output only. The time at which the analysis was created, which occurs when the long-running operation completes.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig",
      "description": "Configuration for summarization.",
      "properties": {
        "conversationProfile": {
          "type": "string",
          "description": "Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}"
        },
        "generator": {
          "description": "The resource name of the existing created generator. Format: projects//locations//generators/",
          "type": "string"
        },
        "summarizationModel": {
          "enum": [
            "SUMMARIZATION_MODEL_UNSPECIFIED",
            "BASELINE_MODEL",
            "BASELINE_MODEL_V2_0"
          ],
          "description": "Default summarization model to be used.",
          "enumDescriptions": [
            "Unspecified summarization model.",
            "The CCAI baseline model. This model is deprecated and will be removed in the future. We recommend using `generator` instead.",
            "The CCAI baseline model, V2.0. This model is deprecated and will be removed in the future. We recommend using `generator` instead."
          ],
          "enumDeprecated": [
            false,
            true,
            true
          ],
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1SilenceData": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1SilenceData",
      "type": "object",
      "description": "The data for a silence annotation.",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsResponse",
      "properties": {},
      "type": "object",
      "description": "Response for the BulkDownloadFeedbackLabel endpoint."
    },
    "GoogleCloudContactcenterinsightsV1alpha1SampleRule": {
      "description": "Message for sampling conversations.",
      "properties": {
        "dimension": {
          "type": "string",
          "description": "Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'."
        },
        "samplePercentage": {
          "type": "number",
          "format": "double",
          "description": "Percentage of conversations that we should sample based on the dimension between [0, 100]."
        },
        "conversationFilter": {
          "type": "string",
          "description": "To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations."
        },
        "sampleRow": {
          "description": "Number of the conversations that we should sample based on the dimension.",
          "type": "string",
          "format": "int64"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1SampleRule"
    },
    "GoogleCloudContactcenterinsightsV1UpdateQaQuestionTagMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1UpdateQaQuestionTagMetadata",
      "properties": {
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1UpdateQaQuestionTagRequest",
          "readOnly": true,
          "description": "Output only. The original request."
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Output only. The time the operation was created.",
          "readOnly": true,
          "type": "string"
        },
        "endTime": {
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "type": "string",
          "format": "google-datetime"
        }
      },
      "type": "object",
      "description": "The metadata for updating a QaQuestionTag Resource."
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsMetadataDownloadStats": {
      "description": "Statistics for BulkDownloadFeedbackLabels operation.",
      "properties": {
        "fileNames": {
          "description": "Output only. Full name of the files written to Cloud storage.",
          "readOnly": true,
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "processedObjectCount": {
          "type": "integer",
          "description": "The number of objects processed during the download operation.",
          "format": "int32"
        },
        "totalFilesWritten": {
          "type": "integer",
          "description": "Total number of files written to the provided Cloud Storage bucket.",
          "format": "int32"
        },
        "successfulDownloadCount": {
          "type": "integer",
          "description": "The number of new feedback labels downloaded during this operation. Different from \"processed\" because some labels might not be downloaded because an error.",
          "format": "int32"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDownloadFeedbackLabelsMetadataDownloadStats",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata": {
      "type": "object",
      "properties": {
        "stats": {
          "description": "The statistics for the operation.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats"
        },
        "dataset": {
          "type": "string",
          "description": "The dataset used for sampling conversations."
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation was created."
        }
      },
      "description": "Metadata for testing correlation config.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata"
    },
    "GoogleCloudContactcenterinsightsV1alpha1TuneQaScorecardRevisionRequest": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1TuneQaScorecardRevisionRequest",
      "properties": {
        "validateOnly": {
          "type": "boolean",
          "description": "Optional. Run in validate only mode, no fine tuning will actually run. Data quality validations like training data distributions will run. Even when set to false, the data quality validations will still run but once the validations complete we will proceed with the fine tune, if applicable."
        },
        "filter": {
          "description": "Required. Filter for selecting the feedback labels that needs to be used for training. This filter can be used to limit the feedback labels used for tuning to a feedback labels created or updated for a specific time-window etc.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Request for TuneQaScorecardRevision endpoint."
    },
    "GoogleCloudContactcenterinsightsV1mainUploadConversationMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainUploadConversationMetadata",
      "description": "The metadata for an `UploadConversation` operation.",
      "properties": {
        "endTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the operation finished running."
        },
        "request": {
          "description": "Output only. The original request.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainUploadConversationRequest"
        },
        "appliedRedactionConfig": {
          "readOnly": true,
          "description": "Output only. The redaction config applied to the uploaded conversation.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainRedactionConfig"
        },
        "analysisOperation": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The operation name for a successfully created analysis operation, if any."
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainAnalysisResultCallAnalysisMetadata": {
      "description": "Call-specific metadata created during analysis.",
      "id": "GoogleCloudContactcenterinsightsV1mainAnalysisResultCallAnalysisMetadata",
      "type": "object",
      "properties": {
        "intents": {
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainIntent"
          },
          "description": "All the matched intents in the call.",
          "type": "object"
        },
        "entities": {
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainEntity"
          },
          "type": "object",
          "description": "All the entities in the call."
        },
        "annotations": {
          "description": "A list of call annotations that apply to this call.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainCallAnnotation"
          }
        },
        "phraseMatchers": {
          "type": "object",
          "description": "All the matched phrase matchers in the call.",
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainPhraseMatchData"
          }
        },
        "qaScorecardResults": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainQaScorecardResult"
          },
          "description": "Results of scoring QaScorecards."
        },
        "silence": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationLevelSilence",
          "description": "Overall conversation-level silence during the call."
        },
        "sentiments": {
          "description": "Overall conversation-level sentiment for each channel of the call.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationLevelSentiment"
          }
        },
        "issueModelResult": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainIssueModelResult",
          "description": "Overall conversation-level issue modeling result."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata": {
      "properties": {
        "qaScorecardId": {
          "description": "Optional. The QA scorecard ID.",
          "type": "string"
        },
        "qaQuestionId": {
          "type": "string",
          "description": "Optional. The QA question ID."
        },
        "questionBody": {
          "description": "Optional. The full body of the question.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata",
      "description": "Metadata about the QA question dimension."
    },
    "GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation": {
      "description": "An annotation that was generated during the customer and agent interaction.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation",
      "type": "object",
      "properties": {
        "annotationId": {
          "description": "The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}",
          "type": "string"
        },
        "smartReply": {
          "description": "Agent Assist Smart Reply data.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SmartReplyData"
        },
        "endBoundary": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary",
          "description": "The boundary in the conversation where the annotation ends, inclusive."
        },
        "articleSuggestion": {
          "description": "Agent Assist Article Suggestion data.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ArticleSuggestionData"
        },
        "conversationSummarizationSuggestion": {
          "description": "Conversation summarization suggestion data.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData"
        },
        "cesTurnAnnotation": {
          "description": "The CES turn annotation.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1CesTurnAnnotation"
        },
        "smartComposeSuggestion": {
          "description": "Agent Assist Smart Compose suggestion data.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SmartComposeSuggestionData"
        },
        "answerFeedback": {
          "description": "The feedback that the customer has about the answer in `data`.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnswerFeedback"
        },
        "createTime": {
          "description": "The time at which this annotation was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "cesEndSessionAnnotation": {
          "description": "The CES end session annotation.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1CesEndSessionAnnotation"
        },
        "dialogflowInteraction": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DialogflowInteractionData",
          "description": "Dialogflow interaction data."
        },
        "faqAnswer": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData",
          "description": "Agent Assist FAQ answer data."
        },
        "userInput": {
          "description": "Explicit input used for generating the answer",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput"
        },
        "startBoundary": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary",
          "description": "The boundary in the conversation where the annotation starts, inclusive."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1Chart": {
      "description": "Configurable dashboard's widget that displays data as a chart.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1Chart",
      "type": "object",
      "properties": {
        "dataSource": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ChartDataSource"
        },
        "filter": {
          "description": "Filter applied to all charts in the container. Should support scope later.",
          "type": "string"
        },
        "description": {
          "description": "Chart description",
          "type": "string"
        },
        "chartVisualizationType": {
          "enum": [
            "CHART_VISUALIZATION_TYPE_UNSPECIFIED",
            "BAR",
            "LINE",
            "AREA",
            "PIE",
            "SCATTER",
            "TABLE",
            "SCORE_CARD",
            "SUNBURST",
            "GAUGE",
            "SANKEY"
          ],
          "description": "Chart visualization type.",
          "enumDescriptions": [
            "Unspecified chart visualization type.",
            "Bar chart.",
            "Line chart.",
            "Area chart.",
            "Pie chart.",
            "Scatter chart.",
            "Table chart.",
            "Score card chart.",
            "Sunburst chart.",
            "Gauge chart.",
            "Sankey chart."
          ],
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. Chart resource name. Format: projects/{project}/locations/{location}/dashboards/{dashboard}/charts/{chart}"
        },
        "displayName": {
          "type": "string",
          "description": "User provided display name of the chart."
        },
        "createTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. Chart create time."
        },
        "updateTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. Chart last update time.",
          "readOnly": true
        },
        "width": {
          "format": "int32",
          "description": "The width of the chart in grid units.",
          "type": "integer"
        },
        "height": {
          "format": "int32",
          "description": "The height of the chart in grid units.",
          "type": "integer"
        },
        "dateRangeConfig": {
          "description": "Date range config applied to the chart.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DateRangeConfig"
        },
        "chartType": {
          "enumDescriptions": [
            "Unspecified chart type.",
            "Pre-defined chart type.",
            "Configurable chart type."
          ],
          "description": "Output only. Chart type.",
          "type": "string",
          "enum": [
            "CHART_TYPE_UNSPECIFIED",
            "SYSTEM_DEFINED",
            "USER_DEFINED"
          ],
          "readOnly": true
        },
        "action": {
          "description": "Optional action to be taken when the chart is clicked.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ChartAction"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1IngestConversationsMetadata": {
      "type": "object",
      "properties": {
        "ingestConversationsStats": {
          "description": "Output only. Statistics for IngestConversations operation.",
          "$ref": "GoogleCloudContactcenterinsightsV1IngestConversationsMetadataIngestConversationsStats",
          "readOnly": true
        },
        "endTime": {
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "type": "string",
          "format": "google-datetime"
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "request": {
          "description": "Output only. The original request for ingest.",
          "$ref": "GoogleCloudContactcenterinsightsV1IngestConversationsRequest",
          "readOnly": true
        },
        "sampledConversations": {
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Output only. Stores the conversation resources produced by ingest sampling operations."
        },
        "partialErrors": {
          "type": "array",
          "description": "Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        }
      },
      "description": "The metadata for an IngestConversations operation.",
      "id": "GoogleCloudContactcenterinsightsV1IngestConversationsMetadata"
    },
    "GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio": {
      "type": "object",
      "properties": {
        "audioDuration": {
          "type": "string",
          "description": "The duration of the audio.",
          "format": "google-duration"
        },
        "audioGcsUri": {
          "description": "The Cloud Storage URI of the audio for any given turn.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio",
      "description": "A wrapper for holding the audio for any given turn."
    },
    "GoogleCloudContactcenterinsightsV1alpha1AnswerFeedback": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1AnswerFeedback",
      "type": "object",
      "properties": {
        "clicked": {
          "type": "boolean",
          "description": "Indicates whether an answer or item was clicked by the human agent."
        },
        "correctnessLevel": {
          "enum": [
            "CORRECTNESS_LEVEL_UNSPECIFIED",
            "NOT_CORRECT",
            "PARTIALLY_CORRECT",
            "FULLY_CORRECT"
          ],
          "description": "The correctness level of an answer.",
          "enumDescriptions": [
            "Correctness level unspecified.",
            "Answer is totally wrong.",
            "Answer is partially correct.",
            "Answer is fully correct."
          ],
          "type": "string"
        },
        "displayed": {
          "type": "boolean",
          "description": "Indicates whether an answer or item was displayed to the human agent in the agent desktop UI."
        }
      },
      "description": "The feedback that the customer has about a certain answer in the conversation."
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaScorecardRevision": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardRevision",
      "properties": {
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The timestamp that the revision was created.",
          "readOnly": true
        },
        "snapshot": {
          "description": "The snapshot of the scorecard at the time of this revision's creation.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecard"
        },
        "alternateIds": {
          "readOnly": true,
          "description": "Output only. Alternative IDs for this revision of the scorecard, e.g., `latest`.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "state": {
          "enumDescriptions": [
            "Unspecified.",
            "The scorecard revision can be edited.",
            "Scorecard model training is in progress.",
            "Scorecard revision model training failed.",
            "The revision can be used in analysis.",
            "Scorecard is being deleted.",
            "Scorecard model training was explicitly cancelled by the user."
          ],
          "description": "Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.",
          "type": "string",
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "EDITABLE",
            "TRAINING",
            "TRAINING_FAILED",
            "READY",
            "DELETING",
            "TRAINING_CANCELLED"
          ]
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}"
        }
      },
      "description": "A revision of a QaScorecard. Modifying published scorecard fields would invalidate existing scorecard results — the questions may have changed, or the score weighting will make existing scores impossible to understand. So changes must create a new revision, rather than modifying the existing resource."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartListItem": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartListItem",
      "description": "An item in a list.",
      "type": "object",
      "properties": {
        "text": {
          "description": "Optional. The text of the list item.",
          "type": "string"
        },
        "subItems": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartListItem"
          },
          "type": "array",
          "description": "Optional. Nested sub-items."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponseGenerativeResponseTextOutput": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponseGenerativeResponseTextOutput",
      "description": "Wrapper for text output.",
      "properties": {
        "textType": {
          "enum": [
            "TYPE_UNSPECIFIED",
            "THOUGHT",
            "FINAL_RESPONSE",
            "PROGRESS"
          ],
          "description": "The type of text output.",
          "enumDescriptions": [
            "The type is unspecified.",
            "The text is part of LLM reasoning.",
            "The text is the final answer from LLM.",
            "The text is an informational message about the agent's progress, such as a tool being invoked. This is distinct from the agent's internal thought process (`THOUGHT`) and the final answer to the user (`FINAL_RESPONSE`). These messages provide insight into the agent's actions."
          ],
          "type": "string"
        },
        "text": {
          "items": {
            "type": "string"
          },
          "description": "The text output from the LLM.",
          "type": "array"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1ImportIssueModelResponse": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ImportIssueModelResponse",
      "properties": {
        "issueModel": {
          "$ref": "GoogleCloudContactcenterinsightsV1IssueModel",
          "description": "The issue model that was imported."
        }
      },
      "description": "Response from import issue model"
    },
    "GoogleProtobufEmpty": {
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
      "type": "object",
      "id": "GoogleProtobufEmpty",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1ConversationDataSource": {
      "id": "GoogleCloudContactcenterinsightsV1ConversationDataSource",
      "description": "The conversation source, which is a combination of transcript and audio.",
      "properties": {
        "turnLevelAudios": {
          "description": "Cloud Storage URIs that points to files that contain the conversation audio for each turn. Assume the order of the URIs is the same as the order of the transcript turns.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio"
          },
          "type": "array"
        },
        "metadataUri": {
          "type": "string",
          "description": "Cloud Storage URI that points to a file that contains the conversation metadata."
        },
        "dialogflowSource": {
          "description": "The source when the conversation comes from Dialogflow.",
          "$ref": "GoogleCloudContactcenterinsightsV1DialogflowSource"
        },
        "gcsSource": {
          "description": "A Cloud Storage location specification for the audio and transcript.",
          "$ref": "GoogleCloudContactcenterinsightsV1GcsSource"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest": {
      "properties": {
        "createNewModel": {
          "type": "boolean",
          "description": "Optional. If set to true, will create an issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file."
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource of the issue model."
        },
        "gcsSource": {
          "description": "Google Cloud Storage source message.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource"
        }
      },
      "description": "Request to import an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListQaScorecardsResponse": {
      "description": "The response from a ListQaScorecards request.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListQaScorecardsResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "qaScorecards": {
          "type": "array",
          "description": "The QaScorecards under the parent.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecard"
          }
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata": {
      "properties": {
        "feedbackLabels": {
          "type": "array",
          "description": "Input only. The feedback labels associated with the conversation.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
          }
        },
        "customerSatisfactionRating": {
          "type": "integer",
          "description": "An arbitrary integer value indicating the customer's satisfaction rating.",
          "format": "int32"
        },
        "menuPath": {
          "description": "An arbitrary string value specifying the menu path the customer took.",
          "type": "string"
        },
        "waitDuration": {
          "description": "The amount of time the customer waited to connect with an agent.",
          "type": "string",
          "format": "google-duration"
        },
        "agentInfo": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo"
          },
          "type": "array",
          "description": "Information about agents involved in the call."
        }
      },
      "type": "object",
      "description": "Conversation metadata related to quality management.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata"
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionAgentDimensionMetadata": {
      "type": "object",
      "properties": {
        "agentDeploymentId": {
          "description": "Optional. The agent's deployment ID. Only applicable to automated agents. This will be populated for AGENT and AGENT_DEPLOYMENT_ID dimensions.",
          "type": "string"
        },
        "agentVersionDisplayName": {
          "type": "string",
          "description": "Optional. The agent's version display name. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions."
        },
        "agentTeam": {
          "type": "string",
          "description": "Optional. A user-specified string representing the agent's team."
        },
        "agentDisplayName": {
          "description": "Optional. The agent's name This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.",
          "type": "string"
        },
        "agentId": {
          "description": "Optional. A user-specified string representing the agent. This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.",
          "type": "string"
        },
        "agentVersionId": {
          "type": "string",
          "description": "Optional. The agent's version ID. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions."
        },
        "agentDeploymentDisplayName": {
          "type": "string",
          "description": "Optional. The agent's deployment display name. Only applicable to automated agents. This will be populated for AGENT_DEPLOYMENT_ID dimensions."
        }
      },
      "description": "Metadata about the agent dimension.",
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionAgentDimensionMetadata"
    },
    "GoogleCloudContactcenterinsightsV1QaAnswer": {
      "id": "GoogleCloudContactcenterinsightsV1QaAnswer",
      "properties": {
        "answerValue": {
          "description": "The answer value from this source. This field is populated by default, unless the question has a selection strategy configured to return multiple answer values, in which case `answer_values` will be populated instead.",
          "$ref": "GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue"
        },
        "conversation": {
          "type": "string",
          "description": "The conversation the answer applies to."
        },
        "qaQuestion": {
          "type": "string",
          "description": "The QaQuestion answered by this answer."
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer."
        },
        "questionBody": {
          "type": "string",
          "description": "Question text. E.g., \"Did the agent greet the customer?\""
        },
        "answerSources": {
          "description": "Lists all answer sources containing one or more answer values of a specific source type, e.g., all system-generated answer sources, or all manual edit answer sources.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource"
          },
          "type": "array"
        }
      },
      "type": "object",
      "description": "An answer to a QaQuestion."
    },
    "GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig": {
      "id": "GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig",
      "type": "object",
      "description": "Configs for the input data used to create the issue model.",
      "properties": {
        "medium": {
          "enumDescriptions": [
            "Default value for unspecified.",
            "The format for conversations that took place over the phone.",
            "The format for conversations that took place over chat."
          ],
          "deprecated": true,
          "description": "Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the `medium` field on `filter`.",
          "type": "string",
          "enum": [
            "MEDIUM_UNSPECIFIED",
            "PHONE_CALL",
            "CHAT"
          ]
        },
        "trainingConversationsCount": {
          "description": "Output only. Number of conversations used in training. Output only.",
          "type": "string",
          "readOnly": true,
          "format": "int64"
        },
        "filter": {
          "type": "string",
          "description": "A filter to reduce the conversations used for training the model to a specific subset. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelMetadata": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelMetadata",
      "properties": {
        "createTime": {
          "type": "string",
          "description": "The time the operation was created.",
          "format": "google-datetime"
        },
        "endTime": {
          "format": "google-datetime",
          "description": "The time the operation finished running.",
          "type": "string"
        },
        "request": {
          "description": "The original import request.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest"
        }
      },
      "description": "Metadata used for import issue model."
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessage": {
      "description": "The message in the conversation.",
      "type": "object",
      "properties": {
        "userMessage": {
          "description": "A message from the user that is interacting with the system.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessageUserMessage"
        },
        "createTime": {
          "description": "For user messages, this is the time at which the system received the message. For system messages, this is the time at which the system generated the message.",
          "format": "google-datetime",
          "type": "string"
        },
        "systemMessage": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessageSystemMessage",
          "description": "A message from the system in response to the user."
        },
        "messageId": {
          "description": "The message id of the message.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessage"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata": {
      "properties": {
        "labelValue": {
          "type": "string",
          "description": "Optional. The label value."
        },
        "labelKey": {
          "type": "string",
          "description": "Optional. The label key."
        }
      },
      "description": "Metadata about conversation labels.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1Dimension": {
      "id": "GoogleCloudContactcenterinsightsV1Dimension",
      "properties": {
        "agentDimensionMetadata": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata",
          "description": "Output only. Metadata about the agent dimension."
        },
        "conversationalAgentsPlaybookDimensionMetadata": {
          "description": "Output only. Metadata about the Conversational Agents playbook dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata",
          "readOnly": true
        },
        "labelDimensionMetadata": {
          "description": "Output only. Metadata about conversation labels.",
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata",
          "readOnly": true
        },
        "qaQuestionDimensionMetadata": {
          "description": "Output only. Metadata about the QA question dimension.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata"
        },
        "conversationProfileDimensionMetadata": {
          "readOnly": true,
          "description": "Output only. Metadata about the conversation profile dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata"
        },
        "mediumDimensionMetadata": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata",
          "description": "Output only. Metadata about the conversation medium dimension."
        },
        "issueDimensionMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata",
          "description": "Output only. Metadata about the issue dimension.",
          "readOnly": true
        },
        "qaQuestionAnswerDimensionMetadata": {
          "description": "Output only. Metadata about the QA question-answer dimension.",
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata",
          "readOnly": true
        },
        "dimensionKey": {
          "type": "string",
          "description": "The key of the dimension.",
          "enumDescriptions": [
            "The key of the dimension is unspecified.",
            "The dimension is keyed by issues.",
            "The dimension is keyed by issue names.",
            "The dimension is keyed by agents.",
            "The dimension is keyed by agent teams.",
            "The dimension is keyed by QaQuestionIds. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing stats for the same question across different scorecard revisions.",
            "The dimension is keyed by QaQuestionIds-Answer value pairs. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing distribution of answers per question across different scorecard revisions.",
            "The dimension is keyed by QaScorecardIds. Note that: We only group by the ScorecardId and not the revision-id of the scorecard. This allows for showing stats for the same scorecard across different revisions. This metric is mostly only useful if querying the average normalized score per scorecard.",
            "The dimension is keyed by the conversation profile ID.",
            "The dimension is keyed by the conversation medium.",
            "The dimension is keyed by the Conversational Agents playbook ID.",
            "The dimension is keyed by the Conversational Agents playbook display name.",
            "The dimension is keyed by the Conversational Agents tool ID.",
            "The dimension is keyed by the Conversational Agents tool display name.",
            "The dimension is keyed by the client sentiment category.",
            "The dimension is keyed by the agent version ID.",
            "The dimension is keyed by the agent deployment ID.",
            "The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents.",
            "The dimension is keyed by label keys.",
            "The dimension is keyed by label values.",
            "The dimension is keyed by label key-value pairs.",
            "The dimension is keyed by the last transfer sub agent name."
          ],
          "enum": [
            "DIMENSION_KEY_UNSPECIFIED",
            "ISSUE",
            "ISSUE_NAME",
            "AGENT",
            "AGENT_TEAM",
            "QA_QUESTION_ID",
            "QA_QUESTION_ANSWER_VALUE",
            "QA_SCORECARD_ID",
            "CONVERSATION_PROFILE_ID",
            "MEDIUM",
            "CONVERSATIONAL_AGENTS_PLAYBOOK_ID",
            "CONVERSATIONAL_AGENTS_PLAYBOOK_NAME",
            "CONVERSATIONAL_AGENTS_TOOL_ID",
            "CONVERSATIONAL_AGENTS_TOOL_NAME",
            "CLIENT_SENTIMENT_CATEGORY",
            "AGENT_VERSION_ID",
            "AGENT_DEPLOYMENT_ID",
            "AGENT_ASSIST_SUPERVISOR_ID",
            "LABEL_KEY",
            "LABEL_VALUE",
            "LABEL_KEY_AND_VALUE",
            "LAST_TRANSFER_SUB_AGENT_NAME"
          ]
        },
        "conversationalAgentsToolDimensionMetadata": {
          "description": "Output only. Metadata about the Conversational Agents tool dimension.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata"
        },
        "qaScorecardDimensionMetadata": {
          "description": "Output only. Metadata about the QA scorecard dimension.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata"
        },
        "clientSentimentCategoryDimensionMetadata": {
          "description": "Output only. Metadata about the client sentiment category dimension.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata"
        }
      },
      "type": "object",
      "description": "A dimension determines the grouping key for the query. In SQL terms, these would be part of both the \"SELECT\" and \"GROUP BY\" clauses."
    },
    "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData",
      "description": "The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.",
      "type": "object",
      "properties": {
        "phraseMatcher": {
          "type": "string",
          "description": "The unique identifier (the resource name) of the phrase matcher."
        },
        "displayName": {
          "description": "The human-readable name of the phrase matcher.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponse": {
      "type": "object",
      "properties": {
        "detailedResults": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults",
          "description": "Results for the DETAILED_SYNC execution mode."
        },
        "partialErrors": {
          "type": "array",
          "description": "Partial errors during test correlation config operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        }
      },
      "description": "The response of testing correlation config.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsRequest": {
      "properties": {
        "filter": {
          "description": "Required. Filter to select a subset of conversations to compute the metrics. Must specify a window of the conversation create time to compute the metrics. The returned metrics will be from the range [DATE(starting create time), DATE(ending create time)). ",
          "type": "string"
        },
        "timeGranularity": {
          "description": "The time granularity of each data point in the time series. Defaults to NONE if this field is unspecified.",
          "type": "string",
          "enum": [
            "TIME_GRANULARITY_UNSPECIFIED",
            "NONE",
            "DAILY",
            "HOURLY",
            "PER_MINUTE",
            "PER_5_MINUTES",
            "MONTHLY"
          ],
          "enumDescriptions": [
            "The time granularity is unspecified and will default to NONE.",
            "No time granularity. The response won't contain a time series. This is the default value if no time granularity is specified.",
            "Data points in the time series will aggregate at a daily granularity. 1 day means [midnight to midnight).",
            "Data points in the time series will aggregate at a daily granularity. 1 HOUR means [01:00 to 02:00).",
            "Data points in the time series will aggregate at a daily granularity. PER_MINUTE means [01:00 to 01:01).",
            "Data points in the time series will aggregate at a 1 minute granularity. PER_5_MINUTES means [01:00 to 01:05).",
            "Data points in the time series will aggregate at a monthly granularity. 1 MONTH means [01st of the month to 1st of the next month)."
          ]
        },
        "measureMask": {
          "format": "google-fieldmask",
          "description": "Measures to return. Defaults to all measures if this field is unspecified. A valid mask should traverse from the `measure` field from the response. For example, a path from a measure mask to get the conversation count is \"conversation_measure.count\".",
          "type": "string"
        },
        "dimensions": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dimension"
          },
          "description": "The dimensions that determine the grouping key for the query. Defaults to no dimension if this field is unspecified. If a dimension is specified, its key must also be specified. Each dimension's key must be unique. If a time granularity is also specified, metric values in the dimension will be bucketed by this granularity. Up to one dimension is supported for now."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsRequest",
      "description": "The request for querying metrics.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest": {
      "properties": {
        "gcsDestination": {
          "description": "Google Cloud Storage URI to export the issue model to.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination"
        },
        "name": {
          "description": "Required. The issue model to export.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest",
      "type": "object",
      "description": "Request to export an issue model."
    },
    "GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponse": {
      "description": "The response of testing correlation config.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponse",
      "properties": {
        "detailedResults": {
          "description": "Results for the DETAILED_SYNC execution mode.",
          "$ref": "GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults"
        },
        "partialErrors": {
          "type": "array",
          "description": "Partial errors during test correlation config operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageUserMessage": {
      "type": "object",
      "properties": {
        "text": {
          "description": "A message from the user that is interacting with the system.",
          "type": "string"
        }
      },
      "description": "The user message.",
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightConversationTranscriptMessageUserMessage"
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsMetadata",
      "properties": {
        "request": {
          "readOnly": true,
          "description": "Output only. The original request for delete.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsRequest"
        },
        "partialErrors": {
          "type": "array",
          "description": "Partial errors during deletion operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        }
      },
      "description": "Metadata for the BulkDeleteFeedbackLabels endpoint.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerSource": {
      "description": "A question may have multiple answers from varying sources, one of which becomes the \"main\" answer above. AnswerSource represents each individual answer.",
      "id": "GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerSource",
      "type": "object",
      "properties": {
        "answerValue": {
          "description": "The answer value from this source. This field is populated by default, unless the question has a selection strategy configured to return multiple answer values, in which case `answer_values` will be populated instead.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainQaAnswerAnswerValue"
        },
        "sourceType": {
          "description": "What created the answer.",
          "enum": [
            "SOURCE_TYPE_UNSPECIFIED",
            "SYSTEM_GENERATED",
            "MANUAL_EDIT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Source type is unspecified.",
            "Answer was system-generated; created during an Insights analysis.",
            "Answer was created by a human via manual edit."
          ]
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewMetadata",
      "properties": {},
      "type": "object",
      "description": "The metadata for querying performance overview."
    },
    "GoogleCloudContactcenterinsightsV1alpha1MetricDefinition": {
      "properties": {
        "sourceId": {
          "type": "string",
          "description": "Output only. The resource name of the underlying Insights primitive (e.g., Tag or QaQuestion) used to calculate this metric.",
          "readOnly": true
        },
        "displayName": {
          "description": "Output only. The user-visible name of the metric (e.g., \"Containment Rate\").",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1MetricDefinition",
      "description": "A definition for a metric to be calculated during analysis."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult": {
      "properties": {
        "error": {
          "description": "The error status if the join key expression failed to evaluate.",
          "$ref": "GoogleRpcStatus"
        },
        "correlationId": {
          "type": "string",
          "description": "The correlation ID generated by the join key expression."
        },
        "ruleId": {
          "type": "string",
          "description": "The rule ID."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult",
      "type": "object",
      "description": "The result of a single correlation rule."
    },
    "GoogleCloudContactcenterinsightsV1mainSampleRule": {
      "id": "GoogleCloudContactcenterinsightsV1mainSampleRule",
      "properties": {
        "dimension": {
          "description": "Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'.",
          "type": "string"
        },
        "sampleRow": {
          "description": "Number of the conversations that we should sample based on the dimension.",
          "format": "int64",
          "type": "string"
        },
        "conversationFilter": {
          "description": "To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations.",
          "type": "string"
        },
        "samplePercentage": {
          "type": "number",
          "description": "Percentage of conversations that we should sample based on the dimension between [0, 100].",
          "format": "double"
        }
      },
      "description": "Message for sampling conversations.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo": {
      "description": "Information about an agent involved in the conversation.",
      "type": "object",
      "properties": {
        "agentType": {
          "type": "string",
          "description": "The agent type, e.g. HUMAN_AGENT.",
          "enumDescriptions": [
            "Participant's role is not set.",
            "Participant is a human agent.",
            "Participant is an automated agent.",
            "Participant is an end user who conversed with the contact center.",
            "Participant is either a human or automated agent."
          ],
          "enum": [
            "ROLE_UNSPECIFIED",
            "HUMAN_AGENT",
            "AUTOMATED_AGENT",
            "END_USER",
            "ANY_AGENT"
          ]
        },
        "agentId": {
          "description": "A user-specified string representing the agent.",
          "type": "string"
        },
        "teams": {
          "type": "array",
          "description": "User-specified strings representing the agent's teams.",
          "items": {
            "type": "string"
          }
        },
        "deploymentDisplayName": {
          "description": "The agent's deployment display name. Only applicable to automated agents.",
          "type": "string"
        },
        "dispositionCode": {
          "type": "string",
          "description": "A user-provided string indicating the outcome of the agent's segment of the call."
        },
        "deploymentId": {
          "type": "string",
          "description": "The agent's deployment ID. Only applicable to automated agents."
        },
        "entrySubagentDisplayName": {
          "description": "The entry subagent's display name.",
          "type": "string"
        },
        "entrySubagentId": {
          "description": "The entry subagent's ID.",
          "type": "string"
        },
        "displayName": {
          "description": "The agent's name.",
          "type": "string"
        },
        "location": {
          "description": "The agent's location.",
          "type": "string"
        },
        "versionDisplayName": {
          "description": "The agent's version display name. Only applicable to automated agents.",
          "type": "string"
        },
        "team": {
          "type": "string",
          "description": "A user-specified string representing the agent's team. Deprecated in favor of the `teams` field.",
          "deprecated": true
        },
        "versionId": {
          "description": "The agent's version ID. Only applicable to automated agents.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo"
    },
    "GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfigScorecardList": {
      "id": "GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfigScorecardList",
      "properties": {
        "qaScorecardRevisions": {
          "description": "List of QaScorecardRevisions.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "description": "Container for a list of scorecards."
    },
    "GoogleCloudContactcenterinsightsV1mainUndeployIssueModelRequest": {
      "properties": {
        "name": {
          "description": "Required. The issue model to undeploy.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "The request to undeploy an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1mainUndeployIssueModelRequest"
    },
    "GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary": {
      "properties": {
        "transcriptIndex": {
          "format": "int32",
          "description": "The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.",
          "type": "integer"
        },
        "wordIndex": {
          "format": "int32",
          "description": "The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.",
          "type": "integer"
        }
      },
      "description": "A point in a conversation that marks the start or the end of an annotation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary"
    },
    "GoogleCloudContactcenterinsightsV1Entity": {
      "type": "object",
      "properties": {
        "type": {
          "enumDescriptions": [
            "Unspecified.",
            "Person.",
            "Location.",
            "Organization.",
            "Event.",
            "Artwork.",
            "Consumer product.",
            "Other types of entities.",
            "Phone number. The metadata lists the phone number (formatted according to local convention), plus whichever additional elements appear in the text: * `number` - The actual number, broken down into sections according to local convention. * `national_prefix` - Country code, if detected. * `area_code` - Region or area code, if detected. * `extension` - Phone extension (to be dialed after connection), if detected.",
            "Address. The metadata identifies the street number and locality plus whichever additional elements appear in the text: * `street_number` - Street number. * `locality` - City or town. * `street_name` - Street/route name, if detected. * `postal_code` - Postal code, if detected. * `country` - Country, if detected. * `broad_region` - Administrative area, such as the state, if detected. * `narrow_region` - Smaller administrative area, such as county, if detected. * `sublocality` - Used in Asian addresses to demark a district within a city, if detected.",
            "Date. The metadata identifies the components of the date: * `year` - Four digit year, if detected. * `month` - Two digit month number, if detected. * `day` - Two digit day number, if detected.",
            "Number. The metadata is the number itself.",
            "Price. The metadata identifies the `value` and `currency`."
          ],
          "description": "The entity type.",
          "type": "string",
          "enum": [
            "TYPE_UNSPECIFIED",
            "PERSON",
            "LOCATION",
            "ORGANIZATION",
            "EVENT",
            "WORK_OF_ART",
            "CONSUMER_GOOD",
            "OTHER",
            "PHONE_NUMBER",
            "ADDRESS",
            "DATE",
            "NUMBER",
            "PRICE"
          ]
        },
        "displayName": {
          "description": "The representative name for the entity.",
          "type": "string"
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Metadata associated with the entity. For most entity types, the metadata is a Wikipedia URL (`wikipedia_url`) and Knowledge Graph MID (`mid`), if they are available. For the metadata associated with other entity types, see the Type table below."
        },
        "salience": {
          "type": "number",
          "description": "The salience score associated with the entity in the [0, 1.0] range. The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.",
          "format": "float"
        },
        "sentiment": {
          "description": "The aggregate sentiment expressed for this entity in the conversation.",
          "$ref": "GoogleCloudContactcenterinsightsV1SentimentData"
        }
      },
      "description": "The data for an entity annotation. Represents a phrase in the conversation that is a known entity, such as a person, an organization, or location.",
      "id": "GoogleCloudContactcenterinsightsV1Entity"
    },
    "GoogleCloudContactcenterinsightsV1alpha1NoteQaQuestionNote": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1NoteQaQuestionNote",
      "description": "A note about a QA question.",
      "properties": {
        "qaQuestion": {
          "type": "string",
          "description": "The question resource that the note is associated with."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewRequest": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewRequest",
      "description": "The request for summarizing performance according to different metrics for conversations over a specified time window.",
      "properties": {
        "queryInterval": {
          "description": "Required. The time window of the conversations to derive performance stats from.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryInterval"
        },
        "comparisonQueryInterval": {
          "description": "The time window of the conversations to compare the performance to.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryInterval"
        },
        "filter": {
          "description": "Optional. Filter to select a subset of conversations to compute the performance overview. Supports the same filters as the filter field in QueryMetricsRequest. The source and query interval/comparison query interval should not be included here.",
          "type": "string"
        },
        "agentPerformanceSource": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewRequestAgentSource",
          "description": "Conversations are from a single agent."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainDataset": {
      "id": "GoogleCloudContactcenterinsightsV1mainDataset",
      "description": "Dataset resource represents a collection of conversations that may be bounded (Static Dataset, e.g. golden dataset for training), or unbounded (Dynamic Dataset, e.g. live traffic, or agent training traffic)",
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "enum": [
            "TYPE_UNSPECIFIED",
            "EVAL",
            "LIVE"
          ],
          "enumDescriptions": [
            "Default value for unspecified.",
            "For evals only.",
            "Dataset with new conversations coming in regularly (Insights legacy conversations and AI trainer)"
          ],
          "description": "Dataset usage type."
        },
        "description": {
          "description": "Dataset description.",
          "type": "string"
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. Dataset create time."
        },
        "updateTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. Dataset update time."
        },
        "ttl": {
          "type": "string",
          "description": "Optional. Option TTL for the dataset.",
          "format": "google-duration"
        },
        "name": {
          "description": "Immutable. Identifier. Resource name of the dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Display name for the dataaset"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewRequestAgentSource": {
      "type": "object",
      "properties": {
        "agentId": {
          "type": "string",
          "description": "Required. Agent id to query performance overview for."
        }
      },
      "description": "The entity whose performance is being queried is a single agent.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewRequestAgentSource"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata",
      "description": "Metadata from Dialogflow relating to the current transcript segment.",
      "properties": {
        "smartReplyAllowlistCovered": {
          "type": "boolean",
          "description": "Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationCorrelationResultRuleCorrelationResult": {
      "type": "object",
      "properties": {
        "ruleId": {
          "description": "The rule ID.",
          "type": "string"
        },
        "correlationId": {
          "type": "string",
          "description": "The correlation ID generated by the join key expression."
        },
        "error": {
          "description": "The error status if the join key expression failed to evaluate.",
          "$ref": "GoogleRpcStatus"
        }
      },
      "description": "The result of a single correlation rule.",
      "id": "GoogleCloudContactcenterinsightsV1ConversationCorrelationResultRuleCorrelationResult"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ScheduleInfo": {
      "description": "Message for schedule info.",
      "properties": {
        "startTime": {
          "description": "Start time of the schedule. If not specified, will start as soon as the schedule is created.",
          "type": "string",
          "format": "google-datetime"
        },
        "endTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "End time of the schedule. If not specified, will keep scheduling new pipelines for execution util the schedule is no longer active or deleted."
        },
        "timeZone": {
          "description": "The timezone to use for the groc expression. If not specified, defaults to UTC.",
          "type": "string"
        },
        "schedule": {
          "description": "The groc expression. Format: `every number [synchronized]` Time units can be: minutes, hours Synchronized is optional and indicates that the schedule should be synchronized to the start of the interval: every 5 minutes synchronized means 00:00, 00:05 ... Otherwise the start time is random within the interval. Example: `every 5 minutes` could be 00:02, 00:07, 00:12, ...",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ScheduleInfo",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponseTextOutput": {
      "properties": {
        "textType": {
          "description": "The type of text output.",
          "type": "string",
          "enumDescriptions": [
            "The type is unspecified.",
            "The text is part of LLM reasoning.",
            "The text is the final answer from LLM.",
            "The text is an informational message about the agent's progress, such as a tool being invoked. This is distinct from the agent's internal thought process (`THOUGHT`) and the final answer to the user (`FINAL_RESPONSE`). These messages provide insight into the agent's actions."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "THOUGHT",
            "FINAL_RESPONSE",
            "PROGRESS"
          ]
        },
        "text": {
          "type": "array",
          "description": "The text output from the LLM.",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "Wrapper for text output.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponseTextOutput"
    },
    "GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats": {
      "description": "Aggregated statistics about an issue model.",
      "properties": {
        "analyzedConversationsCount": {
          "format": "int64",
          "type": "string",
          "description": "Number of conversations the issue model has analyzed at this point in time."
        },
        "unclassifiedConversationsCount": {
          "description": "Number of analyzed conversations for which no issue was applicable at this point in time.",
          "type": "string",
          "format": "int64"
        },
        "issueStats": {
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats"
          },
          "type": "object",
          "description": "Statistics on each issue. Key is the issue's resource name."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats"
    },
    "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata": {
      "properties": {
        "request": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest",
          "description": "Output only. The original request for download."
        },
        "endTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the operation finished running."
        },
        "partialErrors": {
          "type": "array",
          "description": "Partial errors during ingest operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the operation was created."
        },
        "downloadStats": {
          "$ref": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats",
          "readOnly": true,
          "description": "Output only. Statistics for BulkDownloadFeedbackLabels operation."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata",
      "description": "Metadata for the BulkDownloadFeedbackLabel endpoint."
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment": {
      "type": "object",
      "description": "A segment of a full transcript.",
      "properties": {
        "turnLevelAudio": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio",
          "description": "Turn level audio for this transcript segment."
        },
        "languageCode": {
          "description": "The language code of this segment as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: \"en-US\".",
          "type": "string"
        },
        "segmentParticipant": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationParticipant",
          "description": "The participant of this segment."
        },
        "parts": {
          "description": "Optional. The structured parts that make up this transcript segment.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPart"
          },
          "type": "array"
        },
        "text": {
          "description": "The text of this segment.",
          "type": "string"
        },
        "channelTag": {
          "description": "For conversations derived from multi-channel audio, this is the channel number corresponding to the audio from that channel. For audioChannelCount = N, its output values can range from '1' to 'N'. A channel tag of 0 indicates that the audio is mono.",
          "type": "integer",
          "format": "int32"
        },
        "messageTime": {
          "format": "google-datetime",
          "description": "The time that the message occurred, if provided.",
          "type": "string"
        },
        "dialogflowSegmentMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata",
          "description": "CCAI metadata relating to the current transcript segment."
        },
        "words": {
          "type": "array",
          "description": "A list of the word-specific information for each word in the segment.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo"
          }
        },
        "confidence": {
          "format": "float",
          "type": "number",
          "description": "A confidence estimate between 0.0 and 1.0 of the fidelity of this segment. A default value of 0.0 indicates that the value is unset."
        },
        "sentiment": {
          "$ref": "GoogleCloudContactcenterinsightsV1SentimentData",
          "description": "The sentiment for this transcript segment."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment"
    },
    "GoogleCloudContactcenterinsightsV1mainQaQuestionTag": {
      "type": "object",
      "properties": {
        "qaQuestionIds": {
          "type": "array",
          "description": "Optional. The list of Scorecard Question IDs that the tag applies to. Each QaQuestionId is represented as a full resource name containing the Question ID. Lastly, Since a tag may not necessarily be referenced by any Scorecard Questions, we treat this field as optional.",
          "items": {
            "type": "string"
          }
        },
        "createTime": {
          "description": "Output only. The time at which the question tag was created.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "updateTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The most recent time at which the question tag was updated.",
          "format": "google-datetime"
        },
        "name": {
          "description": "Identifier. Resource name for the QaQuestionTag Format projects/{project}/locations/{location}/qaQuestionTags/{qa_question_tag} In the above format, the last segment, i.e., qa_question_tag, is a server-generated ID corresponding to the tag resource.",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Required. A user-specified display name for the tag."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainQaQuestionTag",
      "description": "A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., \"Customer Satisfaction\",\"Billing\", etc."
    },
    "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats": {
      "type": "object",
      "properties": {
        "correlatedConversationsCount": {
          "type": "integer",
          "format": "int32",
          "description": "The number of conversations correlated."
        },
        "failedConversationsCount": {
          "type": "integer",
          "format": "int32",
          "description": "The number of conversations that failed correlation."
        },
        "sampledConversationsCount": {
          "type": "integer",
          "description": "The number of conversations sampled.",
          "format": "int32"
        },
        "partialErrors": {
          "description": "Partial errors during test correlation config operation that might cause the operation output to be incomplete.",
          "type": "array",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        },
        "conversationCorrelationErrors": {
          "type": "array",
          "description": "A list of errors that occurred during correlation, one for each conversation that failed.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError"
          }
        }
      },
      "description": "Statistics for TestCorrelationConfig operation.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats"
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequestGcsSource": {
      "properties": {
        "objectUri": {
          "description": "Required. The Google Cloud Storage URI of the file to import. Format: `gs://bucket_name/object_name`",
          "type": "string"
        },
        "format": {
          "enum": [
            "FORMAT_UNSPECIFIED",
            "CSV",
            "JSON"
          ],
          "enumDescriptions": [
            "Unspecified format.",
            "CSV format.",
            "JSON format."
          ],
          "description": "Required. File format which will be ingested.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequestGcsSource",
      "type": "object",
      "description": "Google Cloud Storage Object details to get the feedback label file from."
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartProductCollectionPart": {
      "description": "A product collection part.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartProductCollectionPart",
      "properties": {
        "products": {
          "description": "Optional. List of products.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartProduct"
          },
          "type": "array"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1mainUploadConversationRequest": {
      "description": "Request to upload a conversation.",
      "type": "object",
      "properties": {
        "conversationId": {
          "description": "Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-`",
          "type": "string"
        },
        "speechConfig": {
          "description": "Optional. Speech-to-Text configuration. Will default to the config specified in Settings.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainSpeechConfig"
        },
        "parent": {
          "type": "string",
          "description": "Required. The parent resource of the conversation."
        },
        "conversation": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversation",
          "description": "Required. The conversation resource to create."
        },
        "redactionConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainRedactionConfig",
          "description": "Optional. DLP settings for transcript redaction. Will default to the config specified in Settings."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainUploadConversationRequest"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartTableRow": {
      "properties": {
        "cells": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. The cell values in the row."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartTableRow",
      "type": "object",
      "description": "A row in a table."
    },
    "GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecRequest": {
      "description": "The request to initialize a location-level encryption specification.",
      "type": "object",
      "properties": {
        "encryptionSpec": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec",
          "description": "Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the `kms_key_name` field is left empty, no encryption will be enforced."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecRequest"
    },
    "GoogleCloudContactcenterinsightsV1DialogflowInteractionData": {
      "properties": {
        "confidence": {
          "type": "number",
          "description": "The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "format": "float"
        },
        "dialogflowIntentId": {
          "description": "The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}",
          "type": "string"
        }
      },
      "description": "Dialogflow interaction data.",
      "id": "GoogleCloudContactcenterinsightsV1DialogflowInteractionData",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessage": {
      "type": "object",
      "description": "A message from the system in response to the user. This message can also be a message from the user as historical context for multiturn conversations with the system.",
      "properties": {
        "chartSpec": {
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          },
          "type": "object",
          "description": "Chart spec from LLM"
        },
        "userProvidedSqlQuery": {
          "type": "string",
          "description": "Optional. User provided SQL query"
        },
        "generatedSqlQuery": {
          "description": "Raw SQL from LLM, before templatization",
          "type": "string"
        },
        "userProvidedChartSpec": {
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "Optional. User provided chart spec"
        },
        "textMessage": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput",
          "description": "A direct natural language response to the user message."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessage"
    },
    "GoogleCloudContactcenterinsightsV1mainImportIssueModelResponse": {
      "id": "GoogleCloudContactcenterinsightsV1mainImportIssueModelResponse",
      "description": "Response from import issue model",
      "type": "object",
      "properties": {
        "issueModel": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainIssueModel",
          "description": "The issue model that was imported."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1ExportIssueModelResponse": {
      "id": "GoogleCloudContactcenterinsightsV1ExportIssueModelResponse",
      "type": "object",
      "description": "Response from export issue model",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1mainConversation": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversation",
      "properties": {
        "medium": {
          "type": "string",
          "enumDescriptions": [
            "Default value for unspecified.",
            "The format for conversations that took place over the phone.",
            "The format for conversations that took place over chat."
          ],
          "enum": [
            "MEDIUM_UNSPECIFIED",
            "PHONE_CALL",
            "CHAT"
          ],
          "description": "Immutable. The conversation medium."
        },
        "agentId": {
          "type": "string",
          "description": "An opaque, user-specified string representing the human agent who handled the conversation."
        },
        "correlationInfo": {
          "description": "Output only. Info for correlating across conversations.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationCorrelationInfo",
          "readOnly": true
        },
        "startTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time at which the conversation started."
        },
        "transcript": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscript",
          "description": "Output only. The conversation transcript.",
          "readOnly": true
        },
        "createTime": {
          "description": "Output only. The time at which the conversation was created.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "updateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The most recent time at which the conversation was updated.",
          "type": "string"
        },
        "qualityMetadata": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationQualityMetadata",
          "description": "Conversation metadata related to quality management."
        },
        "runtimeAnnotations": {
          "description": "Output only. The annotations that were generated during the customer and agent interaction.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainRuntimeAnnotation"
          },
          "type": "array"
        },
        "ttl": {
          "description": "Input only. The TTL for this resource. If specified, then this TTL will be used to calculate the expire time.",
          "type": "string",
          "format": "google-duration"
        },
        "expireTime": {
          "description": "The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.",
          "type": "string",
          "format": "google-datetime"
        },
        "callMetadata": {
          "description": "Call-specific metadata.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationCallMetadata"
        },
        "latestAnalysis": {
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1mainAnalysis",
          "description": "Output only. The conversation's latest analysis, if one exists."
        },
        "latestSummary": {
          "readOnly": true,
          "description": "Output only. Latest summary of the conversation.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationSummarizationSuggestionData"
        },
        "turnCount": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. The number of turns in the conversation."
        },
        "metadataJson": {
          "type": "string",
          "description": "Optional. JSON metadata encoded as a string. This field is primarily used by Insights integrations with various telephony systems and must be in one of Insight's supported formats."
        },
        "obfuscatedUserId": {
          "description": "Obfuscated user ID which the customer sent to us.",
          "type": "string"
        },
        "languageCode": {
          "type": "string",
          "description": "A user-specified language code for the conversation."
        },
        "dialogflowIntents": {
          "additionalProperties": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainDialogflowIntent"
          },
          "description": "Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}",
          "readOnly": true,
          "type": "object"
        },
        "dataSource": {
          "description": "The source of the audio and transcription for the conversation.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainConversationDataSource"
        },
        "name": {
          "description": "Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}",
          "type": "string"
        },
        "duration": {
          "format": "google-duration",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The duration of the conversation."
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "A map for the user to specify any custom fields. A maximum of 100 labels per conversation is allowed, with a maximum of 256 characters per entry."
        }
      },
      "type": "object",
      "description": "The conversation resource."
    },
    "GoogleCloudContactcenterinsightsV1mainDimensionConversationalAgentsToolDimensionMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainDimensionConversationalAgentsToolDimensionMetadata",
      "properties": {
        "toolId": {
          "description": "Optional. The dialogflow tool ID.",
          "type": "string"
        },
        "toolDisplayName": {
          "type": "string",
          "description": "Optional. The dialogflow tool display name."
        }
      },
      "description": "Metadata about the Conversational Agents tool dimension.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1PhraseMatcher": {
      "description": "The phrase matcher resource.",
      "properties": {
        "phraseMatchRuleGroups": {
          "description": "A list of phase match rule groups that are included in this matcher.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatchRuleGroup"
          },
          "type": "array"
        },
        "versionTag": {
          "description": "The customized version tag to use for the phrase matcher. If not specified, it will default to `revision_id`.",
          "type": "string"
        },
        "active": {
          "type": "boolean",
          "description": "Applies the phrase matcher only when it is active."
        },
        "type": {
          "enum": [
            "PHRASE_MATCHER_TYPE_UNSPECIFIED",
            "ALL_OF",
            "ANY_OF"
          ],
          "enumDescriptions": [
            "Unspecified.",
            "Must meet all phrase match rule groups or there is no match.",
            "If any of the phrase match rule groups are met, there is a match."
          ],
          "description": "Required. The type of this phrase matcher.",
          "type": "string"
        },
        "activationUpdateTime": {
          "description": "Output only. The most recent time at which the activation status was updated.",
          "format": "google-datetime",
          "type": "string",
          "readOnly": true
        },
        "displayName": {
          "type": "string",
          "description": "The human-readable name of the phrase matcher."
        },
        "updateTime": {
          "description": "Output only. The most recent time at which the phrase matcher was updated.",
          "format": "google-datetime",
          "type": "string",
          "readOnly": true
        },
        "roleMatch": {
          "type": "string",
          "description": "The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.",
          "enum": [
            "ROLE_UNSPECIFIED",
            "HUMAN_AGENT",
            "AUTOMATED_AGENT",
            "END_USER",
            "ANY_AGENT"
          ],
          "enumDescriptions": [
            "Participant's role is not set.",
            "Participant is a human agent.",
            "Participant is an automated agent.",
            "Participant is an end user who conversed with the contact center.",
            "Participant is either a human or automated agent."
          ]
        },
        "name": {
          "description": "The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}",
          "type": "string"
        },
        "revisionCreateTime": {
          "description": "Output only. The timestamp of when the revision was created. It is also the create time when a new matcher is added.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "revisionId": {
          "description": "Output only. Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatcher",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainEncryptionSpec": {
      "description": "A customer-managed encryption key specification that can be applied to all created resources (e.g. `Conversation`).",
      "type": "object",
      "properties": {
        "name": {
          "description": "Immutable. The resource name of the encryption key specification resource. Format: projects/{project}/locations/{location}/encryptionSpec",
          "type": "string"
        },
        "kmsKey": {
          "description": "Required. The name of customer-managed encryption key that is used to secure a resource and its sub-resources. If empty, the resource is secured by our default encryption key. Only the key in the same location as this resource is allowed to be used for encryption. Format: `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}`",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainEncryptionSpec"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DeleteQaQuestionTagRequest": {
      "properties": {
        "name": {
          "description": "Required. The name of the QaQuestionTag to delete.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1DeleteQaQuestionTagRequest",
      "description": "The request for deleting a QaQuestionTag."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListQaQuestionTagsResponse": {
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "qaQuestionTags": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag"
          },
          "description": "The parent resource of the questions.",
          "type": "array"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListQaQuestionTagsResponse",
      "description": "The response from a ListQaQuestionTags request.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData": {
      "description": "Agent Assist Smart Compose suggestion data.",
      "id": "GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData",
      "type": "object",
      "properties": {
        "queryRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        },
        "suggestion": {
          "type": "string",
          "description": "The content of the suggestion."
        },
        "confidenceScore": {
          "format": "double",
          "description": "The system's confidence score that this suggestion is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).",
          "type": "number"
        },
        "metadata": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "Map that contains metadata about the Smart Compose suggestion and the document from which it originates."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1Dataset": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1Dataset",
      "properties": {
        "description": {
          "type": "string",
          "description": "Dataset description."
        },
        "ttl": {
          "description": "Optional. Option TTL for the dataset.",
          "type": "string",
          "format": "google-duration"
        },
        "createTime": {
          "description": "Output only. Dataset create time.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "updateTime": {
          "description": "Output only. Dataset update time.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "name": {
          "description": "Immutable. Identifier. Resource name of the dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}",
          "type": "string"
        },
        "type": {
          "type": "string",
          "description": "Dataset usage type.",
          "enum": [
            "TYPE_UNSPECIFIED",
            "EVAL",
            "LIVE"
          ],
          "enumDescriptions": [
            "Default value for unspecified.",
            "For evals only.",
            "Dataset with new conversations coming in regularly (Insights legacy conversations and AI trainer)"
          ]
        },
        "displayName": {
          "type": "string",
          "description": "Display name for the dataaset"
        }
      },
      "description": "Dataset resource represents a collection of conversations that may be bounded (Static Dataset, e.g. golden dataset for training), or unbounded (Dynamic Dataset, e.g. live traffic, or agent training traffic)"
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversation": {
      "type": "object",
      "properties": {
        "messages": {
          "type": "array",
          "description": "Ordered list of messages, including user inputs and system responses.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversationMessage"
          }
        },
        "createTime": {
          "format": "google-datetime",
          "description": "The create time of the conversation.",
          "type": "string"
        },
        "updateTime": {
          "description": "The update time of the conversation.",
          "format": "google-datetime",
          "type": "string"
        },
        "conversationId": {
          "type": "string",
          "description": "The conversation id of the chart."
        }
      },
      "description": "The conversation used to generate the chart.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsChartConversation"
    },
    "GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsResponse": {
      "properties": {},
      "id": "GoogleCloudContactcenterinsightsV1mainBulkDeleteConversationsResponse",
      "description": "The response for a bulk delete conversations operation.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelRequest": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The issue model to undeploy."
        }
      },
      "description": "The request to undeploy an issue model.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelRequest"
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartListPart": {
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartListPart",
      "properties": {
        "items": {
          "description": "Optional. List items.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartListItem"
          }
        },
        "listType": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified list type.",
            "Unordered list.",
            "Ordered numbered list.",
            "Ordered alphabetic list."
          ],
          "enum": [
            "LIST_TYPE_UNSPECIFIED",
            "UNORDERED",
            "ORDERED_NUMBER",
            "ORDERED_ALPHA"
          ],
          "description": "Optional. The type of list."
        }
      },
      "type": "object",
      "description": "A list part."
    },
    "GoogleCloudContactcenterinsightsV1mainIssueAssignment": {
      "properties": {
        "score": {
          "description": "Score indicating the likelihood of the issue assignment. currently bounded on [0,1].",
          "format": "double",
          "type": "number"
        },
        "issue": {
          "description": "Resource name of the assigned issue.",
          "type": "string"
        },
        "displayName": {
          "description": "Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainIssueAssignment",
      "description": "Information about the issue.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1Settings": {
      "type": "object",
      "properties": {
        "redactionConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig",
          "description": "Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform."
        },
        "screenRecordingBucketUri": {
          "type": "string",
          "description": "Optional. The path to a Cloud Storage bucket containing conversation screen recordings. If provided, Insights will search in the bucket for a screen recording file matching the conversation data source object name prefix. If matches are found, these file URIs will be stored in the conversation screen recordings field."
        },
        "conversationTtl": {
          "description": "The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.",
          "format": "google-duration",
          "type": "string"
        },
        "pubsubNotificationSettings": {
          "description": "A map that maps a notification trigger to a Pub/Sub topic. Each time a specified trigger occurs, Insights will notify the corresponding Pub/Sub topic. Keys are notification triggers. Supported keys are: * \"all-triggers\": Notify each time any of the supported triggers occurs. * \"create-analysis\": Notify each time an analysis is created. * \"create-conversation\": Notify each time a conversation is created. * \"export-insights-data\": Notify each time an export is complete. * \"ingest-conversations\": Notify each time an IngestConversations LRO is complete. * \"update-conversation\": Notify each time a conversation is updated via UpdateConversation. * \"upload-conversation\": Notify when an UploadConversation LRO is complete. * \"update-or-analyze-conversation\": Notify when an analysis for a conversation is completed or when the conversation is updated. The message will contain the conversation with transcript, analysis and other metadata. Values are Pub/Sub topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string",
          "description": "Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings"
        },
        "timeZone": {
          "description": "Optional. The time zone applied to the project. This is a string representation of the time zone, for example, \"America/New_York\". This field follows the IANA TZ database format. See https://www.iana.org/time-zones for a list of valid values. If no value is set the user time zone will be used.",
          "type": "string"
        },
        "diagnosticMetricConfig": {
          "description": "Optional. Configuration for diagnostic metrics.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SettingsDiagnosticMetricConfig"
        },
        "speechConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SpeechConfig",
          "description": "Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform."
        },
        "languageCode": {
          "type": "string",
          "description": "A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to \"en-US\" if it is neither specified on the segment nor here."
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The time at which the settings was created.",
          "format": "google-datetime",
          "readOnly": true
        },
        "updateTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time at which the settings were last updated."
        },
        "analysisConfig": {
          "description": "Default analysis settings.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1SettingsAnalysisConfig"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1Settings",
      "description": "The CCAI Insights project wide settings. Use these settings to configure the behavior of Insights. View these settings with [`getsettings`](https://cloud.google.com/contact-center/insights/docs/reference/rest/v1/projects.locations/getSettings) and change the settings with [`updateSettings`](https://cloud.google.com/contact-center/insights/docs/reference/rest/v1/projects.locations/updateSettings)."
    },
    "GoogleCloudContactcenterinsightsV1mainRedactionConfig": {
      "id": "GoogleCloudContactcenterinsightsV1mainRedactionConfig",
      "description": "DLP resources used for redaction while ingesting conversations. DLP settings are applied to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversation coming from CCAI Platform. They are not applied to conversations ingested from the `CreateConversation` endpoint or the Dialogflow / Agent Assist runtime integrations. When using Dialogflow / Agent Assist runtime integrations, redaction should be performed in Dialogflow / Agent Assist.",
      "type": "object",
      "properties": {
        "inspectTemplate": {
          "description": "The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}`",
          "type": "string"
        },
        "deidentifyTemplate": {
          "description": "The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}`",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1RegexMatchConfig": {
      "properties": {},
      "id": "GoogleCloudContactcenterinsightsV1alpha1RegexMatchConfig",
      "description": "Regex match configuration.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointConversationMeasureQaTagScore": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointConversationMeasureQaTagScore",
      "description": "Average QA normalized score for the tag.",
      "properties": {
        "averageTagNormalizedScore": {
          "type": "number",
          "description": "Average tag normalized score per tag.",
          "format": "double"
        },
        "tag": {
          "description": "Tag name.",
          "type": "string"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult": {
      "properties": {
        "potentialScore": {
          "format": "double",
          "type": "number",
          "description": "The potential score the tag applies to."
        },
        "score": {
          "type": "number",
          "format": "double",
          "description": "The score the tag applies to."
        },
        "normalizedScore": {
          "format": "double",
          "description": "The normalized score the tag applies to.",
          "type": "number"
        },
        "tag": {
          "type": "string",
          "description": "The tag the score applies to."
        }
      },
      "description": "Tags and their corresponding results.",
      "id": "GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetrics": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetrics",
      "properties": {
        "request": {
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          }
        }
      },
      "description": "Request data that use the existing QueryMetrics."
    },
    "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure": {
      "id": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure",
      "description": "The measure related to dialogflow interactions.",
      "properties": {
        "percentileEndToEndLatency": {
          "description": "The percentile result for end to end chat latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult"
        },
        "percentileTtsLatency": {
          "description": "The percentile result for TTS latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult"
        },
        "percentileAudioInAudioOutLatency": {
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult",
          "description": "The percentile result for audio in audio out latency in milliseconds per dialogflow interaction level."
        },
        "percentileLlmCallLatency": {
          "description": "The percentile result for LLM latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult"
        },
        "percentileToolUseLatency": {
          "description": "The percentile result for tool use latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaQuestionQaQuestionDataOptions": {
      "properties": {
        "conversationDataOptions": {
          "description": "Options for configuring the conversation data used to generate the QA question.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataOptions"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionQaQuestionDataOptions",
      "description": "Options for configuring the data used to generate the QA question."
    },
    "GoogleCloudContactcenterinsightsV1GenerativeInsightsResponseGenerativeResponseTextOutput": {
      "description": "Wrapper for text output.",
      "properties": {
        "text": {
          "description": "The text output from the LLM.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "textType": {
          "type": "string",
          "enumDescriptions": [
            "The type is unspecified.",
            "The text is part of LLM reasoning.",
            "The text is the final answer from LLM.",
            "The text is an informational message about the agent's progress, such as a tool being invoked. This is distinct from the agent's internal thought process (`THOUGHT`) and the final answer to the user (`FINAL_RESPONSE`). These messages provide insight into the agent's actions."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "THOUGHT",
            "FINAL_RESPONSE",
            "PROGRESS"
          ],
          "description": "The type of text output."
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1GenerativeInsightsResponseGenerativeResponseTextOutput"
    },
    "GoogleCloudContactcenterinsightsV1UploadConversationRequest": {
      "properties": {
        "parent": {
          "description": "Required. The parent resource of the conversation.",
          "type": "string"
        },
        "redactionConfig": {
          "description": "Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.",
          "$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig"
        },
        "conversationId": {
          "type": "string",
          "description": "Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-`"
        },
        "speechConfig": {
          "description": "Optional. Speech-to-Text configuration. Will default to the config specified in Settings.",
          "$ref": "GoogleCloudContactcenterinsightsV1SpeechConfig"
        },
        "conversation": {
          "$ref": "GoogleCloudContactcenterinsightsV1Conversation",
          "description": "Required. The conversation resource to create."
        }
      },
      "description": "Request to upload a conversation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1UploadConversationRequest"
    },
    "GoogleCloudContactcenterinsightsV1alpha1AnalysisRule": {
      "type": "object",
      "description": "The CCAI Insights project wide analysis rule. This rule will be applied to all conversations that match the filter defined in the rule. For a conversation matches the filter, the annotators specified in the rule will be run. If a conversation matches multiple rules, a union of all the annotators will be run. One project can have multiple analysis rules.",
      "properties": {
        "active": {
          "description": "If true, apply this rule to conversations. Otherwise, this rule is inactive and saved as a draft.",
          "type": "boolean"
        },
        "annotatorSelector": {
          "description": "Selector of annotators to run and the phrase matchers to use for conversations that matches the conversation_filter. If not specified, NO annotators will be run.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector"
        },
        "conversationFilter": {
          "description": "Filter for the conversations that should apply this analysis rule. An empty filter means this analysis rule applies to all conversations. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details.",
          "type": "string"
        },
        "analysisPercentage": {
          "description": "Percentage of conversations that we should apply this analysis setting automatically, between [0, 1]. For example, 0.1 means 10%. Conversations are sampled in a determenestic way. The original runtime_percentage & upload percentage will be replaced by defining filters on the conversation.",
          "format": "double",
          "type": "number"
        },
        "name": {
          "description": "Identifier. The resource name of the analysis rule. Format: projects/{project}/locations/{location}/analysisRules/{analysis_rule}",
          "type": "string"
        },
        "displayName": {
          "description": "Display Name of the analysis rule.",
          "type": "string"
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Output only. The time at which this analysis rule was created.",
          "type": "string",
          "readOnly": true
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The most recent time at which this analysis rule was updated.",
          "format": "google-datetime",
          "readOnly": true
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1AnalysisRule"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant",
      "description": "The call participant speaking for a given utterance.",
      "properties": {
        "dialogflowParticipant": {
          "description": "Deprecated. Use `dialogflow_participant_name` instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}",
          "type": "string",
          "deprecated": true
        },
        "dialogflowParticipantName": {
          "type": "string",
          "description": "The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}"
        },
        "userId": {
          "description": "A user-specified ID representing the participant.",
          "type": "string"
        },
        "obfuscatedExternalUserId": {
          "description": "Obfuscated user ID from Dialogflow.",
          "type": "string"
        },
        "role": {
          "type": "string",
          "description": "The role of the participant.",
          "enum": [
            "ROLE_UNSPECIFIED",
            "HUMAN_AGENT",
            "AUTOMATED_AGENT",
            "END_USER",
            "ANY_AGENT"
          ],
          "enumDescriptions": [
            "Participant's role is not set.",
            "Participant is a human agent.",
            "Participant is an automated agent.",
            "Participant is an end user who conversed with the contact center.",
            "Participant is either a human or automated agent."
          ]
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata": {
      "type": "object",
      "properties": {
        "endTime": {
          "type": "string",
          "description": "Output only. The time the operation finished running.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "completedExportCount": {
          "description": "The number of conversations that were exported successfully.",
          "format": "int32",
          "type": "integer"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest",
          "description": "The original request for export."
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "failedExportCount": {
          "type": "integer",
          "format": "int32",
          "description": "The number of conversations that failed to be exported."
        },
        "partialErrors": {
          "type": "array",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "description": "Partial errors during export operation that might cause the operation output to be incomplete."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata",
      "description": "Metadata for an export insights operation."
    },
    "GoogleCloudContactcenterinsightsV1ConversationCallMetadata": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1ConversationCallMetadata",
      "description": "Call-specific metadata.",
      "properties": {
        "customerChannel": {
          "type": "integer",
          "description": "The audio channel that contains the customer.",
          "format": "int32"
        },
        "agentChannel": {
          "format": "int32",
          "description": "The audio channel that contains the agent.",
          "type": "integer"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1SampleRule": {
      "id": "GoogleCloudContactcenterinsightsV1SampleRule",
      "description": "Message for sampling conversations.",
      "properties": {
        "conversationFilter": {
          "type": "string",
          "description": "To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations."
        },
        "sampleRow": {
          "format": "int64",
          "description": "Number of the conversations that we should sample based on the dimension.",
          "type": "string"
        },
        "dimension": {
          "type": "string",
          "description": "Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'."
        },
        "samplePercentage": {
          "description": "Percentage of conversations that we should sample based on the dimension between [0, 100].",
          "format": "double",
          "type": "number"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1SmartReplyData": {
      "description": "Agent Assist Smart Reply data.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1SmartReplyData",
      "properties": {
        "metadata": {
          "description": "Map that contains metadata about the Smart Reply and the document from which it originates.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "confidenceScore": {
          "type": "number",
          "format": "double",
          "description": "The system's confidence score that this reply is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain)."
        },
        "queryRecord": {
          "description": "The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}",
          "type": "string"
        },
        "reply": {
          "type": "string",
          "description": "The content of the reply."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice": {
      "description": "A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request. For example, if the request specifies a single ISSUE dimension and it has a cardinality of 2 (i.e. the data used to compute the metrics has 2 issues in total), the response will have 2 slices: * Slice 1 -\u003e dimensions=[Issue 1] * Slice 2 -\u003e dimensions=[Issue 2]",
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice",
      "properties": {
        "total": {
          "description": "The total metric value. The interval of this data point is [starting create time, ending create time) from the request.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint"
        },
        "dimensions": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dimension"
          },
          "description": "A unique combination of dimensions that this slice represents.",
          "type": "array"
        },
        "timeSeries": {
          "description": "A time series of metric values. This is only populated if the request specifies a time granularity other than NONE.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries"
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaAnswer": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaAnswer",
      "type": "object",
      "properties": {
        "questionBody": {
          "description": "Question text. E.g., \"Did the agent greet the customer?\"",
          "type": "string"
        },
        "answerSources": {
          "type": "array",
          "description": "Lists all answer sources containing one or more answer values of a specific source type, e.g., all system-generated answer sources, or all manual edit answer sources.",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource"
          }
        },
        "answerValue": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue",
          "description": "The answer value from this source. This field is populated by default, unless the question has a selection strategy configured to return multiple answer values, in which case `answer_values` will be populated instead."
        },
        "conversation": {
          "description": "The conversation the answer applies to.",
          "type": "string"
        },
        "tags": {
          "items": {
            "type": "string"
          },
          "description": "User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer.",
          "type": "array"
        },
        "qaQuestion": {
          "type": "string",
          "description": "The QaQuestion answered by this answer."
        }
      },
      "description": "An answer to a QaQuestion."
    },
    "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata": {
      "description": "The metadata for an IngestConversations operation.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata",
      "properties": {
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "ingestConversationsStats": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadataIngestConversationsStats",
          "readOnly": true,
          "description": "Output only. Statistics for IngestConversations operation."
        },
        "partialErrors": {
          "readOnly": true,
          "description": "Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.",
          "items": {
            "$ref": "GoogleRpcStatus"
          },
          "type": "array"
        },
        "endTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the operation finished running."
        },
        "sampledConversations": {
          "description": "Output only. Stores the conversation resources produced by ingest sampling operations.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "request": {
          "description": "Output only. The original request for ingest.",
          "readOnly": true,
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest": {
      "properties": {
        "analysisPercentage": {
          "format": "float",
          "type": "number",
          "description": "Required. Percentage of selected conversation to analyze, between [0, 100]."
        },
        "filter": {
          "description": "Required. Filter used to select the subset of conversations to analyze.",
          "type": "string"
        },
        "parent": {
          "description": "Required. The parent resource to create analyses in.",
          "type": "string"
        },
        "annotatorSelector": {
          "$ref": "GoogleCloudContactcenterinsightsV1AnnotatorSelector",
          "description": "To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run."
        },
        "relabel": {
          "description": "Optional. If true, the labeling rules will be re-evaluated for the conversations.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest",
      "description": "The request to analyze conversations in bulk."
    },
    "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRuleLabelingCondition": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRuleLabelingCondition",
      "properties": {
        "value": {
          "description": "CEL expression to be evaluated as the value.",
          "type": "string"
        },
        "condition": {
          "type": "string",
          "description": "A optional CEL expression to be evaluated as a boolean value. Once evaluated as true, then we will proceed with the value evaluation. An empty condition will be auto evaluated as true."
        }
      },
      "description": "Condition for auto-labeling conversations.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig",
      "description": "Configs for the input data used to create the issue model.",
      "type": "object",
      "properties": {
        "filter": {
          "type": "string",
          "description": "A filter to reduce the conversations used for training the model to a specific subset. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details."
        },
        "trainingConversationsCount": {
          "type": "string",
          "format": "int64",
          "description": "Output only. Number of conversations used in training. Output only.",
          "readOnly": true
        },
        "medium": {
          "enumDescriptions": [
            "Default value for unspecified.",
            "The format for conversations that took place over the phone.",
            "The format for conversations that took place over chat."
          ],
          "deprecated": true,
          "enum": [
            "MEDIUM_UNSPECIFIED",
            "PHONE_CALL",
            "CHAT"
          ],
          "type": "string",
          "description": "Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the `medium` field on `filter`."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1QaQuestionPredefinedQuestionConfig": {
      "description": "Configuration for a predefined question. This field will only be set if the Question Type is predefined.",
      "type": "object",
      "properties": {
        "type": {
          "enum": [
            "PREDEFINED_QUESTION_TYPE_UNSPECIFIED",
            "CONVERSATION_OUTCOME",
            "CONVERSATION_OUTCOME_ESCALATION_INITIATOR_ROLE"
          ],
          "type": "string",
          "enumDescriptions": [
            "The type of the predefined question is unspecified.",
            "A prebuilt classifier classfying the outcome of the conversation. For example, if the customer issue mentioned in a conversation has been resolved or not.",
            "A prebuilt classifier classfying the initiator of the conversation escalation. For example, if it was initiated by the customer or the agent."
          ],
          "description": "The type of the predefined question."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionPredefinedQuestionConfig"
    },
    "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsResponse",
      "type": "object",
      "properties": {},
      "description": "The response for a bulk delete conversations operation."
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartListPart": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartListPart",
      "type": "object",
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartListItem"
          },
          "description": "Optional. List items."
        },
        "listType": {
          "description": "Optional. The type of list.",
          "type": "string",
          "enum": [
            "LIST_TYPE_UNSPECIFIED",
            "UNORDERED",
            "ORDERED_NUMBER",
            "ORDERED_ALPHA"
          ],
          "enumDescriptions": [
            "Unspecified list type.",
            "Unordered list.",
            "Ordered numbered list.",
            "Ordered alphabetic list."
          ]
        }
      },
      "description": "A list part."
    },
    "GoogleCloudContactcenterinsightsV1mainCesEndSessionAnnotation": {
      "id": "GoogleCloudContactcenterinsightsV1mainCesEndSessionAnnotation",
      "description": "The CES end session annotation.",
      "type": "object",
      "properties": {
        "endSession": {
          "description": "End session signal from CES.",
          "$ref": "GoogleCloudCesV1mainEndSession"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1GcsSource": {
      "properties": {
        "transcriptUri": {
          "description": "Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.",
          "type": "string"
        },
        "audioUris": {
          "description": "Immutable. Cloud Storage URIs that point to files that contain the conversation audio. Supports both single audio files and multi-leg session recordings (e.g., call transfers, rolling recording buffers).",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "audioUri": {
          "deprecated": true,
          "type": "string",
          "description": "Immutable. Deprecated: Use `audio_uris` instead. Cloud Storage URI that points to a file that contains the conversation audio."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1GcsSource",
      "description": "A Cloud Storage source of conversation data.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1SampleConversationsMetadataSampleConversationsStats": {
      "description": "Statistics for SampleConversations operation.",
      "type": "object",
      "properties": {
        "successfulSampleCount": {
          "description": "Output only. The number of new conversations added during this sample operation.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "failedSampleCount": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. The number of objects which were unable to be sampled due to errors. The errors are populated in the partial_errors field."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1SampleConversationsMetadataSampleConversationsStats"
    },
    "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata": {
      "properties": {
        "medium": {
          "description": "Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT.",
          "type": "string"
        }
      },
      "description": "Metadata about the conversation medium dimension.",
      "id": "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelRequest": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The issue model to deploy."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelRequest",
      "description": "The request to deploy an issue model.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure": {
      "description": "The measure related to dialogflow interactions.",
      "properties": {
        "percentileEndToEndLatency": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult",
          "description": "The percentile result for end to end chat latency in milliseconds per dialogflow interaction level."
        },
        "percentileLlmCallLatency": {
          "description": "The percentile result for LLM latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult"
        },
        "percentileToolUseLatency": {
          "description": "The percentile result for tool use latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult"
        },
        "percentileTtsLatency": {
          "description": "The percentile result for TTS latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult"
        },
        "percentileAudioInAudioOutLatency": {
          "description": "The percentile result for audio in audio out latency in milliseconds per dialogflow interaction level.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartChip": {
      "description": "A suggestion chip.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartChip",
      "type": "object",
      "properties": {
        "actionUri": {
          "type": "string",
          "description": "Optional. Optional action or destination URI triggered by the chip."
        },
        "text": {
          "type": "string",
          "description": "Optional. The chip label or text."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1CreateIssueMetadata": {
      "type": "object",
      "properties": {
        "endTime": {
          "readOnly": true,
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the operation was created.",
          "type": "string"
        },
        "request": {
          "$ref": "GoogleCloudContactcenterinsightsV1CreateIssueRequest",
          "description": "The original request for creation."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1CreateIssueMetadata",
      "description": "Metadata for creating an issue."
    },
    "GoogleCloudContactcenterinsightsV1mainGcsSource": {
      "description": "A Cloud Storage source of conversation data.",
      "type": "object",
      "properties": {
        "audioUri": {
          "description": "Immutable. Deprecated: Use `audio_uris` instead. Cloud Storage URI that points to a file that contains the conversation audio.",
          "type": "string",
          "deprecated": true
        },
        "transcriptUri": {
          "type": "string",
          "description": "Immutable. Cloud Storage URI that points to a file that contains the conversation transcript."
        },
        "audioUris": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Immutable. Cloud Storage URIs that point to files that contain the conversation audio. Supports both single audio files and multi-leg session recordings (e.g., call transfers, rolling recording buffers)."
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1mainGcsSource"
    },
    "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestTranscriptObjectConfig": {
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainIngestConversationsRequestTranscriptObjectConfig",
      "description": "Configuration for processing transcript objects.",
      "properties": {
        "medium": {
          "enum": [
            "MEDIUM_UNSPECIFIED",
            "PHONE_CALL",
            "CHAT"
          ],
          "description": "Required. The medium transcript objects represent.",
          "type": "string",
          "enumDescriptions": [
            "Default value for unspecified.",
            "The format for conversations that took place over the phone.",
            "The format for conversations that took place over chat."
          ]
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1ConstraintEvaluationResultRuleConstraintResult": {
      "id": "GoogleCloudContactcenterinsightsV1ConstraintEvaluationResultRuleConstraintResult",
      "type": "object",
      "description": "The result of a single constraint rule on the pair of conversations.",
      "properties": {
        "constraintMet": {
          "description": "Whether the constraint expression evaluated to true for (A, B) or (B, A).",
          "type": "boolean"
        },
        "ruleId": {
          "type": "string",
          "description": "The rule ID."
        },
        "error": {
          "description": "The error status if the constraint expression failed to evaluate.",
          "$ref": "GoogleRpcStatus"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsResponse",
      "type": "object",
      "description": "The response to an SampleConversations operation.",
      "properties": {}
    },
    "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartTableRow": {
      "type": "object",
      "description": "A row in a table.",
      "id": "GoogleCloudContactcenterinsightsV1mainConversationTranscriptTranscriptSegmentTranscriptPartTableRow",
      "properties": {
        "cells": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The cell values in the row.",
          "type": "array"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1alpha1Container": {
      "properties": {
        "width": {
          "description": "The width of the container in grid units.",
          "type": "integer",
          "format": "int32"
        },
        "description": {
          "description": "Container description",
          "type": "string"
        },
        "dateRangeConfig": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DateRangeConfig",
          "description": "Date range config applied to all charts in the container."
        },
        "containerId": {
          "description": "Output only. Unique ID for the container.",
          "readOnly": true,
          "type": "string"
        },
        "widgets": {
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Widget"
          },
          "description": "Widgets in the Container.",
          "type": "array"
        },
        "height": {
          "format": "int32",
          "type": "integer",
          "description": "The height of the container in grid units."
        },
        "filter": {
          "type": "string",
          "description": "Filter applied to all charts in the container. Should support scope later."
        },
        "displayName": {
          "description": "User provided display name of the Container.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1alpha1Container",
      "description": "Configurable dashboard's container. Container can contain multiple widgets."
    },
    "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsMetadata",
      "description": "The metadata for generative insights.",
      "properties": {
        "errorMessages": {
          "description": "The error message when the generative insights request fails.",
          "type": "array",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainDeployIssueModelResponse": {
      "type": "object",
      "properties": {},
      "description": "The response to deploy an issue model.",
      "id": "GoogleCloudContactcenterinsightsV1mainDeployIssueModelResponse"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ExactMatchConfig": {
      "properties": {
        "caseSensitive": {
          "description": "Whether to consider case sensitivity when performing an exact match.",
          "type": "boolean"
        }
      },
      "description": "Exact match configuration.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ExactMatchConfig",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult": {
      "description": "The percentile result. Currently supported percentiles are 50th, 90th, and 99th.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult",
      "properties": {
        "p50": {
          "type": "number",
          "description": "The 50th percentile value.",
          "format": "double"
        },
        "p90": {
          "description": "The 90th percentile value.",
          "format": "double",
          "type": "number"
        },
        "p99": {
          "description": "The 99th percentile value.",
          "format": "double",
          "type": "number"
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1ConversationParticipant": {
      "type": "object",
      "properties": {
        "obfuscatedExternalUserId": {
          "description": "Obfuscated user ID from Dialogflow.",
          "type": "string"
        },
        "dialogflowParticipant": {
          "description": "Deprecated. Use `dialogflow_participant_name` instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}",
          "type": "string",
          "deprecated": true
        },
        "dialogflowParticipantName": {
          "description": "The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}",
          "type": "string"
        },
        "role": {
          "type": "string",
          "description": "The role of the participant.",
          "enumDescriptions": [
            "Participant's role is not set.",
            "Participant is a human agent.",
            "Participant is an automated agent.",
            "Participant is an end user who conversed with the contact center.",
            "Participant is either a human or automated agent."
          ],
          "enum": [
            "ROLE_UNSPECIFIED",
            "HUMAN_AGENT",
            "AUTOMATED_AGENT",
            "END_USER",
            "ANY_AGENT"
          ]
        },
        "userId": {
          "description": "A user-specified ID representing the participant.",
          "type": "string"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1ConversationParticipant",
      "description": "The call participant speaking for a given utterance."
    },
    "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult",
      "description": "The percentile result. Currently supported percentiles are 50th, 90th, and 99th.",
      "properties": {
        "p50": {
          "type": "number",
          "description": "The 50th percentile value.",
          "format": "double"
        },
        "p90": {
          "type": "number",
          "description": "The 90th percentile value.",
          "format": "double"
        },
        "p99": {
          "type": "number",
          "format": "double",
          "description": "The 99th percentile value."
        }
      },
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ListIssueModelsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1ListIssueModelsResponse",
      "properties": {
        "issueModels": {
          "description": "The issue models that match the request.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModel"
          }
        }
      },
      "type": "object",
      "description": "The response of listing issue models."
    },
    "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1mainGenerativeInsightsMetadata",
      "properties": {
        "errorMessages": {
          "type": "array",
          "description": "The error message when the generative insights request fails.",
          "items": {
            "$ref": "GoogleRpcStatus"
          }
        }
      },
      "type": "object",
      "description": "The metadata for generative insights."
    },
    "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination": {
      "properties": {
        "spreadsheetUri": {
          "description": "Required. The Google Sheets document to write the feedback labels to. Retrieved from Google Sheets URI. E.g. `https://docs.google.com/spreadsheets/d/1234567890` The spreadsheet must be shared with the Insights P4SA. The spreadsheet ID written to will be returned as `file_names` in the BulkDownloadFeedbackLabelsMetadata.",
          "type": "string"
        },
        "sheetTitle": {
          "description": "Optional. The title of the new sheet to write the feedback labels to.",
          "type": "string"
        }
      },
      "description": "Google Sheets document details to write the feedback labels to.",
      "type": "object",
      "id": "GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination"
    },
    "GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata": {
      "id": "GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata",
      "properties": {
        "request": {
          "description": "The original request for deployment.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelRequest"
        },
        "endTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the operation finished running."
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the operation was created."
        }
      },
      "description": "Metadata for deploying an issue model.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPart": {
      "id": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPart",
      "description": "A structured component/part of a transcript segment.",
      "type": "object",
      "properties": {
        "table": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartTablePart",
          "description": "Optional. Tabular data."
        },
        "thought": {
          "description": "Optional. Model thought or internal reasoning.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartThoughtPart"
        },
        "link": {
          "description": "Optional. Web link or URL.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartLinkPart"
        },
        "citation": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartCitationPart",
          "description": "Optional. Citation or reference to grounding material."
        },
        "text": {
          "description": "Optional. Plain text content.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartTextPart"
        },
        "list": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartListPart",
          "description": "Optional. Ordered or unordered list."
        },
        "image": {
          "description": "Optional. Image media.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartMediaPart"
        },
        "customPayload": {
          "description": "Optional. Generic custom structured payload.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartCustomPayloadPart"
        },
        "productCollection": {
          "description": "Optional. Product collection or carousel.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartProductCollectionPart"
        },
        "video": {
          "description": "Optional. Video media.",
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartMediaPart"
        },
        "suggestionChips": {
          "$ref": "GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentTranscriptPartSuggestionChipsPart",
          "description": "Optional. Suggestion chips or interactive buttons."
        }
      }
    },
    "GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata": {
      "properties": {
        "endTime": {
          "type": "string",
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. The time the operation finished running."
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the operation was created."
        },
        "request": {
          "description": "The original request for creation.",
          "$ref": "GoogleCloudContactcenterinsightsV1CreateIssueModelRequest"
        }
      },
      "id": "GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata",
      "description": "Metadata for creating an issue model.",
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1IngestConversationsResponse": {
      "id": "GoogleCloudContactcenterinsightsV1IngestConversationsResponse",
      "description": "The response to an IngestConversations operation.",
      "properties": {},
      "type": "object"
    },
    "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPart": {
      "properties": {
        "customPayload": {
          "description": "Optional. Generic custom structured payload.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartCustomPayloadPart"
        },
        "text": {
          "description": "Optional. Plain text content.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartTextPart"
        },
        "list": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartListPart",
          "description": "Optional. Ordered or unordered list."
        },
        "thought": {
          "description": "Optional. Model thought or internal reasoning.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartThoughtPart"
        },
        "video": {
          "description": "Optional. Video media.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartMediaPart"
        },
        "productCollection": {
          "description": "Optional. Product collection or carousel.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartProductCollectionPart"
        },
        "link": {
          "description": "Optional. Web link or URL.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartLinkPart"
        },
        "citation": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartCitationPart",
          "description": "Optional. Citation or reference to grounding material."
        },
        "table": {
          "description": "Optional. Tabular data.",
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartTablePart"
        },
        "suggestionChips": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartSuggestionChipsPart",
          "description": "Optional. Suggestion chips or interactive buttons."
        },
        "image": {
          "$ref": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPartMediaPart",
          "description": "Optional. Image media."
        }
      },
      "type": "object",
      "description": "A structured component/part of a transcript segment.",
      "id": "GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentTranscriptPart"
    }
  },
  "baseUrl": "https://contactcenterinsights.googleapis.com/",
  "batchPath": "batch",
  "parameters": {
    "oauth_token": {
      "location": "query",
      "type": "string",
      "description": "OAuth 2.0 token for the current user."
    },
    "quotaUser": {
      "type": "string",
      "location": "query",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."
    },
    "callback": {
      "location": "query",
      "description": "JSONP",
      "type": "string"
    },
    "access_token": {
      "description": "OAuth access token.",
      "location": "query",
      "type": "string"
    },
    "key": {
      "type": "string",
      "location": "query",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
    },
    "$.xgafv": {
      "enum": [
        "1",
        "2"
      ],
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "description": "V1 error format.",
      "location": "query",
      "type": "string"
    },
    "fields": {
      "type": "string",
      "location": "query",
      "description": "Selector specifying which fields to include in a partial response."
    },
    "prettyPrint": {
      "type": "boolean",
      "description": "Returns response with indentations and line breaks.",
      "location": "query",
      "default": "true"
    },
    "alt": {
      "location": "query",
      "default": "json",
      "description": "Data format for response.",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "type": "string",
      "enum": [
        "json",
        "media",
        "proto"
      ]
    },
    "uploadType": {
      "type": "string",
      "location": "query",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "type": "string",
      "location": "query"
    }
  },
  "ownerDomain": "google.com",
  "version": "v1alpha1",
  "revision": "20260825",
  "canonicalName": "Contactcenterinsights",
  "description": "",
  "name": "contactcenterinsights",
  "rootUrl": "https://contactcenterinsights.googleapis.com/",
  "fullyEncodeReservedExpansion": true,
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/cloud-platform": {
          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
        }
      }
    }
  },
  "basePath": "",
  "ownerName": "Google",
  "kind": "discovery#restDescription",
  "version_module": true,
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "discoveryVersion": "v1",
  "id": "contactcenterinsights:v1alpha1",
  "mtlsRootUrl": "https://contactcenterinsights.mtls.googleapis.com/",
  "resources": {
    "projects": {
      "resources": {
        "locations": {
          "methods": {
            "testCorrelationConfig": {
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "httpMethod": "POST",
              "path": "v1alpha1/{+location}:testCorrelationConfig",
              "request": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigRequest"
              },
              "parameterOrder": [
                "location"
              ],
              "id": "contactcenterinsights.projects.locations.testCorrelationConfig",
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}:testCorrelationConfig",
              "parameters": {
                "location": {
                  "type": "string",
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "description": "Required. The location to test correlation config. Format: projects/{project}/locations/{location}",
                  "required": true,
                  "location": "path"
                }
              },
              "description": "Tests correlation config on a conversation.",
              "response": {
                "$ref": "GoogleLongrunningOperation"
              }
            },
            "listAllFeedbackLabels": {
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "id": "contactcenterinsights.projects.locations.listAllFeedbackLabels",
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}:listAllFeedbackLabels",
              "parameters": {
                "pageSize": {
                  "description": "Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "filter": {
                  "description": "Optional. A filter to reduce results to a specific subset in the entire project. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING",
                  "type": "string",
                  "location": "query"
                },
                "parent": {
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "description": "Required. The parent resource of all feedback labels per project."
                },
                "pageToken": {
                  "description": "Optional. The value returned by the last `ListAllFeedbackLabelsResponse`. This value indicates that this is a continuation of a prior `ListAllFeedbackLabels` call and that the system should return the next page of data.",
                  "type": "string",
                  "location": "query"
                }
              },
              "path": "v1alpha1/{+parent}:listAllFeedbackLabels",
              "response": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAllFeedbackLabelsResponse"
              },
              "description": "List all feedback labels by project number.",
              "parameterOrder": [
                "parent"
              ],
              "httpMethod": "GET"
            },
            "updateSettings": {
              "parameterOrder": [
                "name"
              ],
              "id": "contactcenterinsights.projects.locations.updateSettings",
              "path": "v1alpha1/{+name}",
              "parameters": {
                "updateMask": {
                  "type": "string",
                  "format": "google-fieldmask",
                  "location": "query",
                  "description": "Required. The list of fields to be updated."
                },
                "name": {
                  "type": "string",
                  "pattern": "^projects/[^/]+/locations/[^/]+/settings$",
                  "description": "Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/settings",
              "httpMethod": "PATCH",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Updates project-level settings.",
              "response": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1Settings"
              },
              "request": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1Settings"
              }
            },
            "getEncryptionSpec": {
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "parameterOrder": [
                "name"
              ],
              "id": "contactcenterinsights.projects.locations.getEncryptionSpec",
              "httpMethod": "GET",
              "parameters": {
                "name": {
                  "pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$",
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The name of the encryption spec resource to get."
                }
              },
              "response": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec"
              },
              "path": "v1alpha1/{+name}",
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/encryptionSpec",
              "description": "Gets location-level encryption key specification."
            },
            "getCorrelationConfig": {
              "description": "Gets correlation config.",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "parameters": {
                "name": {
                  "location": "path",
                  "pattern": "^projects/[^/]+/locations/[^/]+/correlationConfig$",
                  "type": "string",
                  "required": true,
                  "description": "Required. The name of the correlation config resource to get. Format: projects/{project}/locations/{location}/correlationConfig"
                }
              },
              "id": "contactcenterinsights.projects.locations.getCorrelationConfig",
              "path": "v1alpha1/{+name}",
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/correlationConfig",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1CorrelationConfig"
              },
              "httpMethod": "GET"
            },
            "queryPerformanceOverview": {
              "parameterOrder": [
                "parent"
              ],
              "path": "v1alpha1/{+parent}:queryPerformanceOverview",
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}:queryPerformanceOverview",
              "id": "contactcenterinsights.projects.locations.queryPerformanceOverview",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleLongrunningOperation"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent resource of the conversations to derive performance stats from. \"projects/{project}/locations/{location}\"",
                  "required": true,
                  "location": "path",
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "type": "string"
                }
              },
              "request": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Generates a summary of predefined performance metrics for a set of conversations. Conversations can be specified by specifying a time window and an agent id, for now. The summary includes a comparison of metrics computed for conversations in the previous time period, and also a comparison with peers in the same time period."
            },
            "getSettings": {
              "parameterOrder": [
                "name"
              ],
              "parameters": {
                "name": {
                  "pattern": "^projects/[^/]+/locations/[^/]+/settings$",
                  "type": "string",
                  "location": "path",
                  "required": true,
                  "description": "Required. The name of the settings resource to get."
                }
              },
              "path": "v1alpha1/{+name}",
              "httpMethod": "GET",
              "description": "Gets project-level settings.",
              "response": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1Settings"
              },
              "id": "contactcenterinsights.projects.locations.getSettings",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/settings"
            },
            "generativeInsights": {
              "httpMethod": "POST",
              "path": "v1alpha1/{+location}:generativeInsights",
              "id": "contactcenterinsights.projects.locations.generativeInsights",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "request": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsRequest"
              },
              "parameterOrder": [
                "location"
              ],
              "response": {
                "$ref": "GoogleLongrunningOperation"
              },
              "description": "Natural language based Insights which powers the next generation of dashboards in Insights. Next generation of QueryMetrics.",
              "parameters": {
                "location": {
                  "type": "string",
                  "description": "Required. The location of the data. \"projects/{project}/locations/{location}\"",
                  "location": "path",
                  "required": true,
                  "pattern": "^projects/[^/]+/locations/[^/]+$"
                }
              },
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}:generativeInsights"
            },
            "updateCorrelationConfig": {
              "httpMethod": "PATCH",
              "description": "Updates correlation config.",
              "request": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1CorrelationConfig"
              },
              "parameterOrder": [
                "name"
              ],
              "path": "v1alpha1/{+name}",
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/correlationConfig",
              "id": "contactcenterinsights.projects.locations.updateCorrelationConfig",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "response": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1CorrelationConfig"
              },
              "parameters": {
                "name": {
                  "location": "path",
                  "description": "Immutable. Identifier. The resource name of the correlation config. Format: projects/{project}/locations/{location}/correlationConfig",
                  "required": true,
                  "type": "string",
                  "pattern": "^projects/[^/]+/locations/[^/]+/correlationConfig$"
                },
                "updateMask": {
                  "type": "string",
                  "format": "google-fieldmask",
                  "location": "query",
                  "description": "Optional. The list of fields to be updated."
                }
              }
            },
            "queryMetrics": {
              "parameterOrder": [
                "location"
              ],
              "id": "contactcenterinsights.projects.locations.queryMetrics",
              "httpMethod": "POST",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Query metrics.",
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}:queryMetrics",
              "request": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsRequest"
              },
              "path": "v1alpha1/{+location}:queryMetrics",
              "response": {
                "$ref": "GoogleLongrunningOperation"
              },
              "parameters": {
                "location": {
                  "description": "Required. The location of the data. \"projects/{project}/locations/{location}\"",
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "pattern": "^projects/[^/]+/locations/[^/]+$"
                }
              }
            },
            "bulkUploadFeedbackLabels": {
              "response": {
                "$ref": "GoogleLongrunningOperation"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "request": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequest"
              },
              "httpMethod": "POST",
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}:bulkUploadFeedbackLabels",
              "parameterOrder": [
                "parent"
              ],
              "id": "contactcenterinsights.projects.locations.bulkUploadFeedbackLabels",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "description": "Required. The parent resource for new feedback labels.",
                  "pattern": "^projects/[^/]+/locations/[^/]+$"
                }
              },
              "path": "v1alpha1/{+parent}:bulkUploadFeedbackLabels",
              "description": "Upload feedback labels from an external source in bulk. Currently supports labeling Quality AI example conversations."
            },
            "bulkDownloadFeedbackLabels": {
              "request": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequest"
              },
              "httpMethod": "POST",
              "path": "v1alpha1/{+parent}:bulkDownloadFeedbackLabels",
              "parameterOrder": [
                "parent"
              ],
              "description": "Download feedback labels in bulk from an external source. Currently supports exporting Quality AI example conversations with transcripts and question bodies.",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "response": {
                "$ref": "GoogleLongrunningOperation"
              },
              "id": "contactcenterinsights.projects.locations.bulkDownloadFeedbackLabels",
              "parameters": {
                "parent": {
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "description": "Required. The parent resource for new feedback labels.",
                  "pattern": "^projects/[^/]+/locations/[^/]+$"
                }
              },
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}:bulkDownloadFeedbackLabels"
            },
            "bulkDeleteFeedbackLabels": {
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "request": {
                "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest"
              },
              "parameters": {
                "parent": {
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "required": true,
                  "description": "Required. The parent resource for new feedback labels.",
                  "type": "string",
                  "location": "path"
                }
              },
              "path": "v1alpha1/{+parent}:bulkDeleteFeedbackLabels",
              "id": "contactcenterinsights.projects.locations.bulkDeleteFeedbackLabels",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}:bulkDeleteFeedbackLabels",
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleLongrunningOperation"
              },
              "description": "Delete feedback labels in bulk using a filter."
            }
          },
          "resources": {
            "analysisRules": {
              "methods": {
                "get": {
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "contactcenterinsights.projects.locations.analysisRules.get",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnalysisRule"
                  },
                  "description": "Get a analysis rule.",
                  "parameters": {
                    "name": {
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/analysisRules/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the AnalysisRule to get."
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/analysisRules/{analysisRulesId}"
                },
                "list": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/analysisRules",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAnalysisRulesResponse"
                  },
                  "description": "Lists analysis rules.",
                  "path": "v1alpha1/{+parent}/analysisRules",
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "pageSize": {
                      "description": "Optional. The maximum number of analysis rule to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                      "type": "integer",
                      "location": "query",
                      "format": "int32"
                    },
                    "parent": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string",
                      "description": "Required. The parent resource of the analysis rules."
                    },
                    "pageToken": {
                      "description": "Optional. The value returned by the last `ListAnalysisRulesResponse`; indicates that this is a continuation of a prior `ListAnalysisRules` call and the system should return the next page of data.",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "id": "contactcenterinsights.projects.locations.analysisRules.list"
                },
                "create": {
                  "description": "Creates a analysis rule.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnalysisRule"
                  },
                  "parameters": {
                    "parent": {
                      "required": true,
                      "description": "Required. The parent resource of the analysis rule. Required. The location to create a analysis rule for. Format: `projects//locations/` or `projects//locations/`",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    }
                  },
                  "id": "contactcenterinsights.projects.locations.analysisRules.create",
                  "path": "v1alpha1/{+parent}/analysisRules",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/analysisRules",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnalysisRule"
                  }
                },
                "delete": {
                  "path": "v1alpha1/{+name}",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/analysisRules/{analysisRulesId}",
                  "id": "contactcenterinsights.projects.locations.analysisRules.delete",
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "parameters": {
                    "name": {
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the analysis rule to delete.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/analysisRules/[^/]+$"
                    }
                  },
                  "httpMethod": "DELETE",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes a analysis rule.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "patch": {
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnalysisRule"
                  },
                  "path": "v1alpha1/{+name}",
                  "parameters": {
                    "updateMask": {
                      "type": "string",
                      "format": "google-fieldmask",
                      "location": "query",
                      "description": "Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields."
                    },
                    "name": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/analysisRules/[^/]+$",
                      "required": true,
                      "description": "Identifier. The resource name of the analysis rule. Format: projects/{project}/locations/{location}/analysisRules/{analysis_rule}",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/analysisRules/{analysisRulesId}",
                  "id": "contactcenterinsights.projects.locations.analysisRules.patch",
                  "httpMethod": "PATCH",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AnalysisRule"
                  },
                  "description": "Updates a analysis rule.",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              }
            },
            "views": {
              "methods": {
                "patch": {
                  "httpMethod": "PATCH",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.views.patch",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1View"
                  },
                  "description": "Updates a view.",
                  "parameters": {
                    "name": {
                      "description": "Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}",
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/views/[^/]+$",
                      "required": true
                    },
                    "updateMask": {
                      "location": "query",
                      "description": "The list of fields to be updated.",
                      "format": "google-fieldmask",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/views/{viewsId}",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1View"
                  }
                },
                "delete": {
                  "parameters": {
                    "name": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/views/[^/]+$",
                      "description": "Required. The name of the view to delete.",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/views/{viewsId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.views.delete",
                  "description": "Deletes a view.",
                  "httpMethod": "DELETE"
                },
                "create": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1View"
                  },
                  "httpMethod": "POST",
                  "id": "contactcenterinsights.projects.locations.views.create",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/views",
                  "description": "Creates a view.",
                  "path": "v1alpha1/{+parent}/views",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The parent resource of the view. Required. The location to create a view for. Format: `projects//locations/` or `projects//locations/`"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1View"
                  }
                },
                "list": {
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "description": "The value returned by the last `ListViewsResponse`; indicates that this is a continuation of a prior `ListViews` call and the system should return the next page of data.",
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource of the views.",
                      "required": true,
                      "location": "path",
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "The maximum number of views to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "contactcenterinsights.projects.locations.views.list",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListViewsResponse"
                  },
                  "path": "v1alpha1/{+parent}/views",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/views",
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "description": "Lists views."
                },
                "get": {
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.views.get",
                  "description": "Gets a view.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1View"
                  },
                  "parameters": {
                    "name": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/views/[^/]+$",
                      "type": "string",
                      "description": "Required. The name of the view to get."
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/views/{viewsId}"
                }
              }
            },
            "autoLabelingRules": {
              "methods": {
                "list": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/autoLabelingRules",
                  "description": "Lists auto labeling rules.",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAutoLabelingRulesResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "contactcenterinsights.projects.locations.autoLabelingRules.list",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "description": "Required. The project and location to list auto labeling rules from. Format: projects/{project}/locations/{location}",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. The next_page_token value returned from a previous List request, if any.",
                      "type": "string",
                      "location": "query"
                    },
                    "pageSize": {
                      "location": "query",
                      "format": "int32",
                      "description": "Optional. The maximum number of auto labeling rules to return in a single response. If unspecified, at most 100 rules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "type": "integer"
                    }
                  },
                  "path": "v1alpha1/{+parent}/autoLabelingRules",
                  "httpMethod": "GET"
                },
                "create": {
                  "id": "contactcenterinsights.projects.locations.autoLabelingRules.create",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRule"
                  },
                  "httpMethod": "POST",
                  "path": "v1alpha1/{+parent}/autoLabelingRules",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/autoLabelingRules",
                  "description": "Creates an auto labeling rule.",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRule"
                  },
                  "parameters": {
                    "autoLabelingRuleId": {
                      "type": "string",
                      "description": "Required. The ID to use for the auto labeling rule, which will become the final component of the auto labeling rule's resource name.",
                      "location": "query"
                    },
                    "parent": {
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "description": "Required. The project and location to create the auto labeling rule in. Format: projects/{project}/locations/{location}"
                    }
                  }
                },
                "test": {
                  "parameters": {
                    "parent": {
                      "required": true,
                      "description": "Required. The parent project and location. Format: projects/{project}/locations/{location}",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Tests auto labeling rules against a conversation.",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1TestAutoLabelingRuleRequest"
                  },
                  "id": "contactcenterinsights.projects.locations.autoLabelingRules.test",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1TestAutoLabelingRuleResponse"
                  },
                  "path": "v1alpha1/{+parent}/autoLabelingRules:test",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/autoLabelingRules:test",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "get": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/autoLabelingRules/{autoLabelingRulesId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.autoLabelingRules.get",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRule"
                  },
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the auto labeling rule to get. Format: projects/{project}/locations/{location}/autoLabelingRules/{auto_labeling_rule}",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autoLabelingRules/[^/]+$"
                    }
                  },
                  "description": "Gets an auto labeling rule."
                },
                "patch": {
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRule"
                  },
                  "httpMethod": "PATCH",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/autoLabelingRules/{autoLabelingRulesId}",
                  "description": "Updates an auto labeling rule.",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AutoLabelingRule"
                  },
                  "id": "contactcenterinsights.projects.locations.autoLabelingRules.patch",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autoLabelingRules/[^/]+$",
                      "description": "Identifier. The resource name of the auto-labeling rule. Format: projects/{project}/locations/{location}/autoLabelingRules/{auto_labeling_rule}",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "updateMask": {
                      "format": "google-fieldmask",
                      "type": "string",
                      "description": "Optional. The list of fields to be updated.",
                      "location": "query"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+name}"
                },
                "delete": {
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/autoLabelingRules/{autoLabelingRulesId}",
                  "description": "Deletes an auto labeling rule.",
                  "id": "contactcenterinsights.projects.locations.autoLabelingRules.delete",
                  "path": "v1alpha1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autoLabelingRules/[^/]+$",
                      "required": true,
                      "description": "Required. The name of the auto labeling rule to delete. Format: projects/{project}/locations/{location}/autoLabelingRules/{auto_labeling_rule}"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            },
            "conversations": {
              "resources": {
                "feedbackLabels": {
                  "methods": {
                    "get": {
                      "id": "contactcenterinsights.projects.locations.conversations.feedbackLabels.get",
                      "description": "Get feedback label.",
                      "path": "v1alpha1/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the feedback label to get.",
                          "location": "path",
                          "required": true,
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$"
                        }
                      },
                      "httpMethod": "GET",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                      }
                    },
                    "create": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "contactcenterinsights.projects.locations.conversations.feedbackLabels.create",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
                          "location": "path",
                          "required": true,
                          "description": "Required. The parent resource of the feedback label.",
                          "type": "string"
                        },
                        "feedbackLabelId": {
                          "location": "query",
                          "description": "Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.",
                          "type": "string"
                        }
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/feedbackLabels",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                      },
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Create feedback label.",
                      "httpMethod": "POST",
                      "path": "v1alpha1/{+parent}/feedbackLabels"
                    },
                    "list": {
                      "id": "contactcenterinsights.projects.locations.conversations.feedbackLabels.list",
                      "path": "v1alpha1/{+parent}/feedbackLabels",
                      "parameterOrder": [
                        "parent"
                      ],
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse"
                      },
                      "parameters": {
                        "filter": {
                          "type": "string",
                          "description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Automatically sorts by conversation ID. To sort by all feedback labels in a project see ListAllFeedbackLabels. Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING",
                          "location": "query"
                        },
                        "pageToken": {
                          "description": "Optional. The value returned by the last `ListFeedbackLabelsResponse`. This value indicates that this is a continuation of a prior `ListFeedbackLabels` call and that the system should return the next page of data.",
                          "type": "string",
                          "location": "query"
                        },
                        "pageSize": {
                          "location": "query",
                          "format": "int32",
                          "type": "integer",
                          "description": "Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size."
                        },
                        "parent": {
                          "description": "Required. The parent resource of the feedback labels.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
                          "location": "path",
                          "required": true
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/feedbackLabels",
                      "description": "List feedback labels."
                    },
                    "delete": {
                      "path": "v1alpha1/{+name}",
                      "response": {
                        "$ref": "GoogleProtobufEmpty"
                      },
                      "id": "contactcenterinsights.projects.locations.conversations.feedbackLabels.delete",
                      "description": "Delete feedback label.",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}",
                      "parameters": {
                        "name": {
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$",
                          "required": true,
                          "description": "Required. The name of the feedback label to delete.",
                          "location": "path"
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "DELETE",
                      "parameterOrder": [
                        "name"
                      ]
                    },
                    "patch": {
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                      },
                      "path": "v1alpha1/{+name}",
                      "httpMethod": "PATCH",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}",
                      "parameters": {
                        "name": {
                          "required": true,
                          "description": "Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}",
                          "type": "string",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$"
                        },
                        "updateMask": {
                          "format": "google-fieldmask",
                          "description": "Required. The list of fields to be updated.",
                          "type": "string",
                          "location": "query"
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Update feedback label.",
                      "id": "contactcenterinsights.projects.locations.conversations.feedbackLabels.patch",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                      }
                    }
                  }
                },
                "assessments": {
                  "resources": {
                    "notes": {
                      "methods": {
                        "delete": {
                          "parameterOrder": [
                            "name"
                          ],
                          "path": "v1alpha1/{+name}",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments/{assessmentsId}/notes/{notesId}",
                          "httpMethod": "DELETE",
                          "response": {
                            "$ref": "GoogleProtobufEmpty"
                          },
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameters": {
                            "name": {
                              "location": "path",
                              "description": "Required. The name of the note to delete.",
                              "required": true,
                              "type": "string",
                              "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/assessments/[^/]+/notes/[^/]+$"
                            }
                          },
                          "id": "contactcenterinsights.projects.locations.conversations.assessments.notes.delete",
                          "description": "Deletes a Note."
                        },
                        "create": {
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Note"
                          },
                          "id": "contactcenterinsights.projects.locations.conversations.assessments.notes.create",
                          "parameters": {
                            "parent": {
                              "location": "path",
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                              "type": "string",
                              "description": "Required. The parent resource of the note."
                            }
                          },
                          "parameterOrder": [
                            "parent"
                          ],
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments/{assessmentsId}/notes",
                          "description": "Create Note.",
                          "path": "v1alpha1/{+parent}/notes",
                          "httpMethod": "POST",
                          "request": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Note"
                          }
                        },
                        "list": {
                          "parameterOrder": [
                            "parent"
                          ],
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "path": "v1alpha1/{+parent}/notes",
                          "description": "List Notes.",
                          "httpMethod": "GET",
                          "id": "contactcenterinsights.projects.locations.conversations.assessments.notes.list",
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListNotesResponse"
                          },
                          "parameters": {
                            "parent": {
                              "type": "string",
                              "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                              "description": "Required. The parent resource of the notes.",
                              "required": true,
                              "location": "path"
                            },
                            "pageSize": {
                              "description": "Optional. The maximum number of notes to return in the response. If zero the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                              "format": "int32",
                              "location": "query",
                              "type": "integer"
                            },
                            "pageToken": {
                              "description": "Optional. The value returned by the last `ListNotesResponse`. This value indicates that this is a continuation of a prior `ListNotes` call and that the system should return the next page of data.",
                              "type": "string",
                              "location": "query"
                            }
                          },
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments/{assessmentsId}/notes"
                        },
                        "patch": {
                          "httpMethod": "PATCH",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "request": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Note"
                          },
                          "id": "contactcenterinsights.projects.locations.conversations.assessments.notes.patch",
                          "parameterOrder": [
                            "name"
                          ],
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Note"
                          },
                          "description": "Update Note.",
                          "parameters": {
                            "updateMask": {
                              "location": "query",
                              "type": "string",
                              "format": "google-fieldmask",
                              "description": "Optional. The list of fields to be updated. If the update_mask is empty, all updateable fields will be updated. Acceptable fields include: * `content`"
                            },
                            "name": {
                              "description": "Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}",
                              "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/assessments/[^/]+/notes/[^/]+$",
                              "required": true,
                              "location": "path",
                              "type": "string"
                            }
                          },
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments/{assessmentsId}/notes/{notesId}",
                          "path": "v1alpha1/{+name}"
                        }
                      }
                    }
                  },
                  "methods": {
                    "finalize": {
                      "httpMethod": "POST",
                      "path": "v1alpha1/{+name}:finalize",
                      "parameterOrder": [
                        "name"
                      ],
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1FinalizeAssessmentRequest"
                      },
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                      },
                      "id": "contactcenterinsights.projects.locations.conversations.assessments.finalize",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "name": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                          "description": "Required. The name of the assessment to finalize."
                        }
                      },
                      "description": "Finalize an Assessment.",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments/{assessmentsId}:finalize"
                    },
                    "delete": {
                      "parameterOrder": [
                        "name"
                      ],
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "name": {
                          "type": "string",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                          "description": "Required. The name of the assessment to delete.",
                          "required": true
                        },
                        "force": {
                          "type": "boolean",
                          "location": "query",
                          "description": "Optional. If set to true, all of this assessment's notes will also be deleted. Otherwise, the request will only succeed if it has no notes."
                        }
                      },
                      "id": "contactcenterinsights.projects.locations.conversations.assessments.delete",
                      "httpMethod": "DELETE",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments/{assessmentsId}",
                      "path": "v1alpha1/{+name}",
                      "description": "Delete an Assessment.",
                      "response": {
                        "$ref": "GoogleProtobufEmpty"
                      }
                    },
                    "list": {
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAssessmentsResponse"
                      },
                      "path": "v1alpha1/{+parent}/assessments",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments",
                      "id": "contactcenterinsights.projects.locations.conversations.assessments.list",
                      "parameters": {
                        "filter": {
                          "description": "Optional. A filter to reduce results to a specific subset. Supported filters include: * `state` - The state of the assessment * `agent_info.agent_id` - The ID of the agent the assessment is for",
                          "location": "query",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "Optional. The value returned by the last `ListAssessmentRulesResponse`; indicates that this is a continuation of a prior `ListAssessmentRules` call and the system should return the next page of data.",
                          "type": "string",
                          "location": "query"
                        },
                        "pageSize": {
                          "location": "query",
                          "format": "int32",
                          "description": "The maximum number of assessments to list. If zero, the service will select a default size. A call may return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                          "type": "integer"
                        },
                        "parent": {
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
                          "description": "Required. The parent resource of the assessments. To list all assessments in a location, substitute the conversation ID with a '-' character.",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "description": "List Assessments."
                    },
                    "publish": {
                      "httpMethod": "POST",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                      },
                      "id": "contactcenterinsights.projects.locations.conversations.assessments.publish",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments/{assessmentsId}:publish",
                      "description": "Publish an Assessment.",
                      "path": "v1alpha1/{+name}:publish",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the assessment to publish.",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/assessments/[^/]+$"
                        }
                      },
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1PublishAssessmentRequest"
                      }
                    },
                    "get": {
                      "parameters": {
                        "name": {
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                          "location": "path",
                          "description": "Required. The name of the assessment to get.",
                          "required": true
                        }
                      },
                      "path": "v1alpha1/{+name}",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments/{assessmentsId}",
                      "description": "Get Assessment.",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                      },
                      "id": "contactcenterinsights.projects.locations.conversations.assessments.get",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "GET"
                    },
                    "create": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "httpMethod": "POST",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1alpha1/{+parent}/assessments",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                      },
                      "parameters": {
                        "parent": {
                          "description": "Required. The parent resource of the assessment.",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
                          "location": "path",
                          "type": "string"
                        }
                      },
                      "id": "contactcenterinsights.projects.locations.conversations.assessments.create",
                      "description": "Create Assessment."
                    },
                    "appeal": {
                      "path": "v1alpha1/{+name}:appeal",
                      "description": "Appeal an Assessment.",
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the assessment to appeal.",
                          "type": "string",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                          "required": true
                        }
                      },
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1AppealAssessmentRequest"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "id": "contactcenterinsights.projects.locations.conversations.assessments.appeal",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/assessments/{assessmentsId}:appeal"
                    }
                  }
                },
                "analyses": {
                  "methods": {
                    "get": {
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/analyses/{analysesId}",
                      "path": "v1alpha1/{+name}",
                      "parameters": {
                        "name": {
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/analyses/[^/]+$",
                          "required": true,
                          "description": "Required. The name of the analysis to get.",
                          "location": "path"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Analysis"
                      },
                      "description": "Gets an analysis.",
                      "parameterOrder": [
                        "name"
                      ],
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.conversations.analyses.get",
                      "httpMethod": "GET"
                    },
                    "create": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Creates an analysis. The long running operation is done when the analysis has completed.",
                      "parameters": {
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent resource of the analysis.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
                          "required": true
                        }
                      },
                      "path": "v1alpha1/{+parent}/analyses",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Analysis"
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/analyses",
                      "id": "contactcenterinsights.projects.locations.conversations.analyses.create",
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "parameterOrder": [
                        "parent"
                      ]
                    },
                    "list": {
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAnalysesResponse"
                      },
                      "httpMethod": "GET",
                      "description": "Lists analyses.",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/analyses",
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "contactcenterinsights.projects.locations.conversations.analyses.list",
                      "path": "v1alpha1/{+parent}/analyses",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "description": "Required. The parent resource of the analyses.",
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$"
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "The maximum number of analyses to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                          "type": "integer",
                          "location": "query"
                        },
                        "pageToken": {
                          "type": "string",
                          "description": "The value returned by the last `ListAnalysesResponse`; indicates that this is a continuation of a prior `ListAnalyses` call and the system should return the next page of data.",
                          "location": "query"
                        },
                        "filter": {
                          "description": "A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.",
                          "type": "string",
                          "location": "query"
                        }
                      }
                    },
                    "delete": {
                      "response": {
                        "$ref": "GoogleProtobufEmpty"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/analyses/{analysesId}",
                      "httpMethod": "DELETE",
                      "path": "v1alpha1/{+name}",
                      "id": "contactcenterinsights.projects.locations.conversations.analyses.delete",
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the analysis to delete.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+/analyses/[^/]+$",
                          "type": "string",
                          "required": true
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Deletes an analysis."
                    }
                  }
                },
                "segments": {
                  "methods": {
                    "bulkAnalyze": {
                      "id": "contactcenterinsights.projects.locations.conversations.segments.bulkAnalyze",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "httpMethod": "POST",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "parent"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/segments:bulkAnalyze",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest"
                      },
                      "parameters": {
                        "parent": {
                          "description": "Required. The parent resource to create analyses in.",
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$"
                        }
                      },
                      "path": "v1alpha1/{+parent}/segments:bulkAnalyze",
                      "description": "Analyzes multiple conversations in a single request."
                    }
                  }
                }
              },
              "methods": {
                "create": {
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
                  },
                  "path": "v1alpha1/{+parent}/conversations",
                  "description": "Creates a conversation. Note that this method does not support audio transcription or redaction. Use `conversations.upload` instead.",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "contactcenterinsights.projects.locations.conversations.create",
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource of the conversation.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string"
                    },
                    "conversationId": {
                      "description": "A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-`",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
                  }
                },
                "calculateStats": {
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponse"
                  },
                  "path": "v1alpha1/{+location}/conversations:calculateStats",
                  "parameters": {
                    "location": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The location of the conversations.",
                      "type": "string",
                      "required": true,
                      "location": "path"
                    },
                    "filter": {
                      "location": "query",
                      "description": "A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties.",
                      "type": "string"
                    }
                  },
                  "id": "contactcenterinsights.projects.locations.conversations.calculateStats",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations:calculateStats",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Gets conversation statistics.",
                  "parameterOrder": [
                    "location"
                  ],
                  "httpMethod": "GET"
                },
                "get": {
                  "description": "Gets a conversation.",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
                      "required": true,
                      "description": "Required. The name of the conversation to get.",
                      "type": "string",
                      "location": "path"
                    },
                    "view": {
                      "location": "query",
                      "enum": [
                        "CONVERSATION_VIEW_UNSPECIFIED",
                        "FULL",
                        "BASIC"
                      ],
                      "enumDescriptions": [
                        "The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.",
                        "Populates all fields in the conversation.",
                        "Populates all fields in the conversation except the transcript."
                      ],
                      "description": "The level of details of the conversation. Default is `FULL`.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "contactcenterinsights.projects.locations.conversations.get",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
                  },
                  "path": "v1alpha1/{+name}"
                },
                "sample": {
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations:sample",
                  "description": "Samples conversations based on user configuration and handles the sampled conversations for different use cases.",
                  "httpMethod": "POST",
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "description": "Required. The parent resource of the dataset.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    }
                  },
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest"
                  },
                  "path": "v1alpha1/{+parent}/conversations:sample",
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "contactcenterinsights.projects.locations.conversations.sample"
                },
                "delete": {
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.conversations.delete",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the conversation to delete.",
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$"
                    },
                    "force": {
                      "description": "If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.",
                      "type": "boolean",
                      "location": "query"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}",
                  "description": "Deletes a conversation.",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "DELETE",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "patch": {
                  "id": "contactcenterinsights.projects.locations.conversations.patch",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
                  },
                  "path": "v1alpha1/{+name}",
                  "parameters": {
                    "updateMask": {
                      "location": "query",
                      "type": "string",
                      "description": "The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `agent_id` * `language_code` * `labels` * `metadata` * `quality_metadata` * `call_metadata` * `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or * `data_source.dialogflow_source.audio_uri` * `data_source.screen_recordings`",
                      "format": "google-fieldmask"
                    },
                    "conversationAutoLabelingUpdateConfig.allowAutoLabelingUpdate": {
                      "location": "query",
                      "description": "Optional. If set to true, the conversation will be updated with auto labeling results.",
                      "type": "boolean"
                    },
                    "allowMissing": {
                      "location": "query",
                      "type": "boolean",
                      "description": "Optional. Defaults to false. If set to true, and the conversation is not found, a new conversation will be created. In this situation, `update_mask` is ignored."
                    },
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
                      "description": "Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
                  },
                  "description": "Updates a conversation.",
                  "httpMethod": "PATCH"
                },
                "list": {
                  "id": "contactcenterinsights.projects.locations.conversations.list",
                  "parameters": {
                    "filter": {
                      "description": "A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.",
                      "location": "query",
                      "type": "string"
                    },
                    "orderBy": {
                      "description": "Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering).",
                      "type": "string",
                      "location": "query"
                    },
                    "view": {
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "CONVERSATION_VIEW_UNSPECIFIED",
                        "FULL",
                        "BASIC"
                      ],
                      "description": "The level of details of the conversation. Default is `BASIC`.",
                      "enumDescriptions": [
                        "The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.",
                        "Populates all fields in the conversation.",
                        "Populates all fields in the conversation except the transcript."
                      ]
                    },
                    "pageToken": {
                      "location": "query",
                      "description": "The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data.",
                      "type": "string"
                    },
                    "pageSize": {
                      "type": "integer",
                      "description": "The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.",
                      "location": "query",
                      "format": "int32"
                    },
                    "parent": {
                      "description": "Required. The parent resource of the conversation.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "location": "path"
                    }
                  },
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListConversationsResponse"
                  },
                  "path": "v1alpha1/{+parent}/conversations",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations",
                  "description": "Lists conversations.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "ingest": {
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource for new conversations.",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Imports conversations and processes them according to the user's configuration.",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations:ingest",
                  "id": "contactcenterinsights.projects.locations.conversations.ingest",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest"
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+parent}/conversations:ingest"
                },
                "bulkDelete": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "description": "Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations:bulkDelete",
                  "httpMethod": "POST",
                  "description": "Deletes multiple conversations in a single request.",
                  "id": "contactcenterinsights.projects.locations.conversations.bulkDelete",
                  "path": "v1alpha1/{+parent}/conversations:bulkDelete",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest"
                  }
                },
                "generateSignedAudio": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}:generateSignedAudio",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerateConversationSignedAudioResponse"
                  },
                  "path": "v1alpha1/{+name}:generateSignedAudio",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$",
                      "description": "Required. The name of the conversation to sign.",
                      "type": "string"
                    }
                  },
                  "description": "Gets the signed URI for the audio for the given conversation.",
                  "id": "contactcenterinsights.projects.locations.conversations.generateSignedAudio"
                },
                "upload": {
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest"
                  },
                  "description": "Create a long-running conversation upload operation. This method differs from `CreateConversation` by allowing audio transcription and optional DLP redaction.",
                  "id": "contactcenterinsights.projects.locations.conversations.upload",
                  "httpMethod": "POST",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations:upload",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1alpha1/{+parent}/conversations:upload",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The parent resource of the conversation.",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "bulkAnalyze": {
                  "id": "contactcenterinsights.projects.locations.conversations.bulkAnalyze",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest"
                  },
                  "parameters": {
                    "parent": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource to create analyses in."
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+parent}/conversations:bulkAnalyze",
                  "description": "Analyzes multiple conversations in a single request.",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/conversations:bulkAnalyze",
                  "httpMethod": "POST"
                }
              }
            },
            "issueModels": {
              "resources": {
                "issues": {
                  "methods": {
                    "create": {
                      "httpMethod": "POST",
                      "parameterOrder": [
                        "parent"
                      ],
                      "path": "v1alpha1/{+parent}/issues",
                      "description": "Creates an issue.",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.issueModels.issues.create",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Issue"
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}/issues",
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "description": "Required. The parent resource of the issue.",
                          "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$"
                        }
                      }
                    },
                    "patch": {
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Issue"
                      },
                      "path": "v1alpha1/{+name}",
                      "description": "Updates an issue.",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "PATCH",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}/issues/{issuesId}",
                      "id": "contactcenterinsights.projects.locations.issueModels.issues.patch",
                      "parameters": {
                        "name": {
                          "description": "Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+/issues/[^/]+$",
                          "type": "string",
                          "required": true
                        },
                        "updateMask": {
                          "location": "query",
                          "format": "google-fieldmask",
                          "description": "The list of fields to be updated.",
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Issue"
                      },
                      "parameterOrder": [
                        "name"
                      ]
                    },
                    "list": {
                      "description": "Lists issues.",
                      "parameterOrder": [
                        "parent"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}/issues",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1alpha1/{+parent}/issues",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListIssuesResponse"
                      },
                      "id": "contactcenterinsights.projects.locations.issueModels.issues.list",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$",
                          "required": true,
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent resource of the issue."
                        }
                      }
                    },
                    "get": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.issueModels.issues.get",
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+/issues/[^/]+$",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "description": "Required. The name of the issue to get."
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}/issues/{issuesId}",
                      "description": "Gets an issue.",
                      "httpMethod": "GET",
                      "path": "v1alpha1/{+name}",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Issue"
                      }
                    },
                    "delete": {
                      "httpMethod": "DELETE",
                      "id": "contactcenterinsights.projects.locations.issueModels.issues.delete",
                      "path": "v1alpha1/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Deletes an issue.",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleProtobufEmpty"
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}/issues/{issuesId}",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+/issues/[^/]+$",
                          "description": "Required. The name of the issue to delete."
                        }
                      }
                    }
                  }
                }
              },
              "methods": {
                "create": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Creates an issue model.",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "required": true,
                      "description": "Required. The parent resource of the issue model.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string"
                    }
                  },
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModel"
                  },
                  "path": "v1alpha1/{+parent}/issueModels",
                  "id": "contactcenterinsights.projects.locations.issueModels.create"
                },
                "export": {
                  "parameters": {
                    "name": {
                      "description": "Required. The issue model to export.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}:export",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Exports an issue model to the provided destination.",
                  "path": "v1alpha1/{+name}:export",
                  "httpMethod": "POST",
                  "id": "contactcenterinsights.projects.locations.issueModels.export",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest"
                  }
                },
                "get": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets an issue model.",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModel"
                  },
                  "id": "contactcenterinsights.projects.locations.issueModels.get",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+name}",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the issue model to get.",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$"
                    }
                  }
                },
                "calculateIssueModelStats": {
                  "path": "v1alpha1/{+issueModel}:calculateIssueModelStats",
                  "httpMethod": "GET",
                  "description": "Gets an issue model's statistics.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "contactcenterinsights.projects.locations.issueModels.calculateIssueModelStats",
                  "parameters": {
                    "issueModel": {
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "description": "Required. The resource name of the issue model to query against.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1CalculateIssueModelStatsResponse"
                  },
                  "parameterOrder": [
                    "issueModel"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}:calculateIssueModelStats"
                },
                "undeploy": {
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "description": "Required. The issue model to undeploy.",
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}:undeploy",
                  "path": "v1alpha1/{+name}:undeploy",
                  "description": "Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.",
                  "id": "contactcenterinsights.projects.locations.issueModels.undeploy",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelRequest"
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "delete": {
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "Deletes an issue model.",
                  "httpMethod": "DELETE",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.issueModels.delete",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$",
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the issue model to delete."
                    }
                  }
                },
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListIssueModelsResponse"
                  },
                  "description": "Lists issue models.",
                  "path": "v1alpha1/{+parent}/issueModels",
                  "httpMethod": "GET",
                  "id": "contactcenterinsights.projects.locations.issueModels.list",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "description": "Required. The parent resource of the issue model.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "deploy": {
                  "id": "contactcenterinsights.projects.locations.issueModels.deploy",
                  "path": "v1alpha1/{+name}:deploy",
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "POST",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}:deploy",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$",
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The issue model to deploy."
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelRequest"
                  }
                },
                "import": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels:import",
                  "path": "v1alpha1/{+parent}/issueModels:import",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The parent resource of the issue model.",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest"
                  },
                  "httpMethod": "POST",
                  "description": "Imports an issue model from a Cloud Storage bucket.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "contactcenterinsights.projects.locations.issueModels.import"
                },
                "patch": {
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModel"
                  },
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1IssueModel"
                  },
                  "id": "contactcenterinsights.projects.locations.issueModels.patch",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "description": "Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}",
                      "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$"
                    },
                    "updateMask": {
                      "type": "string",
                      "location": "query",
                      "description": "The list of fields to be updated.",
                      "format": "google-fieldmask"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}",
                  "path": "v1alpha1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "PATCH",
                  "description": "Updates an issue model.",
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            },
            "qaScorecards": {
              "resources": {
                "revisions": {
                  "methods": {
                    "create": {
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardRevision"
                      },
                      "parameterOrder": [
                        "parent"
                      ],
                      "httpMethod": "POST",
                      "description": "Creates a QaScorecardRevision.",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardRevision"
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions",
                      "parameters": {
                        "qaScorecardRevisionId": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-`."
                        },
                        "parent": {
                          "location": "path",
                          "required": true,
                          "description": "Required. The parent resource of the QaScorecardRevision.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+$"
                        }
                      },
                      "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.create",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1alpha1/{+parent}/revisions"
                    },
                    "delete": {
                      "parameters": {
                        "force": {
                          "type": "boolean",
                          "location": "query",
                          "description": "Optional. If set to true, all of this QaScorecardRevision's child resources will also be deleted. Otherwise, the request will only succeed if it has none."
                        },
                        "name": {
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+$",
                          "type": "string",
                          "description": "Required. The name of the QaScorecardRevision to delete."
                        }
                      },
                      "response": {
                        "$ref": "GoogleProtobufEmpty"
                      },
                      "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.delete",
                      "path": "v1alpha1/{+name}",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}",
                      "description": "Deletes a QaScorecardRevision.",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "DELETE"
                    },
                    "list": {
                      "description": "Lists all revisions under the parent QaScorecard.",
                      "parameterOrder": [
                        "parent"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions",
                      "parameters": {
                        "filter": {
                          "type": "string",
                          "location": "query",
                          "description": "Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties."
                        },
                        "qaScorecardSources": {
                          "enum": [
                            "QA_SCORECARD_SOURCE_UNSPECIFIED",
                            "QA_SCORECARD_SOURCE_CUSTOMER_DEFINED",
                            "QA_SCORECARD_SOURCE_DISCOVERY_ENGINE",
                            "QA_SCORECARD_SOURCE_INTENT_TAXONOMY"
                          ],
                          "enumDescriptions": [
                            "The source of the scorecard is unspecified. Default to QA_SCORECARD_SOURCE_CUSTOMER_DEFINED.",
                            "The scorecard is a custom scorecard created by the user.",
                            "The scorecard is a scorecard created through discovery engine deployment.",
                            "The scorecard is derived from the custom intent taxonomy. Customers can edit question content, but cannot delete the scorecard or add/remove questions."
                          ],
                          "repeated": true,
                          "description": "Optional. The source of scorecards are based on how those Scorecards were created, e.g., a customer-defined scorecard, a predefined scorecard, etc. This field is used to retrieve Scorecards Revisions from Scorecards of one or more sources.",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "type": "integer",
                          "description": "Optional. The maximum number of scorecard revisions to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                          "location": "query",
                          "format": "int32"
                        },
                        "pageToken": {
                          "description": "Optional. The value returned by the last `ListQaScorecardRevisionsResponse`. This value indicates that this is a continuation of a prior `ListQaScorecardRevisions` call and that the system should return the next page of data.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+$",
                          "description": "Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.",
                          "location": "path"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListQaScorecardRevisionsResponse"
                      },
                      "path": "v1alpha1/{+parent}/revisions",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.list"
                    },
                    "get": {
                      "parameterOrder": [
                        "name"
                      ],
                      "path": "v1alpha1/{+name}",
                      "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.get",
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+$",
                          "type": "string",
                          "description": "Required. The name of the QaScorecardRevision to get.",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardRevision"
                      },
                      "description": "Gets a QaScorecardRevision."
                    },
                    "deploy": {
                      "description": "Deploy a QaScorecardRevision.",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}:deploy",
                      "path": "v1alpha1/{+name}:deploy",
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardRevision"
                      },
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+$",
                          "required": true,
                          "location": "path",
                          "type": "string",
                          "description": "Required. The name of the QaScorecardRevision to deploy."
                        }
                      },
                      "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.deploy",
                      "parameterOrder": [
                        "name"
                      ],
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1DeployQaScorecardRevisionRequest"
                      }
                    },
                    "undeploy": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "Required. The name of the QaScorecardRevision to undeploy.",
                          "type": "string"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1UndeployQaScorecardRevisionRequest"
                      },
                      "description": "Undeploy a QaScorecardRevision.",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}:undeploy",
                      "path": "v1alpha1/{+name}:undeploy",
                      "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.undeploy",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecardRevision"
                      },
                      "httpMethod": "POST"
                    },
                    "tuneQaScorecardRevision": {
                      "path": "v1alpha1/{+parent}:tuneQaScorecardRevision",
                      "parameterOrder": [
                        "parent"
                      ],
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.tuneQaScorecardRevision",
                      "httpMethod": "POST",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}:tuneQaScorecardRevision",
                      "description": "Fine tune one or more QaModels.",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1TuneQaScorecardRevisionRequest"
                      },
                      "parameters": {
                        "parent": {
                          "description": "Required. The parent resource for new fine tuning job instance.",
                          "location": "path",
                          "required": true,
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+$"
                        }
                      },
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      }
                    }
                  },
                  "resources": {
                    "qaQuestions": {
                      "methods": {
                        "create": {
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestion"
                          },
                          "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.qaQuestions.create",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}/qaQuestions",
                          "parameterOrder": [
                            "parent"
                          ],
                          "parameters": {
                            "qaQuestionId": {
                              "location": "query",
                              "type": "string",
                              "description": "Optional. A unique ID for the new question. This ID will become the final component of the question's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-`."
                            },
                            "parent": {
                              "description": "Required. The parent resource of the QaQuestion.",
                              "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+$",
                              "location": "path",
                              "required": true,
                              "type": "string"
                            }
                          },
                          "httpMethod": "POST",
                          "request": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestion"
                          },
                          "description": "Create a QaQuestion.",
                          "path": "v1alpha1/{+parent}/qaQuestions",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ]
                        },
                        "get": {
                          "httpMethod": "GET",
                          "path": "v1alpha1/{+name}",
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestion"
                          },
                          "description": "Gets a QaQuestion.",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}/qaQuestions/{qaQuestionsId}",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.qaQuestions.get",
                          "parameters": {
                            "name": {
                              "type": "string",
                              "description": "Required. The name of the QaQuestion to get.",
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+/qaQuestions/[^/]+$",
                              "required": true
                            }
                          },
                          "parameterOrder": [
                            "name"
                          ]
                        },
                        "patch": {
                          "request": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestion"
                          },
                          "path": "v1alpha1/{+name}",
                          "description": "Updates a QaQuestion.",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameters": {
                            "updateMask": {
                              "type": "string",
                              "format": "google-fieldmask",
                              "location": "query",
                              "description": "Required. The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `abbreviation` * `answer_choices` * `answer_instructions` * `order` * `question_body` * `tags`"
                            },
                            "name": {
                              "description": "Identifier. The resource name of the question. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}/qaQuestions/{qa_question}",
                              "type": "string",
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+/qaQuestions/[^/]+$",
                              "location": "path"
                            }
                          },
                          "parameterOrder": [
                            "name"
                          ],
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestion"
                          },
                          "httpMethod": "PATCH",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}/qaQuestions/{qaQuestionsId}",
                          "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.qaQuestions.patch"
                        },
                        "list": {
                          "description": "Lists QaQuestions.",
                          "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.qaQuestions.list",
                          "parameters": {
                            "pageToken": {
                              "description": "Optional. The value returned by the last `ListQaQuestionsResponse`. This value indicates that this is a continuation of a prior `ListQaQuestions` call and that the system should return the next page of data.",
                              "location": "query",
                              "type": "string"
                            },
                            "pageSize": {
                              "description": "Optional. The maximum number of questions to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                              "format": "int32",
                              "type": "integer",
                              "location": "query"
                            },
                            "parent": {
                              "description": "Required. The parent resource of the questions.",
                              "required": true,
                              "type": "string",
                              "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+$",
                              "location": "path"
                            }
                          },
                          "parameterOrder": [
                            "parent"
                          ],
                          "path": "v1alpha1/{+parent}/qaQuestions",
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListQaQuestionsResponse"
                          },
                          "httpMethod": "GET",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}/qaQuestions"
                        },
                        "delete": {
                          "parameterOrder": [
                            "name"
                          ],
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "id": "contactcenterinsights.projects.locations.qaScorecards.revisions.qaQuestions.delete",
                          "parameters": {
                            "name": {
                              "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+/revisions/[^/]+/qaQuestions/[^/]+$",
                              "location": "path",
                              "description": "Required. The name of the QaQuestion to delete.",
                              "required": true,
                              "type": "string"
                            }
                          },
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}/revisions/{revisionsId}/qaQuestions/{qaQuestionsId}",
                          "httpMethod": "DELETE",
                          "description": "Deletes a QaQuestion.",
                          "response": {
                            "$ref": "GoogleProtobufEmpty"
                          },
                          "path": "v1alpha1/{+name}"
                        }
                      }
                    }
                  }
                }
              },
              "methods": {
                "delete": {
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "force": {
                      "type": "boolean",
                      "description": "Optional. If set to true, all of this QaScorecard's child resources will also be deleted. Otherwise, the request will only succeed if it has none.",
                      "location": "query"
                    },
                    "name": {
                      "type": "string",
                      "required": true,
                      "description": "Required. The name of the QaScorecard to delete.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+$"
                    }
                  },
                  "id": "contactcenterinsights.projects.locations.qaScorecards.delete",
                  "path": "v1alpha1/{+name}",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}",
                  "description": "Deletes a QaScorecard.",
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "patch": {
                  "id": "contactcenterinsights.projects.locations.qaScorecards.patch",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+$",
                      "description": "Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}",
                      "location": "path"
                    },
                    "updateMask": {
                      "format": "google-fieldmask",
                      "description": "Required. The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `description` * `display_name`",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "description": "Updates a QaScorecard.",
                  "path": "v1alpha1/{+name}",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecard"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecard"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "PATCH",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}"
                },
                "list": {
                  "description": "Lists QaScorecards.",
                  "parameters": {
                    "qaScorecardSources": {
                      "enum": [
                        "QA_SCORECARD_SOURCE_UNSPECIFIED",
                        "QA_SCORECARD_SOURCE_CUSTOMER_DEFINED",
                        "QA_SCORECARD_SOURCE_DISCOVERY_ENGINE",
                        "QA_SCORECARD_SOURCE_INTENT_TAXONOMY"
                      ],
                      "description": "Optional. The source of scorecards are based on how those Scorecards were created, e.g., a customer-defined scorecard, a predefined scorecard, etc. This field is used to retrieve Scorecards of one or more sources.",
                      "enumDescriptions": [
                        "The source of the scorecard is unspecified. Default to QA_SCORECARD_SOURCE_CUSTOMER_DEFINED.",
                        "The scorecard is a custom scorecard created by the user.",
                        "The scorecard is a scorecard created through discovery engine deployment.",
                        "The scorecard is derived from the custom intent taxonomy. Customers can edit question content, but cannot delete the scorecard or add/remove questions."
                      ],
                      "location": "query",
                      "type": "string",
                      "repeated": true
                    },
                    "pageSize": {
                      "location": "query",
                      "format": "int32",
                      "description": "Optional. The maximum number of scorecards to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                      "type": "integer"
                    },
                    "pageToken": {
                      "description": "Optional. The value returned by the last `ListQaScorecardsResponse`. This value indicates that this is a continuation of a prior `ListQaScorecards` call and that the system should return the next page of data.",
                      "type": "string",
                      "location": "query"
                    },
                    "parent": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource of the scorecards."
                    }
                  },
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListQaScorecardsResponse"
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "contactcenterinsights.projects.locations.qaScorecards.list",
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+parent}/qaScorecards"
                },
                "get": {
                  "path": "v1alpha1/{+name}",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "description": "Required. The name of the QaScorecard to get.",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/qaScorecards/[^/]+$"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "contactcenterinsights.projects.locations.qaScorecards.get",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards/{qaScorecardsId}",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecard"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets a QaScorecard.",
                  "httpMethod": "GET"
                },
                "create": {
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecard"
                  },
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource of the QaScorecard.",
                      "required": true
                    },
                    "qaScorecardId": {
                      "description": "Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-`.",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "id": "contactcenterinsights.projects.locations.qaScorecards.create",
                  "path": "v1alpha1/{+parent}/qaScorecards",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaScorecards",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Create a QaScorecard.",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaScorecard"
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              }
            },
            "assessmentRules": {
              "methods": {
                "patch": {
                  "path": "v1alpha1/{+name}",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssessmentRule"
                  },
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssessmentRule"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "contactcenterinsights.projects.locations.assessmentRules.patch",
                  "httpMethod": "PATCH",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assessmentRules/{assessmentRulesId}",
                  "parameters": {
                    "updateMask": {
                      "format": "google-fieldmask",
                      "location": "query",
                      "description": "Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields.",
                      "type": "string"
                    },
                    "name": {
                      "description": "Identifier. The resource name of the assessment rule. Format: projects/{project}/locations/{location}/assessmentRules/{assessment_rule}",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/assessmentRules/[^/]+$"
                    }
                  },
                  "description": "Updates an assessment rule."
                },
                "delete": {
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assessmentRules/{assessmentRulesId}",
                  "description": "Deletes an assessment rule.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the assessment rule to delete.",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/assessmentRules/[^/]+$"
                    }
                  },
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.assessmentRules.delete"
                },
                "create": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Creates an assessment rule.",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource of the assessment rule. Required. The location to create a assessment rule for. Format: `projects//locations/` or `projects//locations/`",
                      "required": true,
                      "type": "string",
                      "location": "path"
                    },
                    "assessmentRuleId": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A unique ID for the new AssessmentRule. This ID will become the final component of the AssessmentRule's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`."
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "contactcenterinsights.projects.locations.assessmentRules.create",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssessmentRule"
                  },
                  "path": "v1alpha1/{+parent}/assessmentRules",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssessmentRule"
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assessmentRules"
                },
                "list": {
                  "httpMethod": "GET",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assessmentRules",
                  "id": "contactcenterinsights.projects.locations.assessmentRules.list",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAssessmentRulesResponse"
                  },
                  "description": "Lists assessment rules.",
                  "path": "v1alpha1/{+parent}/assessmentRules",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "pageSize": {
                      "format": "int32",
                      "location": "query",
                      "description": "Optional. The maximum number of assessment rule to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                      "type": "integer"
                    },
                    "parent": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource of the assessment rules.",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. The value returned by the last `ListAssessmentRulesResponse`; indicates that this is a continuation of a prior `ListAssessmentRules` call and the system should return the next page of data.",
                      "location": "query",
                      "type": "string"
                    }
                  }
                },
                "get": {
                  "description": "Get an assessment rule.",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the assessment rule to get.",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/assessmentRules/[^/]+$"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "contactcenterinsights.projects.locations.assessmentRules.get",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssessmentRule"
                  },
                  "httpMethod": "GET",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assessmentRules/{assessmentRulesId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+name}"
                }
              }
            },
            "operations": {
              "methods": {
                "list": {
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "The standard list page token."
                    },
                    "filter": {
                      "description": "The standard list filter.",
                      "location": "query",
                      "type": "string"
                    },
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "description": "The name of the operation's parent resource.",
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "The standard list page size.",
                      "type": "integer",
                      "format": "int32",
                      "location": "query"
                    },
                    "returnPartialSuccess": {
                      "type": "boolean",
                      "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
                      "location": "query"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningListOperationsResponse"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "GET",
                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
                  "path": "v1alpha1/{+name}/operations",
                  "id": "contactcenterinsights.projects.locations.operations.list",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/operations"
                },
                "cancel": {
                  "path": "v1alpha1/{+name}:cancel",
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "description": "The name of the operation resource to be cancelled.",
                      "required": true,
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "POST",
                  "id": "contactcenterinsights.projects.locations.operations.cancel",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`."
                },
                "get": {
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.operations.get",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "required": true,
                      "description": "The name of the operation resource.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service."
                }
              }
            },
            "assistantSessions": {
              "methods": {
                "get": {
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "contactcenterinsights.projects.locations.assistantSessions.get",
                  "description": "Gets an assistant session.",
                  "path": "v1alpha1/{+name}",
                  "httpMethod": "GET",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the assistant session to retrieve. Format: `projects/{project}/locations/{location}/assistantSessions/{assistant_session}`",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/assistantSessions/[^/]+$"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assistantSessions/{assistantSessionsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssistantSession"
                  }
                },
                "list": {
                  "parameters": {
                    "pageToken": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A page token, received from a previous `ListAssistantSessions` call. Provide this to retrieve the subsequent page."
                    },
                    "filter": {
                      "description": "Optional. A filter to reduce results to a specific subset.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource, which owns this collection of assistant sessions. Format: `projects/{project}/locations/{location}`",
                      "type": "string",
                      "required": true
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "description": "Optional. The maximum number of assistant sessions to return in a single response. If unspecified, at most 100 assistant sessions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "format": "int32"
                    }
                  },
                  "path": "v1alpha1/{+parent}/assistantSessions",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists assistant sessions.",
                  "id": "contactcenterinsights.projects.locations.assistantSessions.list",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assistantSessions",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAssistantSessionsResponse"
                  },
                  "httpMethod": "GET"
                },
                "streamChat": {
                  "httpMethod": "POST",
                  "description": "Streams chat messages from the assistant.",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1StreamChatRequest"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1StreamChatResponse"
                  },
                  "id": "contactcenterinsights.projects.locations.assistantSessions.streamChat",
                  "path": "v1alpha1/{+name}:streamChat",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/assistantSessions/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the assistant session to stream chat. Format: `projects/{project}/locations/{location}/assistantSessions/{assistant_session}`"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assistantSessions/{assistantSessionsId}:streamChat"
                },
                "create": {
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssistantSession"
                  },
                  "path": "v1alpha1/{+parent}/assistantSessions",
                  "description": "Creates an assistant session.",
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent resource where this assistant session will be created. Format: projects/{project}/locations/{location}",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "assistantSessionId": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. The ID to use for the assistant session, which will become the final component of the assistant session's resource name. If not provided, a random UUID will be generated by the server. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`."
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/assistantSessions",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AssistantSession"
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "contactcenterinsights.projects.locations.assistantSessions.create"
                }
              }
            },
            "insightsdata": {
              "methods": {
                "export": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/insightsdata:export",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Export insights data to a destination defined in the request body.",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest"
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "location": "path",
                      "description": "Required. The parent resource to export data from.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    }
                  },
                  "id": "contactcenterinsights.projects.locations.insightsdata.export",
                  "path": "v1alpha1/{+parent}/insightsdata:export"
                }
              }
            },
            "datasets": {
              "methods": {
                "bulkUploadFeedbackLabels": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Upload feedback labels from an external source in bulk. Currently supports labeling Quality AI example conversations.",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkUploadFeedbackLabelsRequest"
                  },
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource for new feedback labels.",
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                      "required": true
                    }
                  },
                  "httpMethod": "POST",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:bulkUploadFeedbackLabels",
                  "id": "contactcenterinsights.projects.locations.datasets.bulkUploadFeedbackLabels",
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1alpha1/{+parent}:bulkUploadFeedbackLabels"
                },
                "create": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets",
                  "description": "Creates a dataset.",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dataset"
                  },
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dataset"
                  },
                  "httpMethod": "POST",
                  "path": "v1alpha1/{+parent}/datasets",
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent resource of the dataset.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "datasetId": {
                      "description": "Optional. The ID to use for the dataset.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "contactcenterinsights.projects.locations.datasets.create",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "bulkDeleteFeedbackLabels": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:bulkDeleteFeedbackLabels",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+parent}:bulkDeleteFeedbackLabels",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "contactcenterinsights.projects.locations.datasets.bulkDeleteFeedbackLabels",
                  "description": "Delete feedback labels in bulk using a filter.",
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                      "required": true,
                      "description": "Required. The parent resource for new feedback labels.",
                      "type": "string"
                    }
                  }
                },
                "delete": {
                  "id": "contactcenterinsights.projects.locations.datasets.delete",
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "httpMethod": "DELETE",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}",
                  "path": "v1alpha1/{+name}",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                      "description": "Required. The name of the dataset to delete.",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Delete a dataset."
                },
                "get": {
                  "description": "Gets a dataset.",
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "contactcenterinsights.projects.locations.datasets.get",
                  "path": "v1alpha1/{+name}",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                      "description": "Required. The name of the dataset to get."
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dataset"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET"
                },
                "bulkDownloadFeedbackLabels": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDownloadFeedbackLabelsRequest"
                  },
                  "description": "Download feedback labels in bulk from an external source. Currently supports exporting Quality AI example conversations with transcripts and question bodies.",
                  "path": "v1alpha1/{+parent}:bulkDownloadFeedbackLabels",
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                      "required": true,
                      "description": "Required. The parent resource for new feedback labels.",
                      "type": "string"
                    }
                  },
                  "httpMethod": "POST",
                  "id": "contactcenterinsights.projects.locations.datasets.bulkDownloadFeedbackLabels",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:bulkDownloadFeedbackLabels",
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "listAllFeedbackLabels": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:listAllFeedbackLabels",
                  "httpMethod": "GET",
                  "description": "List all feedback labels by project number.",
                  "id": "contactcenterinsights.projects.locations.datasets.listAllFeedbackLabels",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAllFeedbackLabelsResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1alpha1/{+parent}:listAllFeedbackLabels",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "location": "path",
                      "description": "Required. The parent resource of all feedback labels per project.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$"
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. The value returned by the last `ListAllFeedbackLabelsResponse`. This value indicates that this is a continuation of a prior `ListAllFeedbackLabels` call and that the system should return the next page of data."
                    },
                    "filter": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A filter to reduce results to a specific subset in the entire project. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id` * `qa_question_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING"
                    },
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "description": "Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.",
                      "location": "query"
                    }
                  }
                },
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "id": "contactcenterinsights.projects.locations.datasets.list",
                  "description": "List datasets matching the input.",
                  "parameters": {
                    "pageSize": {
                      "type": "integer",
                      "description": "Optional. The maximum number of datasets to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                      "location": "query",
                      "format": "int32"
                    },
                    "parent": {
                      "description": "Required. The parent resource of the dataset.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string",
                      "required": true,
                      "location": "path"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. The value returned by the last `ListDatasetsResponse`; indicates that this is a continuation of a prior `ListDatasets` call and the system should return the next page of data.",
                      "location": "query"
                    },
                    "filter": {
                      "description": "Optional. A filter to reduce results to a specific subset. Useful for querying datasets with specific properties. Supported fields include, for Q2 though we only support list by project: - `type` - `description` - `project_number`",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "path": "v1alpha1/{+parent}/datasets",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListDatasetsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets"
                },
                "patch": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}",
                  "httpMethod": "PATCH",
                  "id": "contactcenterinsights.projects.locations.datasets.patch",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dataset"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+name}",
                  "description": "Updates a dataset.",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dataset"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "updateMask": {
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask",
                      "description": "Optional. The list of fields to update."
                    },
                    "name": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                      "description": "Immutable. Identifier. Resource name of the dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}",
                      "type": "string"
                    }
                  }
                }
              },
              "resources": {
                "insightsdata": {
                  "methods": {
                    "export": {
                      "id": "contactcenterinsights.projects.locations.datasets.insightsdata.export",
                      "httpMethod": "POST",
                      "path": "v1alpha1/{+parent}/insightsdata:export",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/insightsdata:export",
                      "description": "Export insights data to a destination defined in the request body.",
                      "parameterOrder": [
                        "parent"
                      ],
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "parameters": {
                        "parent": {
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                          "location": "path",
                          "description": "Required. The parent resource to export data from."
                        }
                      },
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest"
                      }
                    }
                  }
                },
                "conversations": {
                  "resources": {
                    "feedbackLabels": {
                      "methods": {
                        "list": {
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse"
                          },
                          "description": "List feedback labels.",
                          "parameters": {
                            "filter": {
                              "location": "query",
                              "description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Automatically sorts by conversation ID. To sort by all feedback labels in a project see ListAllFeedbackLabels. Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING",
                              "type": "string"
                            },
                            "pageToken": {
                              "description": "Optional. The value returned by the last `ListFeedbackLabelsResponse`. This value indicates that this is a continuation of a prior `ListFeedbackLabels` call and that the system should return the next page of data.",
                              "type": "string",
                              "location": "query"
                            },
                            "pageSize": {
                              "type": "integer",
                              "format": "int32",
                              "description": "Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.",
                              "location": "query"
                            },
                            "parent": {
                              "location": "path",
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+$",
                              "type": "string",
                              "description": "Required. The parent resource of the feedback labels."
                            }
                          },
                          "id": "contactcenterinsights.projects.locations.datasets.conversations.feedbackLabels.list",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}/feedbackLabels",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameterOrder": [
                            "parent"
                          ],
                          "path": "v1alpha1/{+parent}/feedbackLabels",
                          "httpMethod": "GET"
                        },
                        "delete": {
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}",
                          "path": "v1alpha1/{+name}",
                          "description": "Delete feedback label.",
                          "response": {
                            "$ref": "GoogleProtobufEmpty"
                          },
                          "parameters": {
                            "name": {
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$",
                              "type": "string",
                              "description": "Required. The name of the feedback label to delete.",
                              "location": "path"
                            }
                          },
                          "id": "contactcenterinsights.projects.locations.datasets.conversations.feedbackLabels.delete",
                          "httpMethod": "DELETE",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameterOrder": [
                            "name"
                          ]
                        },
                        "patch": {
                          "id": "contactcenterinsights.projects.locations.datasets.conversations.feedbackLabels.patch",
                          "parameters": {
                            "name": {
                              "description": "Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}",
                              "location": "path",
                              "required": true,
                              "type": "string",
                              "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$"
                            },
                            "updateMask": {
                              "format": "google-fieldmask",
                              "description": "Required. The list of fields to be updated.",
                              "location": "query",
                              "type": "string"
                            }
                          },
                          "httpMethod": "PATCH",
                          "description": "Update feedback label.",
                          "path": "v1alpha1/{+name}",
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                          },
                          "request": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                          },
                          "parameterOrder": [
                            "name"
                          ],
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ]
                        },
                        "create": {
                          "request": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                          },
                          "parameterOrder": [
                            "parent"
                          ],
                          "description": "Create feedback label.",
                          "parameters": {
                            "parent": {
                              "required": true,
                              "description": "Required. The parent resource of the feedback label.",
                              "type": "string",
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+$"
                            },
                            "feedbackLabelId": {
                              "description": "Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.",
                              "type": "string",
                              "location": "query"
                            }
                          },
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}/feedbackLabels",
                          "httpMethod": "POST",
                          "id": "contactcenterinsights.projects.locations.datasets.conversations.feedbackLabels.create",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                          },
                          "path": "v1alpha1/{+parent}/feedbackLabels"
                        },
                        "get": {
                          "parameterOrder": [
                            "name"
                          ],
                          "id": "contactcenterinsights.projects.locations.datasets.conversations.feedbackLabels.get",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "httpMethod": "GET",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}",
                          "parameters": {
                            "name": {
                              "location": "path",
                              "description": "Required. The name of the feedback label to get.",
                              "required": true,
                              "type": "string",
                              "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$"
                            }
                          },
                          "path": "v1alpha1/{+name}",
                          "description": "Get feedback label.",
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                          }
                        }
                      }
                    }
                  },
                  "methods": {
                    "get": {
                      "description": "Gets a conversation.",
                      "path": "v1alpha1/{+name}",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "description": "Required. The name of the conversation to get.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+$",
                          "required": true
                        },
                        "view": {
                          "enum": [
                            "CONVERSATION_VIEW_UNSPECIFIED",
                            "FULL",
                            "BASIC"
                          ],
                          "description": "The level of details of the conversation. Default is `FULL`.",
                          "type": "string",
                          "enumDescriptions": [
                            "The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.",
                            "Populates all fields in the conversation.",
                            "Populates all fields in the conversation except the transcript."
                          ],
                          "location": "query"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}",
                      "id": "contactcenterinsights.projects.locations.datasets.conversations.get",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
                      }
                    },
                    "delete": {
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}",
                      "id": "contactcenterinsights.projects.locations.datasets.conversations.delete",
                      "response": {
                        "$ref": "GoogleProtobufEmpty"
                      },
                      "parameters": {
                        "name": {
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+$",
                          "location": "path",
                          "description": "Required. The name of the conversation to delete.",
                          "required": true
                        },
                        "force": {
                          "description": "If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.",
                          "type": "boolean",
                          "location": "query"
                        }
                      },
                      "path": "v1alpha1/{+name}",
                      "httpMethod": "DELETE",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Deletes a conversation.",
                      "parameterOrder": [
                        "name"
                      ]
                    },
                    "list": {
                      "path": "v1alpha1/{+parent}/conversations",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListConversationsResponse"
                      },
                      "httpMethod": "GET",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations",
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "contactcenterinsights.projects.locations.datasets.conversations.list",
                      "description": "Lists conversations.",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                          "description": "Required. The parent resource of the conversation.",
                          "type": "string",
                          "required": true,
                          "location": "path"
                        },
                        "pageSize": {
                          "format": "int32",
                          "location": "query",
                          "type": "integer",
                          "description": "The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size."
                        },
                        "orderBy": {
                          "type": "string",
                          "location": "query",
                          "description": "Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering)."
                        },
                        "view": {
                          "enum": [
                            "CONVERSATION_VIEW_UNSPECIFIED",
                            "FULL",
                            "BASIC"
                          ],
                          "description": "The level of details of the conversation. Default is `BASIC`.",
                          "location": "query",
                          "type": "string",
                          "enumDescriptions": [
                            "The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.",
                            "Populates all fields in the conversation.",
                            "Populates all fields in the conversation except the transcript."
                          ]
                        },
                        "pageToken": {
                          "type": "string",
                          "location": "query",
                          "description": "The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data."
                        },
                        "filter": {
                          "description": "A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.",
                          "type": "string",
                          "location": "query"
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "sample": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "contactcenterinsights.projects.locations.datasets.conversations.sample",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1SampleConversationsRequest"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1alpha1/{+parent}/conversations:sample",
                      "description": "Samples conversations based on user configuration and handles the sampled conversations for different use cases.",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                          "type": "string",
                          "description": "Required. The parent resource of the dataset.",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations:sample",
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      }
                    },
                    "generateSignedAudio": {
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}:generateSignedAudio",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerateConversationSignedAudioResponse"
                      },
                      "path": "v1alpha1/{+name}:generateSignedAudio",
                      "id": "contactcenterinsights.projects.locations.datasets.conversations.generateSignedAudio",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+$",
                          "location": "path",
                          "type": "string",
                          "description": "Required. The name of the conversation to sign.",
                          "required": true
                        }
                      },
                      "description": "Gets the signed URI for the audio for the given conversation.",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "calculateStats": {
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsRequest"
                      },
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponse"
                      },
                      "path": "v1alpha1/{+location}/conversations:calculateStats",
                      "id": "contactcenterinsights.projects.locations.datasets.conversations.calculateStats",
                      "httpMethod": "POST",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations:calculateStats",
                      "description": "Gets conversation statistics.",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "location": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "description": "Required. The location of the conversations."
                        }
                      },
                      "parameterOrder": [
                        "location"
                      ]
                    },
                    "bulkDelete": {
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$"
                        }
                      },
                      "parameterOrder": [
                        "parent"
                      ],
                      "description": "Deletes multiple conversations in a single request.",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations:bulkDelete",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest"
                      },
                      "id": "contactcenterinsights.projects.locations.datasets.conversations.bulkDelete",
                      "path": "v1alpha1/{+parent}/conversations:bulkDelete",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "POST"
                    },
                    "ingest": {
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequest"
                      },
                      "httpMethod": "POST",
                      "parameterOrder": [
                        "parent"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations:ingest",
                      "description": "Imports conversations and processes them according to the user's configuration.",
                      "path": "v1alpha1/{+parent}/conversations:ingest",
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
                          "description": "Required. The parent resource for new conversations.",
                          "required": true,
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.datasets.conversations.ingest"
                    }
                  }
                }
              }
            },
            "qaQuestionTags": {
              "methods": {
                "get": {
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag"
                  },
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaQuestionTags/{qaQuestionTagsId}",
                  "id": "contactcenterinsights.projects.locations.qaQuestionTags.get",
                  "path": "v1alpha1/{+name}",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/qaQuestionTags/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the QaQuestionTag to get."
                    }
                  },
                  "description": "Gets a QaQuestionTag."
                },
                "list": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaQuestionTags",
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+parent}/qaQuestionTags",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListQaQuestionTagsResponse"
                  },
                  "id": "contactcenterinsights.projects.locations.qaQuestionTags.list",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists the question tags.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "filter": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A filter to reduce results to a specific subset. Supports conjunctions (ie. AND operators). Supported fields include the following: * `project_id` - id of the project to list tags for * `qa_scorecard_id` - id of the scorecard to list tags for * `revision_id` - id of the scorecard revision to list tags for` * `qa_question_id - id of the question to list tags for`"
                    },
                    "parent": {
                      "location": "path",
                      "description": "Required. The parent resource of the QaQuestionTags.",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    }
                  }
                },
                "create": {
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+parent}/qaQuestionTags",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "contactcenterinsights.projects.locations.qaQuestionTags.create",
                  "description": "Creates a QaQuestionTag.",
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource of the QaQuestionTag.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string",
                      "required": true,
                      "location": "path"
                    },
                    "qaQuestionTagId": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A unique ID for the new QaQuestionTag. This ID will become the final component of the QaQuestionTag's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-`."
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaQuestionTags",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag"
                  }
                },
                "delete": {
                  "path": "v1alpha1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "Required. The name of the QaQuestionTag to delete.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/qaQuestionTags/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaQuestionTags/{qaQuestionTagsId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "Deletes a QaQuestionTag.",
                  "id": "contactcenterinsights.projects.locations.qaQuestionTags.delete",
                  "httpMethod": "DELETE"
                },
                "patch": {
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag"
                  },
                  "httpMethod": "PATCH",
                  "path": "v1alpha1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/qaQuestionTags/{qaQuestionTagsId}",
                  "id": "contactcenterinsights.projects.locations.qaQuestionTags.patch",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameters": {
                    "name": {
                      "location": "path",
                      "description": "Identifier. Resource name for the QaQuestionTag Format projects/{project}/locations/{location}/qaQuestionTags/{qa_question_tag} In the above format, the last segment, i.e., qa_question_tag, is a server-generated ID corresponding to the tag resource.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/qaQuestionTags/[^/]+$",
                      "type": "string",
                      "required": true
                    },
                    "updateMask": {
                      "description": "Optional. The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `qa_question_tag_name` - the name of the tag * `qa_question_ids` - the list of questions the tag applies to",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    }
                  },
                  "description": "Updates a QaQuestionTag."
                }
              }
            },
            "encryptionSpec": {
              "methods": {
                "initialize": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Initializes a location-level encryption key specification. An error will result if the location has resources already created before the initialization. After the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.",
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/encryptionSpec:initialize",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/encryptionSpec$",
                      "description": "Immutable. The resource name of the encryption key specification resource. Format: projects/{project}/locations/{location}/encryptionSpec"
                    }
                  },
                  "id": "contactcenterinsights.projects.locations.encryptionSpec.initialize",
                  "path": "v1alpha1/{+name}:initialize",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecRequest"
                  }
                }
              }
            },
            "authorizedViewSets": {
              "methods": {
                "list": {
                  "httpMethod": "GET",
                  "id": "contactcenterinsights.projects.locations.authorizedViewSets.list",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+parent}/authorizedViewSets",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "List AuthorizedViewSets",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAuthorizedViewSetsResponse"
                  },
                  "parameters": {
                    "orderBy": {
                      "description": "Optional. The order by expression to order authorized view sets listed in the response.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. The filter expression to filter authorized view sets listed in the response."
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of view sets to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                      "format": "int32",
                      "type": "integer",
                      "location": "query"
                    },
                    "parent": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource of the AuthorizedViewSets."
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. The value returned by the last `ListAuthorizedViewSetsResponse`. This value indicates that this is a continuation of a prior `ListAuthorizedViewSets` call and that the system should return the next page of data."
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets"
                },
                "delete": {
                  "description": "Deletes an AuthorizedViewSet.",
                  "id": "contactcenterinsights.projects.locations.authorizedViewSets.delete",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the AuthorizedViewSet to delete.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+$"
                    },
                    "force": {
                      "description": "Optional. If set to true, all of this AuthorizedViewSet's child resources will also be deleted. Otherwise, the request will only succeed if it has none.",
                      "type": "boolean",
                      "location": "query"
                    }
                  },
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}",
                  "path": "v1alpha1/{+name}",
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  }
                },
                "patch": {
                  "id": "contactcenterinsights.projects.locations.authorizedViewSets.patch",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1alpha1/{+name}",
                  "httpMethod": "PATCH",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedViewSet"
                  },
                  "description": "Updates an AuthorizedViewSet.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}",
                  "parameters": {
                    "name": {
                      "description": "Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}",
                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "updateMask": {
                      "format": "google-fieldmask",
                      "type": "string",
                      "location": "query",
                      "description": "Optional. The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `display_name`"
                    }
                  },
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedViewSet"
                  }
                },
                "create": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedViewSet"
                  },
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "description": "Required. The parent resource of the AuthorizedViewSet.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "authorizedViewSetId": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A unique ID for the new AuthorizedViewSet. This ID will become the final component of the AuthorizedViewSet's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See https://google.aip.dev/122#resource-id-segments"
                    }
                  },
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedViewSet"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "contactcenterinsights.projects.locations.authorizedViewSets.create",
                  "description": "Create AuthorizedViewSet",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1alpha1/{+parent}/authorizedViewSets"
                },
                "get": {
                  "id": "contactcenterinsights.projects.locations.authorizedViewSets.get",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedViewSet"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+name}",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+$",
                      "description": "Required. The name of the AuthorizedViewSet to get.",
                      "type": "string",
                      "required": true
                    }
                  },
                  "description": "Get AuthorizedViewSet"
                }
              },
              "resources": {
                "authorizedViews": {
                  "methods": {
                    "search": {
                      "description": "SearchAuthorizedViewSets",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1SearchAuthorizedViewsResponse"
                      },
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.search",
                      "path": "v1alpha1/{+parent}/authorizedViews:search",
                      "parameters": {
                        "pageToken": {
                          "type": "string",
                          "description": "Optional. The value returned by the last `ListAuthorizedViewsResponse`. This value indicates that this is a continuation of a prior `ListAuthorizedViews` call and that the system should return the next page of data.",
                          "location": "query"
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. The maximum number of view to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                          "type": "integer",
                          "location": "query"
                        },
                        "query": {
                          "type": "string",
                          "description": "Optional. The query expression to search authorized views.",
                          "location": "query"
                        },
                        "orderBy": {
                          "type": "string",
                          "location": "query",
                          "description": "Optional. The order by expression to order authorized views listed in the response."
                        },
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent resource of the AuthorizedViews. If the parent is set to `-`, all AuthorizedViews under the location will be returned.",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+$",
                          "location": "path"
                        }
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews:search",
                      "parameterOrder": [
                        "parent"
                      ],
                      "httpMethod": "GET"
                    },
                    "list": {
                      "path": "v1alpha1/{+parent}/authorizedViews",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews",
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.list",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAuthorizedViewsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "pageToken": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. The value returned by the last `ListAuthorizedViewsResponse`. This value indicates that this is a continuation of a prior `ListAuthorizedViews` call and that the system should return the next page of data."
                        },
                        "filter": {
                          "description": "Optional. The filter expression to filter authorized views listed in the response.",
                          "type": "string",
                          "location": "query"
                        },
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+$",
                          "description": "Required. The parent resource of the AuthorizedViews. If the parent is set to `-`, all AuthorizedViews under the location will be returned.",
                          "required": true,
                          "type": "string",
                          "location": "path"
                        },
                        "orderBy": {
                          "location": "query",
                          "description": "Optional. The order by expression to order authorized views listed in the response.",
                          "type": "string"
                        },
                        "pageSize": {
                          "type": "integer",
                          "format": "int32",
                          "description": "Optional. The maximum number of view to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                          "location": "query"
                        }
                      },
                      "description": "List AuthorizedViewSets",
                      "parameterOrder": [
                        "parent"
                      ]
                    },
                    "queryPerformanceOverview": {
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryPerformanceOverviewRequest"
                      },
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.queryPerformanceOverview",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:queryPerformanceOverview",
                      "parameters": {
                        "parent": {
                          "type": "string",
                          "required": true,
                          "description": "Required. The parent resource of the conversations to derive performance stats from. \"projects/{project}/locations/{location}\"",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$"
                        }
                      },
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Generates a summary of predefined performance metrics for a set of conversations. Conversations can be specified by specifying a time window and an agent id, for now. The summary includes a comparison of metrics computed for conversations in the previous time period, and also a comparison with peers in the same time period.",
                      "path": "v1alpha1/{+parent}:queryPerformanceOverview",
                      "parameterOrder": [
                        "parent"
                      ],
                      "httpMethod": "POST"
                    },
                    "getIamPolicy": {
                      "path": "v1alpha1/{+resource}:getIamPolicy",
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.getIamPolicy",
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      },
                      "httpMethod": "GET",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:getIamPolicy",
                      "parameters": {
                        "resource": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
                          "type": "string",
                          "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                          "required": true,
                          "location": "path"
                        },
                        "options.requestedPolicyVersion": {
                          "type": "integer",
                          "location": "query",
                          "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
                          "format": "int32"
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                      "parameterOrder": [
                        "resource"
                      ]
                    },
                    "create": {
                      "path": "v1alpha1/{+parent}/authorizedViews",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedView"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedView"
                      },
                      "httpMethod": "POST",
                      "parameters": {
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent resource of the AuthorizedView.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+$",
                          "required": true
                        },
                        "authorizedViewId": {
                          "description": "Optional. A unique ID for the new AuthorizedView. This ID will become the final component of the AuthorizedView's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See https://google.aip.dev/122#resource-id-segments",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "parameterOrder": [
                        "parent"
                      ],
                      "description": "Create AuthorizedView",
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.create"
                    },
                    "patch": {
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedView"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "PATCH",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedView"
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}",
                      "description": "Updates an AuthorizedView.",
                      "parameters": {
                        "name": {
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
                          "location": "path",
                          "type": "string",
                          "description": "Identifier. The resource name of the AuthorizedView. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}"
                        },
                        "updateMask": {
                          "type": "string",
                          "description": "Optional. The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `conversation_filter` * `display_name`",
                          "location": "query",
                          "format": "google-fieldmask"
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1alpha1/{+name}",
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.patch"
                    },
                    "queryMetrics": {
                      "httpMethod": "POST",
                      "parameterOrder": [
                        "location"
                      ],
                      "description": "Query metrics.",
                      "path": "v1alpha1/{+location}:queryMetrics",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.queryMetrics",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1QueryMetricsRequest"
                      },
                      "parameters": {
                        "location": {
                          "description": "Required. The location of the data. \"projects/{project}/locations/{location}\"",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
                          "type": "string",
                          "required": true
                        }
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:queryMetrics"
                    },
                    "generativeInsights": {
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.generativeInsights",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:generativeInsights",
                      "parameters": {
                        "location": {
                          "location": "path",
                          "required": true,
                          "description": "Required. The location of the data. \"projects/{project}/locations/{location}\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$"
                        }
                      },
                      "parameterOrder": [
                        "location"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Natural language based Insights which powers the next generation of dashboards in Insights. Next generation of QueryMetrics.",
                      "path": "v1alpha1/{+location}:generativeInsights",
                      "httpMethod": "POST",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsRequest"
                      }
                    },
                    "get": {
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.get",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1AuthorizedView"
                      },
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the AuthorizedView to get.",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$"
                        }
                      },
                      "description": "Get AuthorizedView",
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "GET",
                      "path": "v1alpha1/{+name}"
                    },
                    "testIamPermissions": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "GoogleIamV1TestIamPermissionsResponse"
                      },
                      "parameterOrder": [
                        "resource"
                      ],
                      "httpMethod": "POST",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:testIamPermissions",
                      "parameters": {
                        "resource": {
                          "type": "string",
                          "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$"
                        }
                      },
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.testIamPermissions",
                      "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                      "path": "v1alpha1/{+resource}:testIamPermissions",
                      "request": {
                        "$ref": "GoogleIamV1TestIamPermissionsRequest"
                      }
                    },
                    "delete": {
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "DELETE",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.delete",
                      "description": "Deletes an AuthorizedView.",
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the AuthorizedView to delete.",
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
                          "required": true,
                          "location": "path",
                          "type": "string"
                        }
                      },
                      "path": "v1alpha1/{+name}",
                      "response": {
                        "$ref": "GoogleProtobufEmpty"
                      },
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}"
                    },
                    "setIamPolicy": {
                      "parameters": {
                        "resource": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
                          "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                          "required": true,
                          "location": "path",
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      },
                      "parameterOrder": [
                        "resource"
                      ],
                      "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:setIamPolicy",
                      "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.setIamPolicy",
                      "path": "v1alpha1/{+resource}:setIamPolicy",
                      "request": {
                        "$ref": "GoogleIamV1SetIamPolicyRequest"
                      },
                      "httpMethod": "POST",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    }
                  },
                  "resources": {
                    "operations": {
                      "methods": {
                        "get": {
                          "response": {
                            "$ref": "GoogleLongrunningOperation"
                          },
                          "path": "v1alpha1/{+name}",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/operations/{operationsId}",
                          "httpMethod": "GET",
                          "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
                          "parameterOrder": [
                            "name"
                          ],
                          "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.operations.get",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameters": {
                            "name": {
                              "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/operations/[^/]+$",
                              "type": "string",
                              "required": true,
                              "location": "path",
                              "description": "The name of the operation resource."
                            }
                          }
                        },
                        "list": {
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "httpMethod": "GET",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/operations",
                          "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
                          "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.operations.list",
                          "response": {
                            "$ref": "GoogleLongrunningListOperationsResponse"
                          },
                          "path": "v1alpha1/{+name}/operations",
                          "parameterOrder": [
                            "name"
                          ],
                          "parameters": {
                            "returnPartialSuccess": {
                              "type": "boolean",
                              "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
                              "location": "query"
                            },
                            "name": {
                              "type": "string",
                              "description": "The name of the operation's parent resource.",
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
                              "required": true
                            },
                            "pageSize": {
                              "description": "The standard list page size.",
                              "format": "int32",
                              "location": "query",
                              "type": "integer"
                            },
                            "pageToken": {
                              "description": "The standard list page token.",
                              "location": "query",
                              "type": "string"
                            },
                            "filter": {
                              "description": "The standard list filter.",
                              "type": "string",
                              "location": "query"
                            }
                          }
                        },
                        "cancel": {
                          "parameters": {
                            "name": {
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/operations/[^/]+$",
                              "description": "The name of the operation resource to be cancelled.",
                              "type": "string",
                              "required": true
                            }
                          },
                          "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
                          "response": {
                            "$ref": "GoogleProtobufEmpty"
                          },
                          "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.operations.cancel",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameterOrder": [
                            "name"
                          ],
                          "path": "v1alpha1/{+name}:cancel",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/operations/{operationsId}:cancel",
                          "httpMethod": "POST"
                        }
                      }
                    },
                    "conversations": {
                      "methods": {
                        "list": {
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations",
                          "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.list",
                          "httpMethod": "GET",
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListConversationsResponse"
                          },
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameters": {
                            "pageSize": {
                              "location": "query",
                              "description": "The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.",
                              "type": "integer",
                              "format": "int32"
                            },
                            "filter": {
                              "type": "string",
                              "location": "query",
                              "description": "A filter to reduce results to a specific subset. Useful for querying conversations with specific properties."
                            },
                            "orderBy": {
                              "type": "string",
                              "description": "Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering).",
                              "location": "query"
                            },
                            "parent": {
                              "location": "path",
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
                              "type": "string",
                              "description": "Required. The parent resource of the conversation."
                            },
                            "pageToken": {
                              "description": "The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data.",
                              "type": "string",
                              "location": "query"
                            },
                            "view": {
                              "description": "The level of details of the conversation. Default is `BASIC`.",
                              "enum": [
                                "CONVERSATION_VIEW_UNSPECIFIED",
                                "FULL",
                                "BASIC"
                              ],
                              "type": "string",
                              "enumDescriptions": [
                                "The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.",
                                "Populates all fields in the conversation.",
                                "Populates all fields in the conversation except the transcript."
                              ],
                              "location": "query"
                            }
                          },
                          "parameterOrder": [
                            "parent"
                          ],
                          "description": "Lists conversations.",
                          "path": "v1alpha1/{+parent}/conversations"
                        },
                        "generateSignedAudio": {
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "description": "Gets the signed URI for the audio for the given conversation.",
                          "parameterOrder": [
                            "name"
                          ],
                          "path": "v1alpha1/{+name}:generateSignedAudio",
                          "httpMethod": "GET",
                          "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.generateSignedAudio",
                          "parameters": {
                            "name": {
                              "location": "path",
                              "required": true,
                              "type": "string",
                              "description": "Required. The name of the conversation to sign.",
                              "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$"
                            }
                          },
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1GenerateConversationSignedAudioResponse"
                          },
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}:generateSignedAudio"
                        },
                        "get": {
                          "httpMethod": "GET",
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1Conversation"
                          },
                          "path": "v1alpha1/{+name}",
                          "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.get",
                          "description": "Gets a conversation.",
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameters": {
                            "name": {
                              "type": "string",
                              "description": "Required. The name of the conversation to get.",
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$",
                              "location": "path"
                            },
                            "view": {
                              "enumDescriptions": [
                                "The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.",
                                "Populates all fields in the conversation.",
                                "Populates all fields in the conversation except the transcript."
                              ],
                              "enum": [
                                "CONVERSATION_VIEW_UNSPECIFIED",
                                "FULL",
                                "BASIC"
                              ],
                              "location": "query",
                              "type": "string",
                              "description": "The level of details of the conversation. Default is `FULL`."
                            }
                          },
                          "parameterOrder": [
                            "name"
                          ]
                        },
                        "delete": {
                          "parameterOrder": [
                            "name"
                          ],
                          "response": {
                            "$ref": "GoogleProtobufEmpty"
                          },
                          "path": "v1alpha1/{+name}",
                          "parameters": {
                            "force": {
                              "location": "query",
                              "description": "If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.",
                              "type": "boolean"
                            },
                            "name": {
                              "description": "Required. The name of the conversation to delete.",
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$",
                              "location": "path",
                              "type": "string"
                            }
                          },
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}",
                          "httpMethod": "DELETE",
                          "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.delete",
                          "description": "Deletes a conversation.",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ]
                        },
                        "calculateStats": {
                          "parameterOrder": [
                            "location"
                          ],
                          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations:calculateStats",
                          "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.calculateStats",
                          "parameters": {
                            "location": {
                              "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
                              "description": "Required. The location of the conversations.",
                              "location": "path",
                              "required": true,
                              "type": "string"
                            },
                            "filter": {
                              "location": "query",
                              "description": "A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties.",
                              "type": "string"
                            }
                          },
                          "response": {
                            "$ref": "GoogleCloudContactcenterinsightsV1alpha1CalculateStatsResponse"
                          },
                          "httpMethod": "GET",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "path": "v1alpha1/{+location}/conversations:calculateStats",
                          "description": "Gets conversation statistics."
                        }
                      },
                      "resources": {
                        "assessments": {
                          "resources": {
                            "notes": {
                              "methods": {
                                "list": {
                                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments/{assessmentsId}/notes",
                                  "description": "List Notes.",
                                  "parameters": {
                                    "pageToken": {
                                      "type": "string",
                                      "description": "Optional. The value returned by the last `ListNotesResponse`. This value indicates that this is a continuation of a prior `ListNotes` call and that the system should return the next page of data.",
                                      "location": "query"
                                    },
                                    "parent": {
                                      "location": "path",
                                      "required": true,
                                      "description": "Required. The parent resource of the notes.",
                                      "type": "string",
                                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/assessments/[^/]+$"
                                    },
                                    "pageSize": {
                                      "type": "integer",
                                      "location": "query",
                                      "description": "Optional. The maximum number of notes to return in the response. If zero the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                                      "format": "int32"
                                    }
                                  },
                                  "scopes": [
                                    "https://www.googleapis.com/auth/cloud-platform"
                                  ],
                                  "response": {
                                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListNotesResponse"
                                  },
                                  "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.notes.list",
                                  "path": "v1alpha1/{+parent}/notes",
                                  "httpMethod": "GET",
                                  "parameterOrder": [
                                    "parent"
                                  ]
                                },
                                "delete": {
                                  "httpMethod": "DELETE",
                                  "description": "Deletes a Note.",
                                  "scopes": [
                                    "https://www.googleapis.com/auth/cloud-platform"
                                  ],
                                  "path": "v1alpha1/{+name}",
                                  "response": {
                                    "$ref": "GoogleProtobufEmpty"
                                  },
                                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments/{assessmentsId}/notes/{notesId}",
                                  "parameterOrder": [
                                    "name"
                                  ],
                                  "parameters": {
                                    "name": {
                                      "description": "Required. The name of the note to delete.",
                                      "location": "path",
                                      "type": "string",
                                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/assessments/[^/]+/notes/[^/]+$",
                                      "required": true
                                    }
                                  },
                                  "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.notes.delete"
                                },
                                "create": {
                                  "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.notes.create",
                                  "parameters": {
                                    "parent": {
                                      "description": "Required. The parent resource of the note.",
                                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                                      "type": "string",
                                      "required": true,
                                      "location": "path"
                                    }
                                  },
                                  "description": "Create Note.",
                                  "path": "v1alpha1/{+parent}/notes",
                                  "response": {
                                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Note"
                                  },
                                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments/{assessmentsId}/notes",
                                  "httpMethod": "POST",
                                  "request": {
                                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Note"
                                  },
                                  "scopes": [
                                    "https://www.googleapis.com/auth/cloud-platform"
                                  ],
                                  "parameterOrder": [
                                    "parent"
                                  ]
                                },
                                "patch": {
                                  "httpMethod": "PATCH",
                                  "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.notes.patch",
                                  "scopes": [
                                    "https://www.googleapis.com/auth/cloud-platform"
                                  ],
                                  "request": {
                                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Note"
                                  },
                                  "path": "v1alpha1/{+name}",
                                  "response": {
                                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Note"
                                  },
                                  "parameterOrder": [
                                    "name"
                                  ],
                                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments/{assessmentsId}/notes/{notesId}",
                                  "description": "Update Note.",
                                  "parameters": {
                                    "name": {
                                      "location": "path",
                                      "type": "string",
                                      "description": "Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}",
                                      "required": true,
                                      "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/assessments/[^/]+/notes/[^/]+$"
                                    },
                                    "updateMask": {
                                      "location": "query",
                                      "description": "Optional. The list of fields to be updated. If the update_mask is empty, all updateable fields will be updated. Acceptable fields include: * `content`",
                                      "type": "string",
                                      "format": "google-fieldmask"
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "methods": {
                            "finalize": {
                              "description": "Finalize an Assessment.",
                              "httpMethod": "POST",
                              "parameterOrder": [
                                "name"
                              ],
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.finalize",
                              "path": "v1alpha1/{+name}:finalize",
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments/{assessmentsId}:finalize",
                              "request": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1FinalizeAssessmentRequest"
                              },
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                              },
                              "parameters": {
                                "name": {
                                  "location": "path",
                                  "description": "Required. The name of the assessment to finalize.",
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                                  "type": "string",
                                  "required": true
                                }
                              },
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ]
                            },
                            "create": {
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments",
                              "request": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                              },
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                              },
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.create",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "httpMethod": "POST",
                              "parameters": {
                                "parent": {
                                  "description": "Required. The parent resource of the assessment.",
                                  "required": true,
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$",
                                  "location": "path",
                                  "type": "string"
                                }
                              },
                              "description": "Create Assessment.",
                              "path": "v1alpha1/{+parent}/assessments",
                              "parameterOrder": [
                                "parent"
                              ]
                            },
                            "appeal": {
                              "parameters": {
                                "name": {
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                                  "type": "string",
                                  "required": true,
                                  "location": "path",
                                  "description": "Required. The name of the assessment to appeal."
                                }
                              },
                              "description": "Appeal an Assessment.",
                              "request": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1AppealAssessmentRequest"
                              },
                              "parameterOrder": [
                                "name"
                              ],
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments/{assessmentsId}:appeal",
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.appeal",
                              "path": "v1alpha1/{+name}:appeal",
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                              },
                              "httpMethod": "POST",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ]
                            },
                            "publish": {
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.publish",
                              "parameters": {
                                "name": {
                                  "description": "Required. The name of the assessment to publish.",
                                  "location": "path",
                                  "type": "string",
                                  "required": true,
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/assessments/[^/]+$"
                                }
                              },
                              "request": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1PublishAssessmentRequest"
                              },
                              "description": "Publish an Assessment.",
                              "parameterOrder": [
                                "name"
                              ],
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments/{assessmentsId}:publish",
                              "path": "v1alpha1/{+name}:publish",
                              "httpMethod": "POST",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                              }
                            },
                            "get": {
                              "parameterOrder": [
                                "name"
                              ],
                              "httpMethod": "GET",
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.get",
                              "path": "v1alpha1/{+name}",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments/{assessmentsId}",
                              "description": "Get Assessment.",
                              "parameters": {
                                "name": {
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                                  "type": "string",
                                  "required": true,
                                  "description": "Required. The name of the assessment to get.",
                                  "location": "path"
                                }
                              },
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1Assessment"
                              }
                            },
                            "list": {
                              "path": "v1alpha1/{+parent}/assessments",
                              "httpMethod": "GET",
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.list",
                              "description": "List Assessments.",
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments",
                              "parameterOrder": [
                                "parent"
                              ],
                              "parameters": {
                                "pageToken": {
                                  "description": "Optional. The value returned by the last `ListAssessmentRulesResponse`; indicates that this is a continuation of a prior `ListAssessmentRules` call and the system should return the next page of data.",
                                  "location": "query",
                                  "type": "string"
                                },
                                "parent": {
                                  "location": "path",
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$",
                                  "required": true,
                                  "description": "Required. The parent resource of the assessments. To list all assessments in a location, substitute the conversation ID with a '-' character.",
                                  "type": "string"
                                },
                                "filter": {
                                  "location": "query",
                                  "description": "Optional. A filter to reduce results to a specific subset. Supported filters include: * `state` - The state of the assessment * `agent_info.agent_id` - The ID of the agent the assessment is for",
                                  "type": "string"
                                },
                                "pageSize": {
                                  "description": "The maximum number of assessments to list. If zero, the service will select a default size. A call may return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                                  "format": "int32",
                                  "type": "integer",
                                  "location": "query"
                                }
                              },
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListAssessmentsResponse"
                              },
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ]
                            },
                            "delete": {
                              "path": "v1alpha1/{+name}",
                              "parameters": {
                                "name": {
                                  "type": "string",
                                  "description": "Required. The name of the assessment to delete.",
                                  "location": "path",
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/assessments/[^/]+$",
                                  "required": true
                                },
                                "force": {
                                  "location": "query",
                                  "description": "Optional. If set to true, all of this assessment's notes will also be deleted. Otherwise, the request will only succeed if it has no notes.",
                                  "type": "boolean"
                                }
                              },
                              "response": {
                                "$ref": "GoogleProtobufEmpty"
                              },
                              "parameterOrder": [
                                "name"
                              ],
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/assessments/{assessmentsId}",
                              "description": "Delete an Assessment.",
                              "httpMethod": "DELETE",
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.assessments.delete"
                            }
                          }
                        },
                        "feedbackLabels": {
                          "methods": {
                            "delete": {
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}",
                              "parameterOrder": [
                                "name"
                              ],
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.delete",
                              "description": "Delete feedback label.",
                              "httpMethod": "DELETE",
                              "response": {
                                "$ref": "GoogleProtobufEmpty"
                              },
                              "parameters": {
                                "name": {
                                  "description": "Required. The name of the feedback label to delete.",
                                  "location": "path",
                                  "type": "string",
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$",
                                  "required": true
                                }
                              },
                              "path": "v1alpha1/{+name}",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ]
                            },
                            "list": {
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels",
                              "path": "v1alpha1/{+parent}/feedbackLabels",
                              "parameterOrder": [
                                "parent"
                              ],
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse"
                              },
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.list",
                              "parameters": {
                                "filter": {
                                  "location": "query",
                                  "description": "Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Automatically sorts by conversation ID. To sort by all feedback labels in a project see ListAllFeedbackLabels. Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING",
                                  "type": "string"
                                },
                                "pageToken": {
                                  "description": "Optional. The value returned by the last `ListFeedbackLabelsResponse`. This value indicates that this is a continuation of a prior `ListFeedbackLabels` call and that the system should return the next page of data.",
                                  "type": "string",
                                  "location": "query"
                                },
                                "pageSize": {
                                  "description": "Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.",
                                  "location": "query",
                                  "type": "integer",
                                  "format": "int32"
                                },
                                "parent": {
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$",
                                  "required": true,
                                  "location": "path",
                                  "type": "string",
                                  "description": "Required. The parent resource of the feedback labels."
                                }
                              },
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "httpMethod": "GET",
                              "description": "List feedback labels."
                            },
                            "patch": {
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                              },
                              "parameterOrder": [
                                "name"
                              ],
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}",
                              "httpMethod": "PATCH",
                              "path": "v1alpha1/{+name}",
                              "parameters": {
                                "name": {
                                  "required": true,
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$",
                                  "location": "path",
                                  "type": "string",
                                  "description": "Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}"
                                },
                                "updateMask": {
                                  "format": "google-fieldmask",
                                  "type": "string",
                                  "location": "query",
                                  "description": "Required. The list of fields to be updated."
                                }
                              },
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.patch",
                              "description": "Update feedback label.",
                              "request": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                              },
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ]
                            },
                            "get": {
                              "path": "v1alpha1/{+name}",
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                              },
                              "parameterOrder": [
                                "name"
                              ],
                              "parameters": {
                                "name": {
                                  "type": "string",
                                  "required": true,
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$",
                                  "location": "path",
                                  "description": "Required. The name of the feedback label to get."
                                }
                              },
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}",
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.get",
                              "description": "Get feedback label.",
                              "httpMethod": "GET",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ]
                            },
                            "create": {
                              "httpMethod": "POST",
                              "request": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                              },
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.create",
                              "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels",
                              "parameterOrder": [
                                "parent"
                              ],
                              "description": "Create feedback label.",
                              "path": "v1alpha1/{+parent}/feedbackLabels",
                              "response": {
                                "$ref": "GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel"
                              },
                              "parameters": {
                                "parent": {
                                  "type": "string",
                                  "required": true,
                                  "description": "Required. The parent resource of the feedback label.",
                                  "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$",
                                  "location": "path"
                                },
                                "feedbackLabelId": {
                                  "description": "Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.",
                                  "location": "query",
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "phraseMatchers": {
              "methods": {
                "create": {
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatcher"
                  },
                  "httpMethod": "POST",
                  "id": "contactcenterinsights.projects.locations.phraseMatchers.create",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/phraseMatchers",
                  "description": "Creates a phrase matcher.",
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatcher"
                  },
                  "path": "v1alpha1/{+parent}/phraseMatchers",
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "description": "Required. The parent resource of the phrase matcher. Required. The location to create a phrase matcher for. Format: `projects//locations/` or `projects//locations/`",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "get": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/phraseMatchers/{phraseMatchersId}",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/phraseMatchers/[^/]+$",
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the phrase matcher to get."
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatcher"
                  },
                  "id": "contactcenterinsights.projects.locations.phraseMatchers.get",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Gets a phrase matcher.",
                  "path": "v1alpha1/{+name}"
                },
                "patch": {
                  "parameters": {
                    "updateMask": {
                      "type": "string",
                      "description": "The list of fields to be updated.",
                      "location": "query",
                      "format": "google-fieldmask"
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/phraseMatchers/[^/]+$",
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}"
                    }
                  },
                  "path": "v1alpha1/{+name}",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatcher"
                  },
                  "description": "Updates a phrase matcher.",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/phraseMatchers/{phraseMatchersId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "contactcenterinsights.projects.locations.phraseMatchers.patch",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1PhraseMatcher"
                  },
                  "httpMethod": "PATCH"
                },
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Lists phrase matchers.",
                  "parameters": {
                    "filter": {
                      "description": "A filter to reduce results to a specific subset. Useful for querying phrase matchers with specific properties.",
                      "type": "string",
                      "location": "query"
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "The value returned by the last `ListPhraseMatchersResponse`. This value indicates that this is a continuation of a prior `ListPhraseMatchers` call and that the system should return the next page of data."
                    },
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "description": "The maximum number of phrase matchers to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
                      "location": "query"
                    },
                    "parent": {
                      "description": "Required. The parent resource of the phrase matcher.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListPhraseMatchersResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/phraseMatchers",
                  "id": "contactcenterinsights.projects.locations.phraseMatchers.list",
                  "path": "v1alpha1/{+parent}/phraseMatchers"
                },
                "delete": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/phraseMatchers/{phraseMatchersId}",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/phraseMatchers/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the phrase matcher to delete.",
                      "type": "string",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "contactcenterinsights.projects.locations.phraseMatchers.delete",
                  "description": "Deletes a phrase matcher.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1alpha1/{+name}",
                  "httpMethod": "DELETE"
                }
              }
            },
            "dashboards": {
              "methods": {
                "create": {
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dashboard"
                  },
                  "httpMethod": "POST",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dashboard"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Creates a Dashboard.",
                  "id": "contactcenterinsights.projects.locations.dashboards.create",
                  "path": "v1alpha1/{+parent}/dashboards",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The parent resource of the dashboard."
                    },
                    "dashboardId": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A unique ID for the new Dashboard. This ID will become the final component of the Dashboard's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`."
                    }
                  }
                },
                "get": {
                  "httpMethod": "GET",
                  "description": "Gets a Dashboard.",
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.dashboards.get",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/dashboards/[^/]+$",
                      "required": true,
                      "description": "Required. The name of the dashboard to get.",
                      "type": "string",
                      "location": "path"
                    }
                  },
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dashboard"
                  }
                },
                "delete": {
                  "parameters": {
                    "name": {
                      "location": "path",
                      "description": "Required. The name of the dashboard to delete.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/dashboards/[^/]+$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "path": "v1alpha1/{+name}",
                  "id": "contactcenterinsights.projects.locations.dashboards.delete",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes a Dashboard.",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "httpMethod": "DELETE"
                },
                "list": {
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListDashboardsResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "id": "contactcenterinsights.projects.locations.dashboards.list",
                  "parameters": {
                    "orderBy": {
                      "type": "string",
                      "description": "Optional. The order by expression to order dashboards listed in the response.",
                      "location": "query"
                    },
                    "parent": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "description": "Required. The parent resource of the dashboards.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "filter": {
                      "type": "string",
                      "description": "Optional. The filter expression to filter dashboards listed in the response.",
                      "location": "query"
                    },
                    "pageToken": {
                      "description": "Optional. The value returned by the last `ListDashboardsResponse`. This value indicates that this is a continuation of a prior `ListDashboards` call and that the system should return the next page of data.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "location": "query",
                      "description": "Optional. The maximum number of dashboards to return. The service may return fewer than this value. The default and maximum value is 100.",
                      "type": "integer"
                    }
                  },
                  "path": "v1alpha1/{+parent}/dashboards",
                  "description": "Lists Dashboards."
                },
                "patch": {
                  "parameters": {
                    "updateMask": {
                      "type": "string",
                      "format": "google-fieldmask",
                      "description": "Optional. List of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `display_name` * `root_container` * `description`",
                      "location": "query"
                    },
                    "name": {
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/dashboards/[^/]+$",
                      "location": "path",
                      "description": "Identifier. Dashboard resource name. Format: projects/{project}/locations/{location}/dashboards/{dashboard}"
                    }
                  },
                  "request": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dashboard"
                  },
                  "description": "Updates a Dashboard.",
                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudContactcenterinsightsV1alpha1Dashboard"
                  },
                  "id": "contactcenterinsights.projects.locations.dashboards.patch",
                  "path": "v1alpha1/{+name}",
                  "httpMethod": "PATCH"
                }
              },
              "resources": {
                "charts": {
                  "methods": {
                    "list": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "description": "Lists Charts.",
                      "id": "contactcenterinsights.projects.locations.dashboards.charts.list",
                      "httpMethod": "GET",
                      "path": "v1alpha1/{+parent}/charts",
                      "parameters": {
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent resource of the charts.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/dashboards/[^/]+$",
                          "required": true
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1ListChartsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts"
                    },
                    "patch": {
                      "description": "Updates a Chart.",
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Chart"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "PATCH",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts/{chartsId}",
                      "id": "contactcenterinsights.projects.locations.dashboards.charts.patch",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "description": "Identifier. Chart resource name. Format: projects/{project}/locations/{location}/dashboards/{dashboard}/charts/{chart}",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/dashboards/[^/]+/charts/[^/]+$",
                          "type": "string"
                        },
                        "updateMask": {
                          "type": "string",
                          "format": "google-fieldmask",
                          "location": "query",
                          "description": "Optional. List of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `display_name`"
                        }
                      },
                      "path": "v1alpha1/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Chart"
                      }
                    },
                    "create": {
                      "path": "v1alpha1/{+parent}/charts",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.dashboards.charts.create",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts",
                      "request": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Chart"
                      },
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/dashboards/[^/]+$",
                          "type": "string",
                          "required": true,
                          "description": "Required. The parent resource of the chart.",
                          "location": "path"
                        },
                        "chartId": {
                          "description": "Optional. A unique ID for the new Chart. This ID will become the final component of the Chart's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.",
                          "type": "string",
                          "location": "query"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Chart"
                      },
                      "httpMethod": "POST",
                      "description": "Creates a Chart.",
                      "parameterOrder": [
                        "parent"
                      ]
                    },
                    "delete": {
                      "httpMethod": "DELETE",
                      "path": "v1alpha1/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleProtobufEmpty"
                      },
                      "id": "contactcenterinsights.projects.locations.dashboards.charts.delete",
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts/{chartsId}",
                      "description": "Deletes a Chart.",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/dashboards/[^/]+/charts/[^/]+$",
                          "type": "string",
                          "description": "Required. The name of the chart to delete.",
                          "required": true,
                          "location": "path"
                        }
                      }
                    },
                    "get": {
                      "response": {
                        "$ref": "GoogleCloudContactcenterinsightsV1alpha1Chart"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts/{chartsId}",
                      "httpMethod": "GET",
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the chart to get.",
                          "pattern": "^projects/[^/]+/locations/[^/]+/dashboards/[^/]+/charts/[^/]+$",
                          "location": "path",
                          "type": "string",
                          "required": true
                        }
                      },
                      "description": "Gets a Chart.",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "contactcenterinsights.projects.locations.dashboards.charts.get",
                      "path": "v1alpha1/{+name}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "protocol": "rest"
}
