Uses of Class
com.azure.resourcemanager.botservice.models.TelephonyPhoneNumbers
Packages that use TelephonyPhoneNumbers
Package
Description
Package containing the data models for AzureBotService.
-
Uses of TelephonyPhoneNumbers in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return TelephonyPhoneNumbersModifier and TypeMethodDescriptionstatic TelephonyPhoneNumbersTelephonyPhoneNumbers.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TelephonyPhoneNumbers from the JsonReader.TelephonyPhoneNumbers.withAcsEndpoint(String acsEndpoint) Set the acsEndpoint property: The endpoint of ACS.TelephonyPhoneNumbers.withAcsResourceId(String acsResourceId) Set the acsResourceId property: The resource id of ACS.TelephonyPhoneNumbers.withAcsSecret(String acsSecret) Set the acsSecret property: The secret of ACS.TelephonyPhoneNumbers.withCognitiveServiceRegion(String cognitiveServiceRegion) Set the cognitiveServiceRegion property: The service region of cognitive service.TelephonyPhoneNumbers.withCognitiveServiceResourceId(String cognitiveServiceResourceId) Set the cognitiveServiceResourceId property: The resource id of cognitive service.TelephonyPhoneNumbers.withCognitiveServiceSubscriptionKey(String cognitiveServiceSubscriptionKey) Set the cognitiveServiceSubscriptionKey property: The subscription key of cognitive service.TelephonyPhoneNumbers.withDefaultLocale(String defaultLocale) Set the defaultLocale property: The default locale of the phone number.Set the id property: The element id.TelephonyPhoneNumbers.withOfferType(String offerType) Set the offerType property: Optional Property that will determine the offering type of the phone.TelephonyPhoneNumbers.withPhoneNumber(String phoneNumber) Set the phoneNumber property: The phone number.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type TelephonyPhoneNumbersModifier and TypeMethodDescriptionTelephonyChannelProperties.phoneNumbers()Get the phoneNumbers property: The list of Telephony phone numbers.Method parameters in com.azure.resourcemanager.botservice.models with type arguments of type TelephonyPhoneNumbersModifier and TypeMethodDescriptionTelephonyChannelProperties.withPhoneNumbers(List<TelephonyPhoneNumbers> phoneNumbers) Set the phoneNumbers property: The list of Telephony phone numbers.