Skip to content

Commit 4afbf1a

Browse files
PrajvalRavalKailash0311
authored andcommitted
adding data prop
1 parent 9bdd26c commit 4afbf1a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

enum/Dialogflow.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export interface IDialogflowQuickReplyOptions {
3939
actionId?: string;
4040
buttonStyle?: ButtonStyle;
4141
salesforceButtonId?: string;
42+
data?: {
43+
[prop: string]: any;
44+
};
4245
}
4346

4447
export interface IDialogflowAccessToken {

0 commit comments

Comments
 (0)