Class GoogleCloudContactcenterinsightsV1CreateIssueModelRequest
The request to create an issue model.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1CreateIssueModelRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IssueModel
Required. The issue model to create.
Declaration
[JsonProperty("issueModel")]
public virtual GoogleCloudContactcenterinsightsV1IssueModel IssueModel { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1IssueModel |
Parent
Required. The parent resource of the issue model.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |