Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SlackSource.
The Slack source for the ImportRagFilesRequest.
Generated from protobuf message google.cloud.aiplatform.v1.SlackSource
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ channels |
array<SlackSource\SlackChannels>
Required. The Slack channels. |
getChannels
Required. The Slack channels.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<SlackSource\SlackChannels> |
|
setChannels
Required. The Slack channels.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SlackSource\SlackChannels>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|