chore: add XML doc comments across clients and types - #4
Open
fern-api[bot] wants to merge 4 commits into
Open
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
5 times, most recently
from
July 24, 2026 21:32
0ee7d89 to
212acdf
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
from
July 27, 2026 20:40
212acdf to
c4ed998
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-06_096
branch
from
July 28, 2026 00:28
c4ed998 to
ae2485a
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-csharp-sdk: 2.58.0
Add `<summary>` XML documentation comments to all public client interfaces, client implementations, request/response types, and domain model records throughout the SDK. No public API signatures, method parameters, return types, or behavioral logic were changed. Key changes: - Add XML doc summaries to all methods in `IAnalyticsClient`, `IAssistantsClient`, `ICallsClient`, `ICampaignsClient`, `IEvalClient`, `IFilesClient`, `IInsightClient` interfaces and their implementations - Add XML doc summaries to `BackoffPlan`, `CallHookCustomerSpeechTimeout`, `CustomerSpeechTimeoutOptions`, `MonitorPlan` type records - Add XML doc summaries to request types including `CampaignControllerFindAllRequest`, `EvalControllerGetPaginatedRequest`, `EvalControllerGetRunsPaginatedRequest`, `InsightControllerFindAllRequest`, `InsightRunDto`, and `UpdateAssistantDto` properties - Update `.fernignore` to exclude `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes` 🌿 Generated with Fern
Add `<summary>` XML documentation comments to all public client interfaces, client implementations, request/response types, and domain model records throughout the SDK. No public API signatures, method parameters, return types, or behavioral logic were changed. Key changes: - Add XML doc summaries to all methods in `IAnalyticsClient`, `IAssistantsClient`, `ICallsClient`, `ICampaignsClient`, `IEvalClient`, `IFilesClient`, `IInsightClient` interfaces and their implementations - Add XML doc summaries to `BackoffPlan`, `CallHookCustomerSpeechTimeout`, `CustomerSpeechTimeoutOptions`, `MonitorPlan` type records - Add XML doc summaries to request types including `CampaignControllerFindAllRequest`, `EvalControllerGetPaginatedRequest`, `EvalControllerGetRunsPaginatedRequest`, `InsightControllerFindAllRequest`, `InsightRunDto`, and `UpdateAssistantDto` properties - 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 29, 2026 18:32
ae2485a to
6237ae7
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
<summary>XML documentation comments to all public clientinterfaces, client implementations, request/response types, and
domain model records throughout the SDK. No public API signatures,
method parameters, return types, or behavioral logic were changed.
Key changes:
IAnalyticsClient,IAssistantsClient,ICallsClient,ICampaignsClient,IEvalClient,IFilesClient,IInsightClientinterfaces and their implementationsBackoffPlan,CallHookCustomerSpeechTimeout,CustomerSpeechTimeoutOptions,MonitorPlantype recordsCampaignControllerFindAllRequest,EvalControllerGetPaginatedRequest,EvalControllerGetRunsPaginatedRequest,InsightControllerFindAllRequest,InsightRunDto, andUpdateAssistantDtoproperties.fernignoreto exclude.fern/replay.lock,.fern/replay.yml, and.gitattributes🌿 Generated with Fern