Interface IBuilderForPhoneNumber
- Namespace
- Vonage.IdentityInsights.GetInsights
- Assembly
- Vonage.dll
public interface IBuilderForPhoneNumber
Methods
WithPhoneNumber(string)
Sets the phone number to retrieve insights for. The number should follow E.164 format (e.g., +14155552671). You may optionally include a leading +, but do not use 00 at the beginning. The API can extract the phone number even if the input contains alphanumeric characters, spaces, or symbols like brackets.
IBuilderForOptional WithPhoneNumber(string value)
Parameters
valuestring
Returns
Examples
.WithPhoneNumber("+14155552671")