Contact Center AI Insights v1 API - Class ExportIssueModelRequest.Types.GcsDestination (2.17.0)

public sealed class ExportIssueModelRequest.Types.GcsDestination : IMessage<ExportIssueModelRequest.Types.GcsDestination>, IEquatable<ExportIssueModelRequest.Types.GcsDestination>, IDeepCloneable<ExportIssueModelRequest.Types.GcsDestination>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class ExportIssueModelRequest.Types.GcsDestination.

Google Cloud Storage Object URI to save the issue model to.

Inheritance

object > ExportIssueModelRequest.Types.GcsDestination

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GcsDestination()

public GcsDestination()

GcsDestination(GcsDestination)

public GcsDestination(ExportIssueModelRequest.Types.GcsDestination other)
Parameter
Name Description
other ExportIssueModelRequestTypesGcsDestination

Properties

ObjectUri

public string ObjectUri { get; set; }

Required. Format: gs://<bucket-name>/<object-name>

Property Value
Type Description
string