Uses of Class
com.azure.resourcemanager.botservice.models.DirectLineChannelProperties
Packages that use DirectLineChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of DirectLineChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return DirectLineChannelPropertiesModifier and TypeMethodDescriptionstatic DirectLineChannelPropertiesDirectLineChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DirectLineChannelProperties from the JsonReader.DirectLineChannel.properties()Get the properties property: The set of properties specific to Direct Line channel resource.DirectLineChannelProperties.withDirectLineEmbedCode(String directLineEmbedCode) Set the directLineEmbedCode property: Direct Line embed code of the resource.DirectLineChannelProperties.withExtensionKey1(String extensionKey1) Set the extensionKey1 property: The extensionKey1.DirectLineChannelProperties.withExtensionKey2(String extensionKey2) Set the extensionKey2 property: The extensionKey2.DirectLineChannelProperties.withSites(List<DirectLineSite> sites) Set the sites property: The list of Direct Line sites.Methods in com.azure.resourcemanager.botservice.models with parameters of type DirectLineChannelPropertiesModifier and TypeMethodDescriptionDirectLineChannel.withProperties(DirectLineChannelProperties properties) Set the properties property: The set of properties specific to Direct Line channel resource.