-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yen Truong
committed
Sep 10, 2024
1 parent
b2d1e1c
commit ed3a9f3
Showing
19 changed files
with
90 additions
and
45 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
13 changes: 13 additions & 0 deletions
13
packages/chat-core/docs/chat-core.integrationdetails.zendeskhandoff.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/chat-core](./chat-core.md) > [IntegrationDetails](./chat-core.integrationdetails.md) > [zendeskHandoff](./chat-core.integrationdetails.zendeskhandoff.md) | ||
|
||
## IntegrationDetails.zendeskHandoff property | ||
|
||
Configurations for Zendesk handoff. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
zendeskHandoff?: ZendeskHandoff; | ||
``` |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/chat-core](./chat-core.md) > [Message\_2](./chat-core.message_2.md) | ||
|
||
## Message\_2 interface | ||
|
||
Represents a message within a conversation. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface Message | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [responseId?](./chat-core.message_2.responseid.md) | | string | _(Optional)_ The response's id in the form of a 26 character ULID. This is present for message coming from server. | | ||
| [source](./chat-core.message_2.source.md) | | [EnumOrLiteral](./chat-core.enumorliteral.md)<!-- --><[MessageSource](./chat-core.messagesource_2.md)<!-- -->> | The sender of the message. | | ||
| [text](./chat-core.message_2.text.md) | | string | The message's content. | | ||
| [timestamp?](./chat-core.message_2.timestamp.md) | | string | _(Optional)_ Time when the message is sent. | | ||
|
4 changes: 2 additions & 2 deletions
4
...core/docs/chat-core.message.responseid.md → ...re/docs/chat-core.message_2.responseid.md
This file contains 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
4 changes: 2 additions & 2 deletions
4
...hat-core/docs/chat-core.message.source.md → ...t-core/docs/chat-core.message_2.source.md
This file contains 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
4 changes: 2 additions & 2 deletions
4
.../chat-core/docs/chat-core.message.text.md → ...hat-core/docs/chat-core.message_2.text.md
This file contains 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
4 changes: 2 additions & 2 deletions
4
...-core/docs/chat-core.message.timestamp.md → ...ore/docs/chat-core.message_2.timestamp.md
This file contains 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
This file contains 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
This file contains 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
4 changes: 2 additions & 2 deletions
4
...chat-core/docs/chat-core.messagesource.md → ...at-core/docs/chat-core.messagesource_2.md
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/chat-core](./chat-core.md) > [ZendeskHandoff](./chat-core.zendeskhandoff.md) | ||
|
||
## ZendeskHandoff interface | ||
|
||
Configurations for Zendesk handoff. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface ZendeskHandoff | ||
``` |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/** | ||
* Configurations for Zendesk handoff. | ||
* | ||
* @public | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
export interface ZendeskHandoff {} |