Exemplo n.º 1
0
 private static Request BuildCreateRequest(CreateFieldValueOptions options, ITwilioRestClient client)
 {
     return(new Request(
                HttpMethod.Post,
                Rest.Domain.Preview,
                "/understand/Assistants/" + options.PathAssistantSid + "/FieldTypes/" + options.PathFieldTypeSid + "/FieldValues",
                postParams: options.GetParams()
                ));
 }