36 lines
767 B
YAML
36 lines
767 B
YAML
project:
|
|
name: project
|
|
collection: dialogflow.projects
|
|
attributes:
|
|
- &project
|
|
parameter_name: projectsId
|
|
attribute_name: project
|
|
help: Cloud project for the {resource}.
|
|
property: core/project
|
|
|
|
agent:
|
|
name: agent
|
|
collection: dialogflow.projects.agent
|
|
attributes:
|
|
- *project
|
|
|
|
entityType:
|
|
name: entityType
|
|
collection: dialogflow.projects.agent.entityTypes
|
|
attributes:
|
|
- *project
|
|
- &entityType
|
|
parameter_name: entityTypesId
|
|
attribute_name: entity_type
|
|
help: Dialogflow entity type for the {resource}.
|
|
|
|
intent:
|
|
name: intent
|
|
collection: dialogflow.projects.agent.intents
|
|
attributes:
|
|
- *project
|
|
- &intent
|
|
parameter_name: intentsId
|
|
attribute_name: intent
|
|
help: Dialogflow intent for the {resource}.
|