Skip to content

chore: add XML doc comments across client interfaces and types#4

Open
fern-api[bot] wants to merge 4 commits into
mainfrom
fern-bot/2026-06-25_21-11-06_096
Open

chore: add XML doc comments across client interfaces and types#4
fern-api[bot] wants to merge 4 commits into
mainfrom
fern-bot/2026-06-25_21-11-06_096

Conversation

@fern-api

@fern-api fern-api Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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:

  • 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 fern-api Bot changed the title SDK regeneration (no semver change: FAI returned NO_CHANGE) chore: update .fernignore with additional ignored files Jun 25, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch 6 times, most recently from 142d346 to 4cc68fe Compare July 2, 2026 18:47
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch 2 times, most recently from 6900fe7 to 8a7f140 Compare July 6, 2026 20:36
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files SDK regeneration (no semver change: FAI returned NO_CHANGE) Jul 8, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from 8a7f140 to ec79894 Compare July 8, 2026 00:30
@fern-api fern-api Bot changed the title SDK regeneration (no semver change: FAI returned NO_CHANGE) chore: update .fernignore with additional ignored files Jul 14, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from ec79894 to 6c03fae Compare July 14, 2026 17:23
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files SDK regeneration (no semver change: FAI returned NO_CHANGE) Jul 14, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from 6c03fae to 4745505 Compare July 14, 2026 20:01
@fern-api fern-api Bot changed the title SDK regeneration (no semver change: FAI returned NO_CHANGE) chore: update .fernignore with additional ignored files Jul 15, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from 4745505 to e0c9391 Compare July 15, 2026 16:17
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files chore: add Fern replay and gitattributes files to .fernignore Jul 15, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from e0c9391 to 1441ccb Compare July 15, 2026 18:07
@fern-api fern-api Bot changed the title chore: add Fern replay and gitattributes files to .fernignore chore: update .fernignore with additional ignored files Jul 15, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch 3 times, most recently from 7581a9f to 5c81a99 Compare July 18, 2026 00:21
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files chore: add XML doc comments across client interfaces and types Jul 20, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch 3 times, most recently from 41d8bbe to 6f7cd00 Compare July 21, 2026 02:24
fern-api Bot added 3 commits July 22, 2026 16:33
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
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from 6f7cd00 to 0ee7d89 Compare July 22, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants