lib/twilio-ruby/rest/conversations/v1/service/conversation/webhook.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/conversations/v1/service/conversation/webhook.rb in twilio-ruby-5.46.0

- old
+ new

@@ -37,14 +37,14 @@ # `trigger` # @param [String] configuration_url The absolute url the webhook request should be # sent to. # @param [webhook.Method] configuration_method The HTTP method to be used when # sending a webhook request. - # @param [String] configuration_filters The list of events, firing webhook event - # for this Conversation. - # @param [String] configuration_triggers The list of keywords, firing webhook + # @param [Array[String]] configuration_filters The list of events, firing webhook # event for this Conversation. + # @param [Array[String]] configuration_triggers The list of keywords, firing + # webhook event for this Conversation. # @param [String] configuration_flow_sid The studio flow SID, where the webhook # should be sent to. # @param [String] configuration_replay_after The message index for which and it's # successors the webhook will be replayed. Not set by default # @return [WebhookInstance] Created WebhookInstance @@ -215,14 +215,14 @@ # Update the WebhookInstance # @param [String] configuration_url The absolute url the webhook request should be # sent to. # @param [webhook.Method] configuration_method The HTTP method to be used when # sending a webhook request. - # @param [String] configuration_filters The list of events, firing webhook event - # for this Conversation. - # @param [String] configuration_triggers The list of keywords, firing webhook + # @param [Array[String]] configuration_filters The list of events, firing webhook # event for this Conversation. + # @param [Array[String]] configuration_triggers The list of keywords, firing + # webhook event for this Conversation. # @param [String] configuration_flow_sid The studio flow SID, where the webhook # should be sent to. # @return [WebhookInstance] Updated WebhookInstance def update(configuration_url: :unset, configuration_method: :unset, configuration_filters: :unset, configuration_triggers: :unset, configuration_flow_sid: :unset) data = Twilio::Values.of({ @@ -394,13 +394,13 @@ # Update the WebhookInstance # @param [String] configuration_url The absolute url the webhook request should be # sent to. # @param [webhook.Method] configuration_method The HTTP method to be used when # sending a webhook request. - # @param [String] configuration_filters The list of events, firing webhook event - # for this Conversation. - # @param [String] configuration_triggers The list of keywords, firing webhook + # @param [Array[String]] configuration_filters The list of events, firing webhook # event for this Conversation. + # @param [Array[String]] configuration_triggers The list of keywords, firing + # webhook event for this Conversation. # @param [String] configuration_flow_sid The studio flow SID, where the webhook # should be sent to. # @return [WebhookInstance] Updated WebhookInstance def update(configuration_url: :unset, configuration_method: :unset, configuration_filters: :unset, configuration_triggers: :unset, configuration_flow_sid: :unset) context.update( \ No newline at end of file