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 12
12
namespace Algolia . Search . Models . Recommend ;
13
13
14
14
/// <summary>
15
- /// a search banner with image and url .
15
+ /// Banner with image and link to redirect users .
16
16
/// </summary>
17
17
public partial class Banner
18
18
{
Original file line number Diff line number Diff line change 12
12
namespace Algolia . Search . Models . Recommend ;
13
13
14
14
/// <summary>
15
- /// image of a search banner.
15
+ /// Image to show inside a banner.
16
16
/// </summary>
17
17
public partial class BannerImage
18
18
{
Original file line number Diff line number Diff line change 12
12
namespace Algolia . Search . Models . Recommend ;
13
13
14
14
/// <summary>
15
- /// url for a search banner image .
15
+ /// URL for an image to show inside a banner .
16
16
/// </summary>
17
17
public partial class BannerImageUrl
18
18
{
Original file line number Diff line number Diff line change 12
12
namespace Algolia . Search . Models . Recommend ;
13
13
14
14
/// <summary>
15
- /// link for a banner defined in merchandising studio .
15
+ /// Link for a banner defined in the Merchandising Studio .
16
16
/// </summary>
17
17
public partial class BannerLink
18
18
{
Original file line number Diff line number Diff line change 12
12
namespace Algolia . Search . Models . Recommend ;
13
13
14
14
/// <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.
16
16
/// </summary>
17
17
public partial class Widgets
18
18
{
@@ -24,9 +24,9 @@ public Widgets()
24
24
}
25
25
26
26
/// <summary>
27
- /// banners defined in the merchandising studio for the given search.
27
+ /// Banners defined in the Merchandising Studio for a given search.
28
28
/// </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>
30
30
[ JsonPropertyName ( "banners" ) ]
31
31
public List < Banner > Banners { get ; set ; }
32
32
Original file line number Diff line number Diff line change 12
12
namespace Algolia . Search . Models . Search ;
13
13
14
14
/// <summary>
15
- /// a search banner with image and url .
15
+ /// Banner with image and link to redirect users .
16
16
/// </summary>
17
17
public partial class Banner
18
18
{
Original file line number Diff line number Diff line change 12
12
namespace Algolia . Search . Models . Search ;
13
13
14
14
/// <summary>
15
- /// image of a search banner.
15
+ /// Image to show inside a banner.
16
16
/// </summary>
17
17
public partial class BannerImage
18
18
{
Original file line number Diff line number Diff line change 12
12
namespace Algolia . Search . Models . Search ;
13
13
14
14
/// <summary>
15
- /// url for a search banner image .
15
+ /// URL for an image to show inside a banner .
16
16
/// </summary>
17
17
public partial class BannerImageUrl
18
18
{
Original file line number Diff line number Diff line change 12
12
namespace Algolia . Search . Models . Search ;
13
13
14
14
/// <summary>
15
- /// link for a banner defined in merchandising studio .
15
+ /// Link for a banner defined in the Merchandising Studio .
16
16
/// </summary>
17
17
public partial class BannerLink
18
18
{
Original file line number Diff line number Diff line change 12
12
namespace Algolia . Search . Models . Search ;
13
13
14
14
/// <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.
16
16
/// </summary>
17
17
public partial class Widgets
18
18
{
@@ -24,9 +24,9 @@ public Widgets()
24
24
}
25
25
26
26
/// <summary>
27
- /// banners defined in the merchandising studio for the given search.
27
+ /// Banners defined in the Merchandising Studio for a given search.
28
28
/// </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>
30
30
[ JsonPropertyName ( "banners" ) ]
31
31
public List < Banner > Banners { get ; set ; }
32
32
You can’t perform that action at this time.
0 commit comments