SuggestRelationshipLinksResponse interface
The response of suggest relationship links operation.
Properties
interaction |
The interaction name. NOTE: This property will not be serialized. It can only be populated by the server. |
suggested |
Suggested relationships for the type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
interactionName
The interaction name. NOTE: This property will not be serialized. It can only be populated by the server.
interactionName?: string
Property Value
string
suggestedRelationships
Suggested relationships for the type. NOTE: This property will not be serialized. It can only be populated by the server.
suggestedRelationships?: RelationshipsLookup[]