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. |
|
verifiedCalls |
Launch details for a Verified Calls 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 |
VerifiedCallsLaunch
Details about Verified Calls agent launch.
JSON representation | |
---|---|
{
"launchState": enum ( |
Fields | |
---|---|
launchState |
The launch state. |