Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes entities in the specified entity type. Operation
See: Dialogflow API Reference for dialogflow.projects.agent.entityTypes.entities.batchDelete
.
Synopsis
- type ProjectsAgentEntityTypesEntitiesBatchDeleteResource = "v2" :> (Capture "parent" Text :> ("entities:batchDelete" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GoogleCloudDialogflowV2BatchDeleteEntitiesRequest :> Post '[JSON] GoogleLongrunningOperation)))))))))
- projectsAgentEntityTypesEntitiesBatchDelete :: Text -> GoogleCloudDialogflowV2BatchDeleteEntitiesRequest -> ProjectsAgentEntityTypesEntitiesBatchDelete
- data ProjectsAgentEntityTypesEntitiesBatchDelete
- paetebdParent :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete Text
- paetebdXgafv :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete (Maybe Xgafv)
- paetebdUploadProtocol :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete (Maybe Text)
- paetebdAccessToken :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete (Maybe Text)
- paetebdUploadType :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete (Maybe Text)
- paetebdPayload :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete GoogleCloudDialogflowV2BatchDeleteEntitiesRequest
- paetebdCallback :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete (Maybe Text)
REST Resource
type ProjectsAgentEntityTypesEntitiesBatchDeleteResource = "v2" :> (Capture "parent" Text :> ("entities:batchDelete" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GoogleCloudDialogflowV2BatchDeleteEntitiesRequest :> Post '[JSON] GoogleLongrunningOperation))))))))) Source #
A resource alias for dialogflow.projects.agent.entityTypes.entities.batchDelete
method which the
ProjectsAgentEntityTypesEntitiesBatchDelete
request conforms to.
Creating a Request
projectsAgentEntityTypesEntitiesBatchDelete Source #
:: Text | |
-> GoogleCloudDialogflowV2BatchDeleteEntitiesRequest | |
-> ProjectsAgentEntityTypesEntitiesBatchDelete |
Creates a value of ProjectsAgentEntityTypesEntitiesBatchDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsAgentEntityTypesEntitiesBatchDelete Source #
Deletes entities in the specified entity type. Operation
See: projectsAgentEntityTypesEntitiesBatchDelete
smart constructor.
Instances
Request Lenses
paetebdParent :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete Text Source #
Required. The name of the entity type to delete entries for. Format: `projects//agent/entityTypes/`.
paetebdXgafv :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete (Maybe Xgafv) Source #
V1 error format.
paetebdUploadProtocol :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
paetebdAccessToken :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete (Maybe Text) Source #
OAuth access token.
paetebdUploadType :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
paetebdPayload :: Lens' ProjectsAgentEntityTypesEntitiesBatchDelete GoogleCloudDialogflowV2BatchDeleteEntitiesRequest Source #
Multipart request metadata.