Google Cloud Dialogflow V2 Client - Class MessageAnnotation (1.0.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class MessageAnnotation.

Represents the result of annotation for the message.

Generated from protobuf message google.cloud.dialogflow.v2.MessageAnnotation

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ parts
array< Google\Cloud\Dialogflow\V2\AnnotatedMessagePart >

The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].

↳ contain_entities
bool

Indicates whether the text message contains entities.

getParts

The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].

Generated from protobuf field repeated .google.cloud.dialogflow.v2.AnnotatedMessagePart parts = 1;

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setParts

The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].

Generated from protobuf field repeated .google.cloud.dialogflow.v2.AnnotatedMessagePart parts = 1;

Parameter
Name
Description
Returns
Type
Description
$this

getContainEntities

Indicates whether the text message contains entities.

Generated from protobuf field bool contain_entities = 2;

Returns
Type
Description
bool

setContainEntities

Indicates whether the text message contains entities.

Generated from protobuf field bool contain_entities = 2;

Parameter
Name
Description
var
bool
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: