From c71b2a2a1639bd4b2c4ed81ec4a562346fea1825 Mon Sep 17 00:00:00 2001 From: Mike Hamer Date: Mon, 13 Sep 2021 11:13:40 -0400 Subject: [PATCH] Undo extra periods in comments --- .../Messaging/Controllers/APIController.cs | 40 +++++----- .../Controllers/MFAController.cs | 12 +-- .../Controllers/APIController.cs | 16 ++-- .../Voice/Controllers/APIController.cs | 80 +++++++++---------- .../WebRtc/Controllers/APIController.cs | 64 +++++++-------- 5 files changed, 106 insertions(+), 106 deletions(-) diff --git a/Bandwidth.Standard/Messaging/Controllers/APIController.cs b/Bandwidth.Standard/Messaging/Controllers/APIController.cs index 07b02840..e8d40a80 100644 --- a/Bandwidth.Standard/Messaging/Controllers/APIController.cs +++ b/Bandwidth.Standard/Messaging/Controllers/APIController.cs @@ -39,10 +39,10 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Gets a list of your media files. No query parameters are supported.. + /// Gets a list of your media files. No query parameters are supported. /// /// Required parameter: User's account ID. - /// Optional parameter: Continuation token used to retrieve subsequent media.. + /// Optional parameter: Continuation token used to retrieve subsequent media. /// Returns the ApiResponse of List response from the API call. public ApiResponse> ListMedia( string accountId, @@ -54,10 +54,10 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Gets a list of your media files. No query parameters are supported.. + /// Gets a list of your media files. No query parameters are supported. /// /// Required parameter: User's account ID. - /// Optional parameter: Continuation token used to retrieve subsequent media.. + /// Optional parameter: Continuation token used to retrieve subsequent media. /// cancellationToken. /// Returns the ApiResponse of List response from the API call. public async Task>> ListMediaAsync( @@ -143,7 +143,7 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Downloads a media file you previously uploaded.. + /// Downloads a media file you previously uploaded. /// /// Required parameter: User's account ID. /// Required parameter: Media ID to retrieve. @@ -158,7 +158,7 @@ public ApiResponse GetMedia( } /// - /// Downloads a media file you previously uploaded.. + /// Downloads a media file you previously uploaded. /// /// Required parameter: User's account ID. /// Required parameter: Media ID to retrieve. @@ -246,13 +246,13 @@ public async Task> GetMediaAsync( } /// - /// Uploads a file the normal HTTP way. You may add headers to the request in order to provide some control to your media-file.. + /// Uploads a file the normal HTTP way. You may add headers to the request in order to provide some control to your media-file. /// /// Required parameter: User's account ID. /// Required parameter: The user supplied custom media ID. /// Required parameter: Example: . /// Optional parameter: The media type of the entity-body. - /// Optional parameter: General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.. + /// Optional parameter: General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain. public void UploadMedia( string accountId, string mediaId, @@ -265,13 +265,13 @@ public void UploadMedia( } /// - /// Uploads a file the normal HTTP way. You may add headers to the request in order to provide some control to your media-file.. + /// Uploads a file the normal HTTP way. You may add headers to the request in order to provide some control to your media-file. /// /// Required parameter: User's account ID. /// Required parameter: The user supplied custom media ID. /// Required parameter: Example: . /// Optional parameter: The media type of the entity-body. - /// Optional parameter: General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.. + /// Optional parameter: General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain. /// cancellationToken. /// Returns the void response from the API call. public async Task UploadMediaAsync( @@ -360,7 +360,7 @@ public async Task UploadMediaAsync( } /// - /// Deletes a media file from Bandwidth API server. Make sure you don't have any application scripts still using the media before you delete. If you accidentally delete a media file, you can immediately upload a new file with the same name.. + /// Deletes a media file from Bandwidth API server. Make sure you don't have any application scripts still using the media before you delete. If you accidentally delete a media file, you can immediately upload a new file with the same name. /// /// Required parameter: User's account ID. /// Required parameter: The media ID to delete. @@ -373,7 +373,7 @@ public void DeleteMedia( } /// - /// Deletes a media file from Bandwidth API server. Make sure you don't have any application scripts still using the media before you delete. If you accidentally delete a media file, you can immediately upload a new file with the same name.. + /// Deletes a media file from Bandwidth API server. Make sure you don't have any application scripts still using the media before you delete. If you accidentally delete a media file, you can immediately upload a new file with the same name. /// /// Required parameter: User's account ID. /// Required parameter: The media ID to delete. @@ -457,7 +457,7 @@ public async Task DeleteMediaAsync( } /// - /// Gets a list of messages based on query parameters.. + /// Gets a list of messages based on query parameters. /// /// Required parameter: User's account ID. /// Optional parameter: The ID of the message to search for. Special characters need to be encoded using URL encoding. @@ -465,8 +465,8 @@ public async Task DeleteMediaAsync( /// Optional parameter: The phone number that received the message. /// Optional parameter: The status of the message. One of RECEIVED, QUEUED, SENDING, SENT, FAILED, DELIVERED, ACCEPTED, UNDELIVERED. /// Optional parameter: The error code of the message. - /// Optional parameter: The start of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days.. - /// Optional parameter: The end of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days.. + /// Optional parameter: The start of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days. + /// Optional parameter: The end of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days. /// Optional parameter: A base64 encoded value used for pagination of results. /// Optional parameter: The maximum records requested in search result. Default 100. The sum of limit and after cannot be more than 10000. /// Returns the ApiResponse of Models.BandwidthMessagesList response from the API call. @@ -488,7 +488,7 @@ public async Task DeleteMediaAsync( } /// - /// Gets a list of messages based on query parameters.. + /// Gets a list of messages based on query parameters. /// /// Required parameter: User's account ID. /// Optional parameter: The ID of the message to search for. Special characters need to be encoded using URL encoding. @@ -496,8 +496,8 @@ public async Task DeleteMediaAsync( /// Optional parameter: The phone number that received the message. /// Optional parameter: The status of the message. One of RECEIVED, QUEUED, SENDING, SENT, FAILED, DELIVERED, ACCEPTED, UNDELIVERED. /// Optional parameter: The error code of the message. - /// Optional parameter: The start of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days.. - /// Optional parameter: The end of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days.. + /// Optional parameter: The start of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days. + /// Optional parameter: The end of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days. /// Optional parameter: A base64 encoded value used for pagination of results. /// Optional parameter: The maximum records requested in search result. Default 100. The sum of limit and after cannot be more than 10000. /// cancellationToken. @@ -606,7 +606,7 @@ public async Task DeleteMediaAsync( } /// - /// Endpoint for sending text messages and picture messages using V2 messaging.. + /// Endpoint for sending text messages and picture messages using V2 messaging. /// /// Required parameter: User's account ID. /// Required parameter: Example: . @@ -621,7 +621,7 @@ public async Task DeleteMediaAsync( } /// - /// Endpoint for sending text messages and picture messages using V2 messaging.. + /// Endpoint for sending text messages and picture messages using V2 messaging. /// /// Required parameter: User's account ID. /// Required parameter: Example: . diff --git a/Bandwidth.Standard/MultiFactorAuth/Controllers/MFAController.cs b/Bandwidth.Standard/MultiFactorAuth/Controllers/MFAController.cs index 125ef69e..9cb6e3ef 100644 --- a/Bandwidth.Standard/MultiFactorAuth/Controllers/MFAController.cs +++ b/Bandwidth.Standard/MultiFactorAuth/Controllers/MFAController.cs @@ -39,7 +39,7 @@ internal MFAController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Multi-Factor authentication with Bandwidth Voice services. Allows for a user to send an MFA code via a phone call.. + /// Multi-Factor authentication with Bandwidth Voice services. Allows for a user to send an MFA code via a phone call. /// /// Required parameter: Bandwidth Account ID with Voice service enabled. /// Required parameter: Example: . @@ -54,7 +54,7 @@ internal MFAController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Multi-Factor authentication with Bandwidth Voice services. Allows for a user to send an MFA code via a phone call.. + /// Multi-Factor authentication with Bandwidth Voice services. Allows for a user to send an MFA code via a phone call. /// /// Required parameter: Bandwidth Account ID with Voice service enabled. /// Required parameter: Example: . @@ -136,7 +136,7 @@ internal MFAController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Multi-Factor authentication with Bandwidth Messaging services. Allows a user to send an MFA code via a text message (SMS).. + /// Multi-Factor authentication with Bandwidth Messaging services. Allows a user to send an MFA code via a text message (SMS). /// /// Required parameter: Bandwidth Account ID with Messaging service enabled. /// Required parameter: Example: . @@ -151,7 +151,7 @@ internal MFAController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Multi-Factor authentication with Bandwidth Messaging services. Allows a user to send an MFA code via a text message (SMS).. + /// Multi-Factor authentication with Bandwidth Messaging services. Allows a user to send an MFA code via a text message (SMS). /// /// Required parameter: Bandwidth Account ID with Messaging service enabled. /// Required parameter: Example: . @@ -233,7 +233,7 @@ internal MFAController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Allows a user to verify an MFA code.. + /// Allows a user to verify an MFA code. /// /// Required parameter: Bandwidth Account ID with Two-Factor enabled. /// Required parameter: Example: . @@ -248,7 +248,7 @@ internal MFAController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Allows a user to verify an MFA code.. + /// Allows a user to verify an MFA code. /// /// Required parameter: Bandwidth Account ID with Two-Factor enabled. /// Required parameter: Example: . diff --git a/Bandwidth.Standard/PhoneNumberLookup/Controllers/APIController.cs b/Bandwidth.Standard/PhoneNumberLookup/Controllers/APIController.cs index dfeab1c9..48f34e4a 100644 --- a/Bandwidth.Standard/PhoneNumberLookup/Controllers/APIController.cs +++ b/Bandwidth.Standard/PhoneNumberLookup/Controllers/APIController.cs @@ -40,9 +40,9 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Create a TN Lookup Order.. + /// Create a TN Lookup Order. /// - /// Required parameter: The ID of the Bandwidth account that the user belongs to.. + /// Required parameter: The ID of the Bandwidth account that the user belongs to. /// Required parameter: Example: . /// Returns the ApiResponse of Models.OrderResponse response from the API call. public ApiResponse CreateLookupRequest( @@ -55,9 +55,9 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Create a TN Lookup Order.. + /// Create a TN Lookup Order. /// - /// Required parameter: The ID of the Bandwidth account that the user belongs to.. + /// Required parameter: The ID of the Bandwidth account that the user belongs to. /// Required parameter: Example: . /// cancellationToken. /// Returns the ApiResponse of Models.OrderResponse response from the API call. @@ -637,9 +637,9 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Query an existing TN Lookup Order.. + /// Query an existing TN Lookup Order. /// - /// Required parameter: The ID of the Bandwidth account that the user belongs to.. + /// Required parameter: The ID of the Bandwidth account that the user belongs to. /// Required parameter: Example: . /// Returns the ApiResponse of Models.OrderStatus response from the API call. public ApiResponse GetLookupRequestStatus( @@ -652,9 +652,9 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Query an existing TN Lookup Order.. + /// Query an existing TN Lookup Order. /// - /// Required parameter: The ID of the Bandwidth account that the user belongs to.. + /// Required parameter: The ID of the Bandwidth account that the user belongs to. /// Required parameter: Example: . /// cancellationToken. /// Returns the ApiResponse of Models.OrderStatus response from the API call. diff --git a/Bandwidth.Standard/Voice/Controllers/APIController.cs b/Bandwidth.Standard/Voice/Controllers/APIController.cs index 934f5620..024bb36f 100644 --- a/Bandwidth.Standard/Voice/Controllers/APIController.cs +++ b/Bandwidth.Standard/Voice/Controllers/APIController.cs @@ -40,7 +40,7 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Creates an outbound phone call.. + /// Creates an outbound phone call. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -55,7 +55,7 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Creates an outbound phone call.. + /// Creates an outbound phone call. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -152,7 +152,7 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Returns near-realtime metadata about the specified call.. + /// Returns near-realtime metadata about the specified call. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -167,7 +167,7 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Returns near-realtime metadata about the specified call.. + /// Returns near-realtime metadata about the specified call. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -261,7 +261,7 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Interrupts and replaces an active call's BXML document.. + /// Interrupts and replaces an active call's BXML document. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -276,7 +276,7 @@ public void ModifyCall( } /// - /// Interrupts and replaces an active call's BXML document.. + /// Interrupts and replaces an active call's BXML document. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -371,7 +371,7 @@ public async Task ModifyCallAsync( } /// - /// Pauses or resumes a recording.. + /// Pauses or resumes a recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -386,7 +386,7 @@ public void ModifyCallRecordingState( } /// - /// Pauses or resumes a recording.. + /// Pauses or resumes a recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -481,7 +481,7 @@ public async Task ModifyCallRecordingStateAsync( } /// - /// Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.. + /// Returns a (potentially empty) list of metadata for the recordings that took place during the specified call. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -496,7 +496,7 @@ public async Task ModifyCallRecordingStateAsync( } /// - /// Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.. + /// Returns a (potentially empty) list of metadata for the recordings that took place during the specified call. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -590,7 +590,7 @@ public async Task ModifyCallRecordingStateAsync( } /// - /// Returns metadata for the specified recording.. + /// Returns metadata for the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -607,7 +607,7 @@ public async Task ModifyCallRecordingStateAsync( } /// - /// Returns metadata for the specified recording.. + /// Returns metadata for the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -704,7 +704,7 @@ public async Task ModifyCallRecordingStateAsync( } /// - /// Deletes the specified recording.. + /// Deletes the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -719,7 +719,7 @@ public void DeleteRecording( } /// - /// Deletes the specified recording.. + /// Deletes the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -811,7 +811,7 @@ public async Task DeleteRecordingAsync( } /// - /// Downloads the specified recording.. + /// Downloads the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -828,7 +828,7 @@ public ApiResponse GetDownloadCallRecording( } /// - /// Downloads the specified recording.. + /// Downloads the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -925,7 +925,7 @@ public async Task> GetDownloadCallRecordingAsync( } /// - /// Deletes the specified recording's media.. + /// Deletes the specified recording's media. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -940,7 +940,7 @@ public void DeleteRecordingMedia( } /// - /// Deletes the specified recording's media.. + /// Deletes the specified recording's media. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1032,7 +1032,7 @@ public async Task DeleteRecordingMediaAsync( } /// - /// Downloads the specified transcription.. + /// Downloads the specified transcription. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1049,7 +1049,7 @@ public async Task DeleteRecordingMediaAsync( } /// - /// Downloads the specified transcription.. + /// Downloads the specified transcription. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1146,7 +1146,7 @@ public async Task DeleteRecordingMediaAsync( } /// - /// Requests that the specified recording be transcribed.. + /// Requests that the specified recording be transcribed. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1163,7 +1163,7 @@ public void CreateTranscribeCallRecording( } /// - /// Requests that the specified recording be transcribed.. + /// Requests that the specified recording be transcribed. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1266,7 +1266,7 @@ public async Task CreateTranscribeCallRecordingAsync( } /// - /// Deletes the specified recording's transcription.. + /// Deletes the specified recording's transcription. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1281,7 +1281,7 @@ public void DeleteCallTranscription( } /// - /// Deletes the specified recording's transcription.. + /// Deletes the specified recording's transcription. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1373,7 +1373,7 @@ public async Task DeleteCallTranscriptionAsync( } /// - /// Returns information about the conferences in the account.. + /// Returns information about the conferences in the account. /// /// Required parameter: Example: . /// Optional parameter: Example: . @@ -1396,7 +1396,7 @@ public async Task DeleteCallTranscriptionAsync( } /// - /// Returns information about the conferences in the account.. + /// Returns information about the conferences in the account. /// /// Required parameter: Example: . /// Optional parameter: Example: . @@ -1507,7 +1507,7 @@ public async Task DeleteCallTranscriptionAsync( } /// - /// Returns information about the specified conference.. + /// Returns information about the specified conference. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1522,7 +1522,7 @@ public async Task DeleteCallTranscriptionAsync( } /// - /// Returns information about the specified conference.. + /// Returns information about the specified conference. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1616,7 +1616,7 @@ public async Task DeleteCallTranscriptionAsync( } /// - /// Modify the conference state.. + /// Modify the conference state. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1631,7 +1631,7 @@ public void ModifyConference( } /// - /// Modify the conference state.. + /// Modify the conference state. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1726,7 +1726,7 @@ public async Task ModifyConferenceAsync( } /// - /// Updates settings for a particular conference member.. + /// Updates settings for a particular conference member. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1743,7 +1743,7 @@ public void ModifyConferenceMember( } /// - /// Updates settings for a particular conference member.. + /// Updates settings for a particular conference member. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1841,7 +1841,7 @@ public async Task ModifyConferenceMemberAsync( } /// - /// Returns information about the specified conference member.. + /// Returns information about the specified conference member. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -1858,7 +1858,7 @@ public async Task ModifyConferenceMemberAsync( } /// - /// Returns information about the specified conference member.. + /// Returns information about the specified conference member. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -2064,7 +2064,7 @@ public async Task ModifyConferenceMemberAsync( } /// - /// Returns metadata for the specified recording.. + /// Returns metadata for the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -2081,7 +2081,7 @@ public async Task ModifyConferenceMemberAsync( } /// - /// Returns metadata for the specified recording.. + /// Returns metadata for the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -2178,7 +2178,7 @@ public async Task ModifyConferenceMemberAsync( } /// - /// Downloads the specified recording.. + /// Downloads the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -2195,7 +2195,7 @@ public ApiResponse GetDownloadConferenceRecording( } /// - /// Downloads the specified recording.. + /// Downloads the specified recording. /// /// Required parameter: Example: . /// Required parameter: Example: . @@ -2292,7 +2292,7 @@ public async Task> GetDownloadConferenceRecordingAsync( } /// - /// Returns a list of metadata for the recordings associated with the specified account. The list can be filtered by the optional from, to, minStartTime, and maxStartTime arguments. The list is capped at 1000 entries and may be empty if no recordings match the specified criteria.. + /// Returns a list of metadata for the recordings associated with the specified account. The list can be filtered by the optional from, to, minStartTime, and maxStartTime arguments. The list is capped at 1000 entries and may be empty if no recordings match the specified criteria. /// /// Required parameter: Example: . /// Optional parameter: Example: . @@ -2313,7 +2313,7 @@ public async Task> GetDownloadConferenceRecordingAsync( } /// - /// Returns a list of metadata for the recordings associated with the specified account. The list can be filtered by the optional from, to, minStartTime, and maxStartTime arguments. The list is capped at 1000 entries and may be empty if no recordings match the specified criteria.. + /// Returns a list of metadata for the recordings associated with the specified account. The list can be filtered by the optional from, to, minStartTime, and maxStartTime arguments. The list is capped at 1000 entries and may be empty if no recordings match the specified criteria. /// /// Required parameter: Example: . /// Optional parameter: Example: . diff --git a/Bandwidth.Standard/WebRtc/Controllers/APIController.cs b/Bandwidth.Standard/WebRtc/Controllers/APIController.cs index b7125d40..5e06358c 100644 --- a/Bandwidth.Standard/WebRtc/Controllers/APIController.cs +++ b/Bandwidth.Standard/WebRtc/Controllers/APIController.cs @@ -40,8 +40,8 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Create a new participant under this account.. - /// Participants are idempotent, so relevant parameters must be set in this function if desired.. + /// Create a new participant under this account. + /// Participants are idempotent, so relevant parameters must be set in this function if desired. /// /// Required parameter: Account ID. /// Optional parameter: Participant parameters. @@ -56,8 +56,8 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Create a new participant under this account.. - /// Participants are idempotent, so relevant parameters must be set in this function if desired.. + /// Create a new participant under this account. + /// Participants are idempotent, so relevant parameters must be set in this function if desired. /// /// Required parameter: Account ID. /// Optional parameter: Participant parameters. @@ -140,7 +140,7 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Get participant by ID.. + /// Get participant by ID. /// /// Required parameter: Account ID. /// Required parameter: Participant ID. @@ -155,7 +155,7 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Get participant by ID.. + /// Get participant by ID. /// /// Required parameter: Account ID. /// Required parameter: Participant ID. @@ -235,7 +235,7 @@ internal APIController(IConfiguration config, IHttpClient httpClient, IDictionar } /// - /// Delete participant by ID.. + /// Delete participant by ID. /// /// Required parameter: Account ID. /// Required parameter: Example: . @@ -248,7 +248,7 @@ public void DeleteParticipant( } /// - /// Delete participant by ID.. + /// Delete participant by ID. /// /// Required parameter: Account ID. /// Required parameter: Example: . @@ -323,8 +323,8 @@ public async Task DeleteParticipantAsync( } /// - /// Create a new session.. - /// Sessions are idempotent, so relevant parameters must be set in this function if desired.. + /// Create a new session. + /// Sessions are idempotent, so relevant parameters must be set in this function if desired. /// /// Required parameter: Account ID. /// Optional parameter: Session parameters. @@ -339,8 +339,8 @@ public async Task DeleteParticipantAsync( } /// - /// Create a new session.. - /// Sessions are idempotent, so relevant parameters must be set in this function if desired.. + /// Create a new session. + /// Sessions are idempotent, so relevant parameters must be set in this function if desired. /// /// Required parameter: Account ID. /// Optional parameter: Session parameters. @@ -423,7 +423,7 @@ public async Task DeleteParticipantAsync( } /// - /// Get session by ID.. + /// Get session by ID. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -438,7 +438,7 @@ public async Task DeleteParticipantAsync( } /// - /// Get session by ID.. + /// Get session by ID. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -518,7 +518,7 @@ public async Task DeleteParticipantAsync( } /// - /// Delete session by ID.. + /// Delete session by ID. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -531,7 +531,7 @@ public void DeleteSession( } /// - /// Delete session by ID.. + /// Delete session by ID. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -606,7 +606,7 @@ public async Task DeleteSessionAsync( } /// - /// List participants in a session.. + /// List participants in a session. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -621,7 +621,7 @@ public async Task DeleteSessionAsync( } /// - /// List participants in a session.. + /// List participants in a session. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -701,8 +701,8 @@ public async Task DeleteSessionAsync( } /// - /// Add a participant to a session.. - /// Subscriptions can optionally be provided as part of this call.. + /// Add a participant to a session. + /// Subscriptions can optionally be provided as part of this call. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -719,8 +719,8 @@ public void AddParticipantToSession( } /// - /// Add a participant to a session.. - /// Subscriptions can optionally be provided as part of this call.. + /// Add a participant to a session. + /// Subscriptions can optionally be provided as part of this call. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -804,8 +804,8 @@ public async Task AddParticipantToSessionAsync( } /// - /// Remove a participant from a session.. - /// This will automatically remove any subscriptions the participant has associated with this session.. + /// Remove a participant from a session. + /// This will automatically remove any subscriptions the participant has associated with this session. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -820,8 +820,8 @@ public void RemoveParticipantFromSession( } /// - /// Remove a participant from a session.. - /// This will automatically remove any subscriptions the participant has associated with this session.. + /// Remove a participant from a session. + /// This will automatically remove any subscriptions the participant has associated with this session. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -899,7 +899,7 @@ public async Task RemoveParticipantFromSessionAsync( } /// - /// Get a participant's subscriptions.. + /// Get a participant's subscriptions. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -916,7 +916,7 @@ public async Task RemoveParticipantFromSessionAsync( } /// - /// Get a participant's subscriptions.. + /// Get a participant's subscriptions. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -999,8 +999,8 @@ public async Task RemoveParticipantFromSessionAsync( } /// - /// Update a participant's subscriptions.. - /// This is a full update that will replace the participant's subscriptions. First call `getParticipantSubscriptions` if you need the current subscriptions. Call this function with no `Subscriptions` object to remove all subscriptions.. + /// Update a participant's subscriptions. + /// This is a full update that will replace the participant's subscriptions. First call `getParticipantSubscriptions` if you need the current subscriptions. Call this function with no `Subscriptions` object to remove all subscriptions. /// /// Required parameter: Account ID. /// Required parameter: Session ID. @@ -1017,8 +1017,8 @@ public void UpdateParticipantSubscriptions( } /// - /// Update a participant's subscriptions.. - /// This is a full update that will replace the participant's subscriptions. First call `getParticipantSubscriptions` if you need the current subscriptions. Call this function with no `Subscriptions` object to remove all subscriptions.. + /// Update a participant's subscriptions. + /// This is a full update that will replace the participant's subscriptions. First call `getParticipantSubscriptions` if you need the current subscriptions. Call this function with no `Subscriptions` object to remove all subscriptions. /// /// Required parameter: Account ID. /// Required parameter: Session ID.