Class SuggestRelationshipLinksResponseInner

java.lang.Object
com.azure.resourcemanager.customerinsights.fluent.models.SuggestRelationshipLinksResponseInner

public final class SuggestRelationshipLinksResponseInner extends Object
The response of suggest relationship links operation.
  • Constructor Details

    • SuggestRelationshipLinksResponseInner

      public SuggestRelationshipLinksResponseInner()
      Creates an instance of SuggestRelationshipLinksResponseInner class.
  • Method Details

    • interactionName

      public String interactionName()
      Get the interactionName property: The interaction name.
      Returns:
      the interactionName value.
    • suggestedRelationships

      public List<RelationshipsLookup> suggestedRelationships()
      Get the suggestedRelationships property: Suggested relationships for the type.
      Returns:
      the suggestedRelationships value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.