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