File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Recommend ;
1313
1414/// <summary>
15- /// a search banner with image and url .
15+ /// Banner with image and link to redirect users .
1616/// </summary>
1717public partial class Banner
1818{
Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Recommend ;
1313
1414/// <summary>
15- /// image of a search banner.
15+ /// Image to show inside a banner.
1616/// </summary>
1717public partial class BannerImage
1818{
Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Recommend ;
1313
1414/// <summary>
15- /// url for a search banner image .
15+ /// URL for an image to show inside a banner .
1616/// </summary>
1717public partial class BannerImageUrl
1818{
Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Recommend ;
1313
1414/// <summary>
15- /// link for a banner defined in merchandising studio .
15+ /// Link for a banner defined in the Merchandising Studio .
1616/// </summary>
1717public partial class BannerLink
1818{
Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Recommend ;
1313
1414/// <summary>
15- /// widgets returned from any rules that are applied to the current search.
15+ /// Widgets returned from any rules that are applied to the current search.
1616/// </summary>
1717public partial class Widgets
1818{
@@ -24,9 +24,9 @@ public Widgets()
2424 }
2525
2626 /// <summary>
27- /// banners defined in the merchandising studio for the given search.
27+ /// Banners defined in the Merchandising Studio for a given search.
2828 /// </summary>
29- /// <value>banners defined in the merchandising studio for the given search.</value>
29+ /// <value>Banners defined in the Merchandising Studio for a given search.</value>
3030 [ JsonPropertyName ( "banners" ) ]
3131 public List < Banner > Banners { get ; set ; }
3232
Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Search ;
1313
1414/// <summary>
15- /// a search banner with image and url .
15+ /// Banner with image and link to redirect users .
1616/// </summary>
1717public partial class Banner
1818{
Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Search ;
1313
1414/// <summary>
15- /// image of a search banner.
15+ /// Image to show inside a banner.
1616/// </summary>
1717public partial class BannerImage
1818{
Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Search ;
1313
1414/// <summary>
15- /// url for a search banner image .
15+ /// URL for an image to show inside a banner .
1616/// </summary>
1717public partial class BannerImageUrl
1818{
Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Search ;
1313
1414/// <summary>
15- /// link for a banner defined in merchandising studio .
15+ /// Link for a banner defined in the Merchandising Studio .
1616/// </summary>
1717public partial class BannerLink
1818{
Original file line number Diff line number Diff line change 1212namespace Algolia . Search . Models . Search ;
1313
1414/// <summary>
15- /// widgets returned from any rules that are applied to the current search.
15+ /// Widgets returned from any rules that are applied to the current search.
1616/// </summary>
1717public partial class Widgets
1818{
@@ -24,9 +24,9 @@ public Widgets()
2424 }
2525
2626 /// <summary>
27- /// banners defined in the merchandising studio for the given search.
27+ /// Banners defined in the Merchandising Studio for a given search.
2828 /// </summary>
29- /// <value>banners defined in the merchandising studio for the given search.</value>
29+ /// <value>Banners defined in the Merchandising Studio for a given search.</value>
3030 [ JsonPropertyName ( "banners" ) ]
3131 public List < Banner > Banners { get ; set ; }
3232
You can’t perform that action at this time.
0 commit comments