Google Cloud Dialogflow V2 Client - Class MessageAnnotation (1.6.0)

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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].

Returns
TypeDescription
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].

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\AnnotatedMessagePart>
Returns
TypeDescription
$this

getContainEntities

Indicates whether the text message contains entities.

Returns
TypeDescription
bool

setContainEntities

Indicates whether the text message contains entities.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this