Method: projects.locations.brands.channelConfigs.create

Creates a ChannelConfig.

HTTP request

POST https://foodorderingaiagent.googleapis.com/v1beta/{parent=projects/*/locations/*/brands/*}/channelConfigs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent brand, which owns this collection of channel configs. Format: projects/{project}/locations/{location}/brands/{brand}

Query parameters

Parameters
channelConfigId

string

Optional. The ID to use for the channel config, which will become the final component of the channel config's resource name.

This value should only contain lower-case letters, numbers, and hyphens, with a 63 character maximum. The first character must be a letter, and the last character must be a letter or number.

Request body

The request body contains an instance of ChannelConfig.

Response body

If successful, the response body contains a newly created instance of ChannelConfig.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.