Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1ImportIssueModelRequest

Request to import an issue model.

Inheritance
object
GoogleCloudContactcenterinsightsV1ImportIssueModelRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ImportIssueModelRequest : 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 GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource GcsSource { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource

Parent

Required. The parent resource of the issue model.

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX