public class Metadata extends Object implements Serializable
| Constructor and Description |
|---|
Metadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIntentId()
Id of the intent that produced this result
|
String |
getIntentName()
Name of the intent that produced this result
|
boolean |
isWebhookUsed()
Indicates wheather webhook functionaly is enabled in the triggered intent.
|
void |
setIntentId(String intentId) |
void |
setIntentName(String intentName) |
void |
setWebhookUsed(boolean webhookUsed) |
public String getIntentName()
public void setIntentName(String intentName)
public String getIntentId()
public void setIntentId(String intentId)
public boolean isWebhookUsed()
public void setWebhookUsed(boolean webhookUsed)
Copyright © 2017. All rights reserved.