chore: add XML doc comments across client interfaces and types#4
Open
fern-api[bot] wants to merge 4 commits into
Open
chore: add XML doc comments across client interfaces and types#4fern-api[bot] wants to merge 4 commits into
fern-api[bot] wants to merge 4 commits into
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
6 times, most recently
from
July 2, 2026 18:47
142d346 to
4cc68fe
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
2 times, most recently
from
July 6, 2026 20:36
6900fe7 to
8a7f140
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
from
July 8, 2026 00:30
8a7f140 to
ec79894
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
from
July 14, 2026 17:23
ec79894 to
6c03fae
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
from
July 14, 2026 20:01
6c03fae to
4745505
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
from
July 15, 2026 16:17
4745505 to
e0c9391
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
from
July 15, 2026 18:07
e0c9391 to
1441ccb
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
3 times, most recently
from
July 18, 2026 00:21
7581a9f to
5c81a99
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
3 times, most recently
from
July 21, 2026 02:24
41d8bbe to
6f7cd00
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-csharp-sdk: 2.58.0
…es and types Add comprehensive XML documentation comments to all public client interfaces and implementation classes, as well as several core types. No public API signatures were changed; this is a documentation-only improvement that improves IntelliSense and generated API reference output for SDK consumers. Key changes: - Add `<summary>` doc comments to all methods on `IAnalyticsClient`, `IAssistantsClient`, `ICallsClient`, `ICampaignsClient`, `IEvalClient`, `IFilesClient`, `IInsightClient`, and `IObservabilityScorecardClient` (and their concrete implementations) - Add `<summary>` doc comments to `BackoffPlan`, `CallHookCustomerSpeechTimeout`, `CustomerSpeechTimeoutOptions`, and `MonitorPlan` types, and refine existing property-level doc text - Add doc comments to `UpdateAssistantDto` properties (`FirstMessageInterruptionsEnabled`, `CompliancePlan`, `KeypadInputPlan`) and `InsightRunDto.FormatPlan` - Update `.fernignore` to exclude `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes` 🌿 Generated with Fern
Add comprehensive XML documentation comments to all public client interfaces and implementation classes, as well as several core types. No public API signatures were changed; this is a documentation-only improvement that improves IntelliSense and generated API reference output for SDK consumers. Key changes: - Add `<summary>` doc comments to all methods on `IAnalyticsClient`, `IAssistantsClient`, `ICallsClient`, `ICampaignsClient`, `IEvalClient`, `IFilesClient`, `IInsightClient`, and `IObservabilityScorecardClient` (and their concrete implementations) - Add `<summary>` doc comments to `BackoffPlan`, `CallHookCustomerSpeechTimeout`, `CustomerSpeechTimeoutOptions`, and `MonitorPlan` types, and refine existing property-level doc text - Add doc comments to `UpdateAssistantDto` properties (`FirstMessageInterruptionsEnabled`, `CompliancePlan`, `KeypadInputPlan`) and `InsightRunDto.FormatPlan` - Update `.fernignore` to exclude `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes` 🌿 Generated with Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
from
July 22, 2026 16:33
6f7cd00 to
0ee7d89
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.0.0 → 2.0.1
Add comprehensive XML documentation comments to all public client
interfaces and implementation classes, as well as several core types.
No public API signatures were changed; this is a documentation-only
improvement that improves IntelliSense and generated API reference
output for SDK consumers.
Key changes:
<summary>doc comments to all methods onIAnalyticsClient,IAssistantsClient,ICallsClient,ICampaignsClient,IEvalClient,IFilesClient,IInsightClient, andIObservabilityScorecardClient(and their concrete implementations)<summary>doc comments toBackoffPlan,CallHookCustomerSpeechTimeout,CustomerSpeechTimeoutOptions, andMonitorPlantypes, and refine existing property-level doc textUpdateAssistantDtoproperties (FirstMessageInterruptionsEnabled,CompliancePlan,KeypadInputPlan) andInsightRunDto.FormatPlan.fernignoreto exclude.fern/replay.lock,.fern/replay.yml, and.gitattributes🌿 Generated with Fern