public sealed class ExportIssueModelRequest.Types.GcsDestination : IMessage<ExportIssueModelRequest.Types.GcsDestination>, IEquatable<ExportIssueModelRequest.Types.GcsDestination>, IDeepCloneable<ExportIssueModelRequest.Types.GcsDestination>, IBufferMessage, IMessageReference 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.
Implements
IMessageExportIssueModelRequestTypesGcsDestination, IEquatableExportIssueModelRequestTypesGcsDestination, IDeepCloneableExportIssueModelRequestTypesGcsDestination, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
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 |
|