public interface MessageAnnotationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getContainEntities()
Required.
|
AnnotatedMessagePart |
getParts(int index)
Optional.
|
int |
getPartsCount()
Optional.
|
List<AnnotatedMessagePart> |
getPartsList()
Optional.
|
AnnotatedMessagePartOrBuilder |
getPartsOrBuilder(int index)
Optional.
|
List<? extends AnnotatedMessagePartOrBuilder> |
getPartsOrBuilderList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<AnnotatedMessagePart> getPartsList()
Optional. 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.v2beta1.AnnotatedMessagePart parts = 1;
AnnotatedMessagePart getParts(int index)
Optional. 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.v2beta1.AnnotatedMessagePart parts = 1;
int getPartsCount()
Optional. 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.v2beta1.AnnotatedMessagePart parts = 1;
List<? extends AnnotatedMessagePartOrBuilder> getPartsOrBuilderList()
Optional. 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.v2beta1.AnnotatedMessagePart parts = 1;
AnnotatedMessagePartOrBuilder getPartsOrBuilder(int index)
Optional. 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.v2beta1.AnnotatedMessagePart parts = 1;
boolean getContainEntities()
Required. Indicates whether the text message contains entities.
bool contain_entities = 2;
Copyright © 2022 Google LLC. All rights reserved.