lib/twilio-ruby/rest/proxy/v1/service/session.rb in twilio-ruby-5.5.1 vs lib/twilio-ruby/rest/proxy/v1/service/session.rb in twilio-ruby-5.6.0
- old
+ new
@@ -30,11 +30,11 @@
# Unlike stream(), this operation is eager and will load `limit` records into
# memory before returning.
# @param [String] unique_name Provides a unique and addressable name to be
# assigned to this Session, assigned by the developer, to be optionally used in
# addition to SID.
- # @param [session.Status] status The Status of this Session. One of `in-progess`,
+ # @param [session.Status] status The Status of this Session. One of `in-progress`,
# `closed`, `failed`, `unknown` or `completed`.
# @param [Integer] limit Upper limit for the number of records to return. stream()
# guarantees to never return more than limit. Default is no limit
# @param [Integer] page_size Number of records to fetch per request, when
# not set will use the default value of 50 records. If no page_size is defined
@@ -50,11 +50,11 @@
# This operation lazily loads records as efficiently as possible until the limit
# is reached.
# @param [String] unique_name Provides a unique and addressable name to be
# assigned to this Session, assigned by the developer, to be optionally used in
# addition to SID.
- # @param [session.Status] status The Status of this Session. One of `in-progess`,
+ # @param [session.Status] status The Status of this Session. One of `in-progress`,
# `closed`, `failed`, `unknown` or `completed`.
# @param [Integer] limit Upper limit for the number of records to return. stream()
# guarantees to never return more than limit. Default is no limit.
# @param [Integer] page_size Number of records to fetch per request, when
# not set will use the default value of 50 records. If no page_size is defined
@@ -87,11 +87,11 @@
# Retrieve a single page of SessionInstance records from the API.
# Request is executed immediately.
# @param [String] unique_name Provides a unique and addressable name to be
# assigned to this Session, assigned by the developer, to be optionally used in
# addition to SID.
- # @param [session.Status] status The Status of this Session. One of `in-progess`,
+ # @param [session.Status] status The Status of this Session. One of `in-progress`,
# `closed`, `failed`, `unknown` or `completed`.
# @param [String] page_token PageToken provided by the API
# @param [Integer] page_number Page Number, this value is simply for client state
# @param [Integer] page_size Number of records to return, defaults to 50
# @return [Page] Page of SessionInstance
@@ -133,11 +133,11 @@
# @param [Time] date_expiry The date that this Session was expiry, given in ISO
# 8601 format.
# @param [String] ttl The Time to Live for a Session, in seconds.
# @param [session.Mode] mode The Mode of this Session. One of `message-only`,
# `voice-only` or `voice-and-message`.
- # @param [session.Status] status The Status of this Session. One of `in-progess`,
+ # @param [session.Status] status The Status of this Session. One of `in-progress`,
# `closed`, `failed`, `unknown` or `completed`.
# @param [Hash] participants A list of phone numbers to add to this Session.
# @return [SessionInstance] Newly created SessionInstance
def create(unique_name: :unset, date_expiry: :unset, ttl: :unset, mode: :unset, status: :unset, participants: :unset)
data = Twilio::Values.of({
@@ -247,11 +247,11 @@
# @param [Time] date_expiry The date that this Session was expiry, given in ISO
# 8601 format.
# @param [String] ttl The Time to Live for a Session, in seconds.
# @param [session.Mode] mode The Mode of this Session. One of `message-only`,
# `voice-only` or `voice-and-message`.
- # @param [session.Status] status The Status of this Session. One of `in-progess`,
+ # @param [session.Status] status The Status of this Session. One of `in-progress`,
# `closed`, `failed`, `unknown` or `completed`.
# @param [Hash] participants A list of phone numbers to add to this Session.
# @return [SessionInstance] Updated SessionInstance
def update(unique_name: :unset, date_expiry: :unset, ttl: :unset, mode: :unset, status: :unset, participants: :unset)
data = Twilio::Values.of({
@@ -491,10 +491,10 @@
# @param [Time] date_expiry The date that this Session was expiry, given in ISO
# 8601 format.
# @param [String] ttl The Time to Live for a Session, in seconds.
# @param [session.Mode] mode The Mode of this Session. One of `message-only`,
# `voice-only` or `voice-and-message`.
- # @param [session.Status] status The Status of this Session. One of `in-progess`,
+ # @param [session.Status] status The Status of this Session. One of `in-progress`,
# `closed`, `failed`, `unknown` or `completed`.
# @param [Hash] participants A list of phone numbers to add to this Session.
# @return [SessionInstance] Updated SessionInstance
def update(unique_name: :unset, date_expiry: :unset, ttl: :unset, mode: :unset, status: :unset, participants: :unset)
context.update(
\ No newline at end of file