WebChatChannelProperties Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. WebChatChannelProperties
- com.
Implements
public final class WebChatChannelProperties
implements JsonSerializable<WebChatChannelProperties>
The parameters to provide for the Web Chat channel.
Constructor Summary
| Constructor | Description |
|---|---|
| WebChatChannelProperties() |
Creates an instance of Web |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Web |
fromJson(JsonReader jsonReader)
Reads an instance of Web |
|
List<Web |
sites()
Get the sites property: The list of Web Chat sites. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
webChatEmbedCode()
Get the web |
|
Web |
withSites(List<WebChatSite> sites)
Set the sites property: The list of Web Chat sites. |
Methods inherited from java.lang.Object
Constructor Details
WebChatChannelProperties
public WebChatChannelProperties()
Creates an instance of WebChatChannelProperties class.
Method Details
fromJson
public static WebChatChannelProperties fromJson(JsonReader jsonReader)
Reads an instance of WebChatChannelProperties from the JsonReader.
Parameters:
Returns:
Throws:
sites
public List<WebChatSite> sites()
Get the sites property: The list of Web Chat sites.
Returns:
toJson
validate
public void validate()
Validates the instance.
webChatEmbedCode
public String webChatEmbedCode()
Get the webChatEmbedCode property: Web chat control embed code.
Returns:
withSites
public WebChatChannelProperties withSites(List<WebChatSite> sites)
Set the sites property: The list of Web Chat sites.
Parameters:
Returns: