Google Cloud Discovery Engine V1 Client - Class GroundedGenerationContent (1.2.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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.

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<Google\Cloud\DiscoveryEngine\V1\GroundedGenerationContent\Part>
Returns
Type Description
$this