public interface ExportEntityTypesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityTypesContent()
public abstract InlineDestination getEntityTypesContent() Uncompressed byte content for entity types. This field is populated only
if entity_types_content_inline is set to true in
ExportEntityTypesRequest.
.google.cloud.dialogflow.cx.v3.InlineDestination entity_types_content = 2;
| Returns | |
|---|---|
| Type | Description |
InlineDestination |
The entityTypesContent. |
getEntityTypesContentOrBuilder()
public abstract InlineDestinationOrBuilder getEntityTypesContentOrBuilder() Uncompressed byte content for entity types. This field is populated only
if entity_types_content_inline is set to true in
ExportEntityTypesRequest.
.google.cloud.dialogflow.cx.v3.InlineDestination entity_types_content = 2;
| Returns | |
|---|---|
| Type | Description |
InlineDestinationOrBuilder |
|
getEntityTypesUri()
public abstract String getEntityTypesUri() The URI to a file containing the exported entity types. This field is
populated only if entity_types_uri is specified in
ExportEntityTypesRequest.
string entity_types_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The entityTypesUri. |
getEntityTypesUriBytes()
public abstract ByteString getEntityTypesUriBytes() The URI to a file containing the exported entity types. This field is
populated only if entity_types_uri is specified in
ExportEntityTypesRequest.
string entity_types_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for entityTypesUri. |
getExportedEntityTypesCase()
public abstract ExportEntityTypesResponse.ExportedEntityTypesCase getExportedEntityTypesCase()| Returns | |
|---|---|
| Type | Description |
ExportEntityTypesResponse.ExportedEntityTypesCase |
|
hasEntityTypesContent()
public abstract boolean hasEntityTypesContent() Uncompressed byte content for entity types. This field is populated only
if entity_types_content_inline is set to true in
ExportEntityTypesRequest.
.google.cloud.dialogflow.cx.v3.InlineDestination entity_types_content = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entityTypesContent field is set. |
hasEntityTypesUri()
public abstract boolean hasEntityTypesUri() The URI to a file containing the exported entity types. This field is
populated only if entity_types_uri is specified in
ExportEntityTypesRequest.
string entity_types_uri = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entityTypesUri field is set. |