public class VirtualAgent extends TwiML
<VirtualAgent>
Modifier and Type | Class and Description |
---|---|
static class |
VirtualAgent.Builder
Create a new
<VirtualAgent> element |
Modifier and Type | Method and Description |
---|---|
String |
getConnectorName()
Defines the conversation profile Dialogflow needs to use
|
String |
getLanguage()
Language to be used by Dialogflow to transcribe speech
|
String |
getStatusCallback()
URL to post status callbacks from Twilio
|
HttpMethod |
getStatusCallbackMethod()
HTTP method to use when requesting the status callback URL
|
Boolean |
isSentimentAnalysis()
Whether sentiment analysis needs to be enabled or not
|
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
public String getConnectorName()
public String getLanguage()
public Boolean isSentimentAnalysis()
public String getStatusCallback()
public HttpMethod getStatusCallbackMethod()
Copyright © 2019 Twilio, Inc. All Rights Reserved.