Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ContentRecommendationsReportInteraction :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Int64 -> ReportInteractionRequest -> Maybe Text -> Maybe Text -> ContentRecommendationsReportInteraction

    gogol-shopping-content Gogol.ShoppingContent.Content.Recommendations.ReportInteraction

    No documentation available.

  2. type ContentRecommendationsReportInteractionResource = "content" :> "v2.1" :> Capture "merchantId" Int64 :> "recommendations" :> "reportInteraction" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ReportInteractionRequest :> Post '[JSON] ()

    gogol-shopping-content Gogol.ShoppingContent.Content.Recommendations.ReportInteraction

    A resource alias for content.recommendations.reportInteraction method which the ContentRecommendationsReportInteraction request conforms to.

  3. newContentRecommendationsReportInteraction :: Int64 -> ReportInteractionRequest -> ContentRecommendationsReportInteraction

    gogol-shopping-content Gogol.ShoppingContent.Content.Recommendations.ReportInteraction

    Creates a value of ContentRecommendationsReportInteraction with the minimum fields required to make a request.

  4. data ReportInteractionRequest

    gogol-shopping-content Gogol.ShoppingContent.Types

    Request to report interactions on a recommendation. See: newReportInteractionRequest smart constructor.

  5. ReportInteractionRequest :: Maybe ReportInteractionRequest_InteractionType -> Maybe Text -> Maybe Text -> Maybe Text -> ReportInteractionRequest

    gogol-shopping-content Gogol.ShoppingContent.Types

    No documentation available.

  6. newtype ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent.Types

    Required. Type of the interaction that is reported, for example INTERACTION_CLICK.

  7. ReportInteractionRequest_InteractionType :: Text -> ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent.Types

    No documentation available.

  8. pattern ReportInteractionRequest_InteractionType_INTERACTIONCLICK :: ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent.Types

    When a recommendation is clicked.

  9. pattern ReportInteractionRequest_InteractionType_INTERACTIONDISMISS :: ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent.Types

    When a recommendation is dismissed.

  10. pattern ReportInteractionRequest_InteractionType_INTERACTIONTYPEUNSPECIFIED :: ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent.Types

    Default value. If provided, the service will throw ApiError with description "Required parameter: interactionType".

Page 46 of many | Previous | Next