Interface InteractionResourceFormat.UpdateStages.WithLocalizedAttributes

All Known Subinterfaces:
InteractionResourceFormat.Update
Enclosing interface:
InteractionResourceFormat.UpdateStages

public static interface InteractionResourceFormat.UpdateStages.WithLocalizedAttributes
The stage of the InteractionResourceFormat update allowing to specify localizedAttributes.
  • Method Details

    • withLocalizedAttributes

      InteractionResourceFormat.Update withLocalizedAttributes(Map<String,Map<String,String>> localizedAttributes)
      Specifies the localizedAttributes property: Any custom localized attributes for the Type..
      Parameters:
      localizedAttributes - Any custom localized attributes for the Type.
      Returns:
      the next definition stage.