Class GoogleCloudContactcenterinsightsV1ListIssueModelsResponse
The response of listing issue models.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ListIssueModelsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IssueModels
The issue models that match the request.
Declaration
[JsonProperty("issueModels")]
public virtual IList<GoogleCloudContactcenterinsightsV1IssueModel> IssueModels { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1IssueModel> |