Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eristemena committed Mar 15, 2019
1 parent f6f1c93 commit f58fd30
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/RichMessage/Card.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Dialogflow\RichMessage\RichMessage
| Name | Description |
|------|-------------|
|doesSupportRichMessage|Check if request source support rich message.|
|fallbackText|Alias of setFallbackText() to fit more inline with text(), button(), image(), etc.|
|getFallbackText|Get the fallback text.|
|render|Render response as array.|
|setFallbackText|Set the fallback text if a request source doesn't support rich messages.|



Expand Down
3 changes: 3 additions & 0 deletions docs/RichMessage/Image.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ Dialogflow\RichMessage\RichMessage
| Name | Description |
|------|-------------|
|doesSupportRichMessage|Check if request source support rich message.|
|fallbackText|Alias of setFallbackText() to fit more inline with text(), button(), image(), etc.|
|getFallbackText|Get the fallback text.|
|render|Render response as array.|
|setFallbackText|Set the fallback text if a request source doesn't support rich messages.|



Expand Down
3 changes: 3 additions & 0 deletions docs/RichMessage/Payload.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ Dialogflow\RichMessage\RichMessage
| Name | Description |
|------|-------------|
|doesSupportRichMessage|Check if request source support rich message.|
|fallbackText|Alias of setFallbackText() to fit more inline with text(), button(), image(), etc.|
|getFallbackText|Get the fallback text.|
|render|Render response as array.|
|setFallbackText|Set the fallback text if a request source doesn't support rich messages.|



Expand Down
3 changes: 3 additions & 0 deletions docs/RichMessage/Suggestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ Dialogflow\RichMessage\RichMessage
| Name | Description |
|------|-------------|
|doesSupportRichMessage|Check if request source support rich message.|
|fallbackText|Alias of setFallbackText() to fit more inline with text(), button(), image(), etc.|
|getFallbackText|Get the fallback text.|
|render|Render response as array.|
|setFallbackText|Set the fallback text if a request source doesn't support rich messages.|



Expand Down
3 changes: 3 additions & 0 deletions docs/RichMessage/Text.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ Dialogflow\RichMessage\RichMessage
| Name | Description |
|------|-------------|
|doesSupportRichMessage|Check if request source support rich message.|
|fallbackText|Alias of setFallbackText() to fit more inline with text(), button(), image(), etc.|
|getFallbackText|Get the fallback text.|
|render|Render response as array.|
|setFallbackText|Set the fallback text if a request source doesn't support rich messages.|



Expand Down
3 changes: 3 additions & 0 deletions docs/WebhookClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ Dialogflow\RichMessage\RichMessage
| Name | Description |
|------|-------------|
|doesSupportRichMessage|Check if request source support rich message.|
|fallbackText|Alias of setFallbackText() to fit more inline with text(), button(), image(), etc.|
|getFallbackText|Get the fallback text.|
|render|Render response as array.|
|setFallbackText|Set the fallback text if a request source doesn't support rich messages.|



Expand Down

0 comments on commit f58fd30

Please sign in to comment.