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.
data
array
Optional. Data for populating the Message object.
↳ role
string
Producer of the content. Must be either user
or model
. Intended to be used for multi-turn conversations. Otherwise, it can be left unset.
↳ parts
array< Google\Cloud\DiscoveryEngine\V1\GroundedGenerationContent\Part
>
Ordered Parts
that constitute a single message.
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.
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.
var
string
$this
getParts
Ordered Parts
that constitute a single message.
setParts
Ordered Parts
that constitute a single message.
$this