Get Contact Profile Result
data class GetContactProfileResult(val autoTrackingConfiguration: String? = null, val eventHubUri: String? = null, val id: String, val links: List<ContactProfileLinkResponse>, val location: String, val minimumElevationDegrees: Double? = null, val minimumViableContactDuration: String? = null, val name: String, val networkConfiguration: ContactProfilesPropertiesResponseNetworkConfiguration, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val thirdPartyConfigurations: List<ContactProfileThirdPartyConfigurationResponse>? = null, val type: String)
Customer creates a Contact Profile Resource, which will contain all of the configurations required for scheduling a contact.
Constructors
Link copied to clipboard
fun GetContactProfileResult(autoTrackingConfiguration: String? = null, eventHubUri: String? = null, id: String, links: List<ContactProfileLinkResponse>, location: String, minimumElevationDegrees: Double? = null, minimumViableContactDuration: String? = null, name: String, networkConfiguration: ContactProfilesPropertiesResponseNetworkConfiguration, systemData: SystemDataResponse, tags: Map<String, String>? = null, thirdPartyConfigurations: List<ContactProfileThirdPartyConfigurationResponse>? = null, type: String)