AI-generated Key Takeaways
-
Agent launch details include the launch identifier and type of agent being launched, such as a Business Messages agent.
-
Business Messages agent launch details specify launch information for each supported entry point.
-
Launch information for each entry point includes the entry point type, its launch state, and optionally, a list of region codes for non-local launches.
Details about an agent launch.
| JSON representation |
|---|
{ "name": string, // Union field |
| Fields | |
|---|---|
name |
Required. The identifier for launch. |
Union field launch_detail. Allows launch based on agent type. launch_detail can be only one of the following: |
|
businessMessages |
Launch details for a Business Messages agent. |
BusinessMessagesLaunch
Details about a Business Messages agent launch.
| JSON representation |
|---|
{
"launchDetails": {
string: {
object ( |
| Fields | |
|---|---|
launchDetails |
Required. Launch details for each supported entry point. Key represented by BusinessMessagesEntryPointConfig.EntryPoint An object containing a list of |
BusinessMessagesEntryPointLaunch
Details about Business Messages agent launch for each entry point.
| JSON representation |
|---|
{ "entryPoint": enum ( |
| Fields | |
|---|---|
entryPoint |
Entry point for which launch information is provided. |
launchState |
The launch state for entry point. |
regionCodes[] |
List of CLDR region codes for countries where the agent should launch |