You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Parameters for the `listEntityMentions` operation. */
2981
-
exportinterfaceListEntityMentionsParams{
2980
+
/** Parameters for the `listMentions` operation. */
2981
+
exportinterfaceListMentionsParams{
2982
2982
/** Unique identifier of the workspace. */
2983
2983
workspace_id: string;
2984
2984
/** The name of the entity. */
@@ -3630,8 +3630,6 @@ namespace AssistantV1 {
3630
3630
generic?: DialogNodeOutputGeneric[];
3631
3631
/** Options that modify how specified output is handled. */
3632
3632
modifiers?: DialogNodeOutputModifiers;
3633
-
/** An object defining text responses in dialog nodes that do not use the `output.generic` object to define responses. New dialog nodes should use `output.generic`. For more information about how to specify dialog node output, see the [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex). */
0 commit comments