ProjectsLocationsAgentsGenerators
class ProjectsLocationsAgentsGenerators extends Resource (View source)
The "generators" collection of methods.
Typical usage is:
$dialogflowService = new Google\Service\Dialogflow(...);
$generators = $dialogflowService->projects_locations_agents_generators;
Methods
Creates a generator in the specified agent. (generators.create)
Deletes the specified generators. (generators.delete)
Retrieves the specified generator. (generators.get)
Returns the list of all generators in the specified agent.
Update the specified generator. (generators.patch)
Details
GoogleCloudDialogflowCxV3Generator
create(string $parent, GoogleCloudDialogflowCxV3Generator $postBody, array $optParams = [])
Creates a generator in the specified agent. (generators.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes the specified generators. (generators.delete)
GoogleCloudDialogflowCxV3Generator
get(string $name, array $optParams = [])
Retrieves the specified generator. (generators.get)
GoogleCloudDialogflowCxV3ListGeneratorsResponse
listProjectsLocationsAgentsGenerators(string $parent, array $optParams = [])
Returns the list of all generators in the specified agent.
(generators.listProjectsLocationsAgentsGenerators)
GoogleCloudDialogflowCxV3Generator
patch(string $name, GoogleCloudDialogflowCxV3Generator $postBody, array $optParams = [])
Update the specified generator. (generators.patch)