Contact Center AI Insights API . projects . locations . issueModels . issues

Instance Methods

close()

Close httplib2 connections.

get(name, x__xgafv=None)

Gets an issue.

list(parent, x__xgafv=None)

Lists issues.

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

Updates an issue.

Method Details

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

Args:
  name: string, Required. The name of the issue to get. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The issue resource.
  "createTime": "A String", # Output only. The time at which this issue was created.
  "displayName": "A String", # The representative name for the issue.
  "name": "A String", # Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
  "updateTime": "A String", # Output only. The most recent time that this issue was updated.
}
list(parent, x__xgafv=None)
Lists issues.

Args:
  parent: string, Required. The parent resource of the issue. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The response of listing issues.
  "issues": [ # The issues that match the request.
    { # The issue resource.
      "createTime": "A String", # Output only. The time at which this issue was created.
      "displayName": "A String", # The representative name for the issue.
      "name": "A String", # Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
      "updateTime": "A String", # Output only. The most recent time that this issue was updated.
    },
  ],
}
patch(name, body=None, updateMask=None, x__xgafv=None)
Updates an issue.

Args:
  name: string, Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue} (required)
  body: object, The request body.
    The object takes the form of:

{ # The issue resource.
  "createTime": "A String", # Output only. The time at which this issue was created.
  "displayName": "A String", # The representative name for the issue.
  "name": "A String", # Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
  "updateTime": "A String", # Output only. The most recent time that this issue was updated.
}

  updateMask: string, The list of fields to be updated.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The issue resource.
  "createTime": "A String", # Output only. The time at which this issue was created.
  "displayName": "A String", # The representative name for the issue.
  "name": "A String", # Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
  "updateTime": "A String", # Output only. The most recent time that this issue was updated.
}