GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExportEntityTypesRequest (google_api_dialogflow v0.89.0)
View SourceThe request message for EntityTypes.ExportEntityTypes.
Attributes
-
dataFormat(type:String.t, default:nil) - Optional. The data format of the exported entity types. If not specified,BLOBis assumed. -
entityTypes(type:list(String.t), default:nil) - Required. The name of the entity types to export. Format:projects//locations//agents//entityTypes/. -
entityTypesContentInline(type:boolean(), default:nil) - Optional. The option to return the serialized entity types inline. -
entityTypesUri(type:String.t, default:nil) - Optional. The Google Cloud Storage URI to export the entity types to. The format of this URI must begs:///. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control. -
languageCode(type:String.t, default:nil) - Optional. The language to retrieve the entity type for. The following fields are language dependent:EntityType.entities.valueEntityType.entities.synonyms*EntityType.excluded_phrases.valueIf not specified, all language dependent fields will be retrieved. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.