> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Probe Result • AI Agent SDK

> ProbeResult: Result of a channel connectivity probe.

# ProbeResult

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="blue">AI Agent</Badge>

Result of a channel connectivity probe.

Attributes:
ok: Whether the probe succeeded
platform: Platform name
elapsed\_ms: Time taken in milliseconds
bot\_username: Bot's username (if available)
error: Error message (if probe failed)
details: Additional platform-specific details

## Properties

<ResponseField name="ok" type="bool">
  No description available.
</ResponseField>

<ResponseField name="platform" type="str">
  No description available.
</ResponseField>

<ResponseField name="elapsed_ms" type="float">
  No description available.
</ResponseField>

<ResponseField name="bot_username" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="error" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="details" type="Dict[str, Any]">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Convert to dictionary.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/bots/protocols.py#L635">
  `praisonaiagents/bots/protocols.py` at line 635
</Card>
