Google Cloud Dialogflow Cx V3 Client - Class ExportEntityTypesResponse (0.3.3)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportEntityTypesResponse.

The response message for EntityTypes.ExportEntityTypes.

Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportEntityTypesResponse

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entity_types_uri string

The URI to a file containing the exported entity types. This field is populated only if entity_types_uri is specified in ExportEntityTypesRequest.

↳ entity_types_content Google\Cloud\Dialogflow\Cx\V3\InlineDestination

Uncompressed byte content for entity types. This field is populated only if entity_types_content_inline is set to true in ExportEntityTypesRequest.

getEntityTypesUri

The URI to a file containing the exported entity types. This field is populated only if entity_types_uri is specified in ExportEntityTypesRequest.

Returns
Type Description
string

hasEntityTypesUri

setEntityTypesUri

The URI to a file containing the exported entity types. This field is populated only if entity_types_uri is specified in ExportEntityTypesRequest.

Parameter
Name Description
var string
Returns
Type Description
$this

getEntityTypesContent

Uncompressed byte content for entity types. This field is populated only if entity_types_content_inline is set to true in ExportEntityTypesRequest.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\InlineDestination|null

hasEntityTypesContent

setEntityTypesContent

Uncompressed byte content for entity types. This field is populated only if entity_types_content_inline is set to true in ExportEntityTypesRequest.

Parameter
Name Description
var Google\Cloud\Dialogflow\Cx\V3\InlineDestination
Returns
Type Description
$this

getExportedEntityTypes

Returns
Type Description
string