ProjectsLocationsAgentsChangelogs
class ProjectsLocationsAgentsChangelogs extends Resource (View source)
The "changelogs" collection of methods.
Typical usage is:
$dialogflowService = new Google\Service\Dialogflow(...);
$changelogs = $dialogflowService->projects_locations_agents_changelogs;
Methods
get(string $name, array $optParams = [])
Retrieves the specified Changelog. (changelogs.get)
listProjectsLocationsAgentsChangelogs(string $parent, array $optParams = [])
Returns the list of Changelogs.
Details
GoogleCloudDialogflowCxV3Changelog
get(string $name, array $optParams = [])
Retrieves the specified Changelog. (changelogs.get)
GoogleCloudDialogflowCxV3ListChangelogsResponse
listProjectsLocationsAgentsChangelogs(string $parent, array $optParams = [])
Returns the list of Changelogs.
(changelogs.listProjectsLocationsAgentsChangelogs)