Google Cloud Discovery Engine V1beta Client - Class GroundingFact (0.11.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class GroundingFact.

Grounding Fact.

Generated from protobuf message google.cloud.discoveryengine.v1beta.GroundingFact

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ fact_text string

Text content of the fact. Can be at most 10K characters long.

↳ attributes array|Google\Protobuf\Internal\MapField

Attributes associated with the fact. Common attributes include source (indicating where the fact was sourced from), author (indicating the author of the fact), and so on.

getFactText

Text content of the fact. Can be at most 10K characters long.

Returns
Type Description
string

setFactText

Text content of the fact. Can be at most 10K characters long.

Parameter
Name Description
var string
Returns
Type Description
$this

getAttributes

Attributes associated with the fact.

Common attributes include source (indicating where the fact was sourced from), author (indicating the author of the fact), and so on.

Returns
Type Description
Google\Protobuf\Internal\MapField

setAttributes

Attributes associated with the fact.

Common attributes include source (indicating where the fact was sourced from), author (indicating the author of the fact), and so on.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this