Uses of Class
com.azure.resourcemanager.botservice.models.WebChatChannelProperties
Packages that use WebChatChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of WebChatChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return WebChatChannelPropertiesModifier and TypeMethodDescriptionstatic WebChatChannelPropertiesWebChatChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebChatChannelProperties from the JsonReader.WebChatChannel.properties()Get the properties property: The set of properties specific to Web Chat channel resource.WebChatChannelProperties.withSites(List<WebChatSite> sites) Set the sites property: The list of Web Chat sites.Methods in com.azure.resourcemanager.botservice.models with parameters of type WebChatChannelPropertiesModifier and TypeMethodDescriptionWebChatChannel.withProperties(WebChatChannelProperties properties) Set the properties property: The set of properties specific to Web Chat channel resource.