Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class GroundedGenerationContent.
Base structured datatype containing multi-part content of a message.
Generated from protobuf message google.cloud.discoveryengine.v1.GroundedGenerationContent
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ role |
string
Producer of the content. Must be either |
↳ parts |
array<GroundedGenerationContent\Part>
Ordered |
getRole
Producer of the content. Must be either user or model.
Intended to be used for multi-turn conversations. Otherwise, it can be left unset.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRole
Producer of the content. Must be either user or model.
Intended to be used for multi-turn conversations. Otherwise, it can be left unset.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParts
Ordered Parts that constitute a single message.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setParts
Ordered Parts that constitute a single message.
| Parameter | |
|---|---|
| Name | Description |
var |
array<GroundedGenerationContent\Part>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|