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