Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SuggestRelationshipLinksResponse

Package version

interface

An interface representing SuggestRelationshipLinksResponse. The response of suggest relationship links operation.

Hierarchy

  • SuggestRelationshipLinksResponse

Index

Properties

Optional interactionName

interactionName: undefined | string
member

{string} [interactionName] The interaction name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional suggestedRelationships

suggestedRelationships: RelationshipsLookup[]
member

{RelationshipsLookup[]} [suggestedRelationships] Suggested relationships for the type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc