gogol-dialogflow-0.4.0: Google Dialogflow SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete

Contents

Description

Deletes intents in the specified agent. Operation

See: Dialogflow API Reference for dialogflow.projects.agent.intents.batchDelete.

Synopsis

REST Resource

type ProjectsAgentIntentsBatchDeleteResource = "v2" :> (Capture "parent" Text :> ("intents:batchDelete" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GoogleCloudDialogflowV2BatchDeleteIntentsRequest :> Post '[JSON] GoogleLongrunningOperation))))))))) Source #

A resource alias for dialogflow.projects.agent.intents.batchDelete method which the ProjectsAgentIntentsBatchDelete request conforms to.

Creating a Request

data ProjectsAgentIntentsBatchDelete Source #

Deletes intents in the specified agent. Operation

See: projectsAgentIntentsBatchDelete smart constructor.

Instances
Eq ProjectsAgentIntentsBatchDelete Source # 
Instance details

Defined in Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete

Data ProjectsAgentIntentsBatchDelete Source # 
Instance details

Defined in Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsAgentIntentsBatchDelete -> c ProjectsAgentIntentsBatchDelete #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsAgentIntentsBatchDelete #

toConstr :: ProjectsAgentIntentsBatchDelete -> Constr #

dataTypeOf :: ProjectsAgentIntentsBatchDelete -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsAgentIntentsBatchDelete) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsAgentIntentsBatchDelete) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsAgentIntentsBatchDelete -> ProjectsAgentIntentsBatchDelete #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsAgentIntentsBatchDelete -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsAgentIntentsBatchDelete -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsAgentIntentsBatchDelete -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsAgentIntentsBatchDelete -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsAgentIntentsBatchDelete -> m ProjectsAgentIntentsBatchDelete #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsAgentIntentsBatchDelete -> m ProjectsAgentIntentsBatchDelete #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsAgentIntentsBatchDelete -> m ProjectsAgentIntentsBatchDelete #

Show ProjectsAgentIntentsBatchDelete Source # 
Instance details

Defined in Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete

Generic ProjectsAgentIntentsBatchDelete Source # 
Instance details

Defined in Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete

Associated Types

type Rep ProjectsAgentIntentsBatchDelete :: Type -> Type #

GoogleRequest ProjectsAgentIntentsBatchDelete Source # 
Instance details

Defined in Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete

type Rep ProjectsAgentIntentsBatchDelete Source # 
Instance details

Defined in Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete

type Rep ProjectsAgentIntentsBatchDelete = D1 (MetaData "ProjectsAgentIntentsBatchDelete" "Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete" "gogol-dialogflow-0.4.0-LhfWFPNiwlPEL3P0xqpEYp" False) (C1 (MetaCons "ProjectsAgentIntentsBatchDelete'" PrefixI True) ((S1 (MetaSel (Just "_paibdParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_paibdXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_paibdUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_paibdAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_paibdUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_paibdPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 GoogleCloudDialogflowV2BatchDeleteIntentsRequest) :*: S1 (MetaSel (Just "_paibdCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsAgentIntentsBatchDelete Source # 
Instance details

Defined in Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete

type Scopes ProjectsAgentIntentsBatchDelete = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/dialogflow" ': ([] :: [Symbol]))
type Rs ProjectsAgentIntentsBatchDelete Source # 
Instance details

Defined in Network.Google.Resource.DialogFlow.Projects.Agent.Intents.BatchDelete

Request Lenses

paibdParent :: Lens' ProjectsAgentIntentsBatchDelete Text Source #

Required. The name of the agent to delete all entities types for. Format: `projects//agent`.

paibdUploadProtocol :: Lens' ProjectsAgentIntentsBatchDelete (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

paibdUploadType :: Lens' ProjectsAgentIntentsBatchDelete (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").