Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. data ReportInteractionRequest

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  3. newtype ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent

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

  4. ReportInteractionRequest_InteractionType :: Text -> ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  5. pattern ReportInteractionRequest_InteractionType_INTERACTIONCLICK :: ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent

    When a recommendation is clicked.

  6. pattern ReportInteractionRequest_InteractionType_INTERACTIONDISMISS :: ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent

    When a recommendation is dismissed.

  7. pattern ReportInteractionRequest_InteractionType_INTERACTIONTYPEUNSPECIFIED :: ReportInteractionRequest_InteractionType

    gogol-shopping-content Gogol.ShoppingContent

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

  8. fromReportInteractionRequest_InteractionType :: ReportInteractionRequest_InteractionType -> Text

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

    gogol-shopping-content Gogol.ShoppingContent

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

  10. newReportInteractionRequest :: ReportInteractionRequest

    gogol-shopping-content Gogol.ShoppingContent

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

Page 48 of many | Previous | Next