We will be winding down Google Business Messages on July 31, 2024. Read more
here.
AgentLaunch
Stay organized with collections
Save and categorize content based on your preferences.
Details about an agent launch.
JSON representation |
{
"name": string,
// Union field launch_detail can be only one of the following:
"businessMessages": {
object (BusinessMessagesLaunch )
}
// End of list of possible types for union field launch_detail .
} |
Fields |
name |
string
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 |
object (BusinessMessagesLaunch )
Launch details for a Business Messages agent.
|
BusinessMessagesLaunch
Details about a Business Messages agent launch.
Fields |
launchDetails |
map (key: string, value: object (BusinessMessagesEntryPointLaunch ))
Required. Launch details for each supported entry point. Key represented by BusinessMessagesEntryPointConfig.EntryPoint An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
BusinessMessagesEntryPointLaunch
Details about Business Messages agent launch for each entry point.
JSON representation |
{
"entryPoint": enum (EntryPoint ),
"launchState": enum (LaunchState ),
"regionCodes": [
string
]
} |
Fields |
entryPoint |
enum (EntryPoint )
Entry point for which launch information is provided.
|
launchState |
enum (LaunchState )
The launch state for entry point.
|
regionCodes[] |
string
List of CLDR region codes for countries where the agent should launch NON_LOCAL entry points. Required for NON_LOCAL entry points. This must be a subset of the region codes specified in the agent's nonLocalConfig .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-21 UTC."],[[["Defines an agent launch, encompassing details for Business Messages agents."],["Business Messages agent launch specifics are organized by entry points like websites or apps."],["Each entry point's launch details include its status (launched or not) and applicable regions if it's a non-local entry point."],["For non-local entry points, the launch details require a list of region codes where the agent is launched, which must be a subset of those defined in the agent's configuration."]]],[]]