Class InteractionFetcher


  • public class InteractionFetcher
    extends Fetcher<Interaction>
    PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
    • Constructor Detail

      • InteractionFetcher

        public InteractionFetcher​(String pathServiceSid,
                                  String pathSessionSid,
                                  String pathSid)
        Construct a new InteractionFetcher.
        Parameters:
        pathServiceSid - The SID of the parent Service of the resource to fetch
        pathSessionSid - he SID of the parent Session of the resource to fetch
        pathSid - The unique string that identifies the resource
    • Method Detail

      • fetch

        public Interaction fetch​(TwilioRestClient client)
        Make the request to the Twilio API to perform the fetch.
        Specified by:
        fetch in class Fetcher<Interaction>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        Fetched Interaction