Class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest
Request to import an issue model.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest : IDirectResponseSchema
Properties
CreateNewModel
Optional. If set to true, will create an issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file.
Declaration
[JsonProperty("createNewModel")]
public virtual bool? CreateNewModel { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
Google Cloud Storage source message.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequestGcsSource |
Parent
Required. The parent resource of the issue model.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |