Constructor and Description |
---|
WebhookFetcher(String pathChatServiceSid,
String pathConversationSid,
String pathSid)
Construct a new WebhookFetcher.
|
Modifier and Type | Method and Description |
---|---|
Webhook |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public WebhookFetcher(String pathChatServiceSid, String pathConversationSid, String pathSid)
pathChatServiceSid
- The SID of the Conversation Service that the
resource is associated with.pathConversationSid
- The unique ID of the Conversation for this
webhook.pathSid
- A 34 character string that uniquely identifies this resource.public Webhook fetch(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.