public sealed class SlackSource : IMessage<SlackSource>, IEquatable<SlackSource>, IDeepCloneable<SlackSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SlackSource.
The Slack source for the ImportRagFilesRequest.
Implements
IMessageSlackSource, IEquatableSlackSource, IDeepCloneableSlackSource, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SlackSource()
public SlackSource()
SlackSource(SlackSource)
public SlackSource(SlackSource other)
Parameter | |
---|---|
Name | Description |
other |
SlackSource |
Properties
Channels
public RepeatedField<SlackSource.Types.SlackChannels> Channels { get; }
Required. The Slack channels.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSlackSourceTypesSlackChannels |