Class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse
Response from import issue model
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IssueModel
The issue model that was imported.
Declaration
[JsonProperty("issueModel")]
public virtual GoogleCloudContactcenterinsightsV1IssueModel IssueModel { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1IssueModel |