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)

Parameters

string $name

Required. The name of the changelog to get. Format: projects//locations//agents//changelogs/.

array $optParams

Optional parameters.

Return Value

GoogleCloudDialogflowCxV3Changelog

Exceptions

Exception

GoogleCloudDialogflowCxV3ListChangelogsResponse listProjectsLocationsAgentsChangelogs(string $parent, array $optParams = [])

Returns the list of Changelogs.

(changelogs.listProjectsLocationsAgentsChangelogs)

Parameters

string $parent

Required. The agent containing the changelogs. Format: projects//locations//agents/.

array $optParams

Optional parameters.

Return Value

GoogleCloudDialogflowCxV3ListChangelogsResponse

Exceptions

Exception