Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1EntityType[][src]

pub struct GoogleCloudDialogflowV2beta1EntityType {
    pub auto_expansion_mode: Option<String>,
    pub entities: Option<Vec<GoogleCloudDialogflowV2beta1EntityTypeEntity>>,
    pub kind: Option<String>,
    pub display_name: Option<String>,
    pub name: Option<String>,
}

Represents an entity type. Entity types serve as a tool for extracting parameter values from natural language queries.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Optional. Indicates whether the entity type can be automatically expanded.

Optional. The collection of entities associated with the entity type.

Required. Indicates the kind of entity type.

Required. The name of the entity type.

Required for all methods except create (create populates the name automatically. The unique identifier of the entity type. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.

Trait Implementations

Auto Trait Implementations