public interface MessageAnnotationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getContainEntities()
Indicates whether the text message contains entities.
|
AnnotatedMessagePart |
getParts(int index)
The collection of annotated message parts ordered by their
position in the message.
|
int |
getPartsCount()
The collection of annotated message parts ordered by their
position in the message.
|
List<AnnotatedMessagePart> |
getPartsList()
The collection of annotated message parts ordered by their
position in the message.
|
AnnotatedMessagePartOrBuilder |
getPartsOrBuilder(int index)
The collection of annotated message parts ordered by their
position in the message.
|
List<? extends AnnotatedMessagePartOrBuilder> |
getPartsOrBuilderList()
The collection of annotated message parts ordered by their
position in the message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<AnnotatedMessagePart> getPartsList()
The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].
repeated .google.cloud.dialogflow.v2.AnnotatedMessagePart parts = 1;
AnnotatedMessagePart getParts(int index)
The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].
repeated .google.cloud.dialogflow.v2.AnnotatedMessagePart parts = 1;
int getPartsCount()
The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].
repeated .google.cloud.dialogflow.v2.AnnotatedMessagePart parts = 1;
List<? extends AnnotatedMessagePartOrBuilder> getPartsOrBuilderList()
The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].
repeated .google.cloud.dialogflow.v2.AnnotatedMessagePart parts = 1;
AnnotatedMessagePartOrBuilder getPartsOrBuilder(int index)
The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].
repeated .google.cloud.dialogflow.v2.AnnotatedMessagePart parts = 1;
boolean getContainEntities()
Indicates whether the text message contains entities.
bool contain_entities = 2;
Copyright © 2022 Google LLC. All rights reserved.