{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.Chat.Types
(
chatService
, Card
, card
, cCardActions
, cName
, cHeader
, cSections
, Space
, space
, sName
, sDisplayName
, sType
, KeyValue
, keyValue
, kvOnClick
, kvTopLabel
, kvIcon
, kvButton
, kvContent
, kvIconURL
, kvContentMultiline
, kvBottomLabel
, WidgetMarkup
, widgetMarkup
, wmKeyValue
, wmImage
, wmButtons
, wmTextParagraph
, OnClick
, onClick
, ocAction
, ocOpenLink
, Annotation
, annotation
, aLength
, aType
, aUserMention
, aStartIndex
, Image
, image
, iOnClick
, iAspectRatio
, iImageURL
, KeyValueIcon (..)
, ActionParameter
, actionParameter
, apValue
, apKey
, Membership
, membership
, mState
, mName
, mMember
, mCreateTime
, ActionResponseType (..)
, Empty
, empty
, DeprecatedEvent
, deprecatedEvent
, deSpace
, deToken
, deAction
, deEventTime
, deUser
, deConfigCompleteRedirectURL
, deType
, deMessage
, deThreadKey
, MembershipState (..)
, CardHeaderImageStyle (..)
, TextParagraph
, textParagraph
, tpText
, Button
, button
, bTextButton
, bImageButton
, UserMentionMetadataType (..)
, ListSpacesResponse
, listSpacesResponse
, lsrNextPageToken
, lsrSpaces
, User
, user
, uName
, uDisplayName
, uType
, SpaceType (..)
, OpenLink
, openLink
, olURL
, AnnotationType (..)
, ImageButtonIcon (..)
, CardAction
, cardAction
, caOnClick
, caActionLabel
, Xgafv (..)
, DeprecatedEventType (..)
, ActionResponse
, actionResponse
, arURL
, arType
, FormAction
, formAction
, faActionMethodName
, faParameters
, ListMembershipsResponse
, listMembershipsResponse
, lmrNextPageToken
, lmrMemberships
, Message
, message
, mesAnnotations
, mesSpace
, mesText
, mesSender
, mesName
, mesPreviewText
, mesCards
, mesActionResponse
, mesArgumentText
, mesThread
, mesFallbackText
, mesCreateTime
, CardHeader
, cardHeader
, chSubtitle
, chImageURL
, chTitle
, chImageStyle
, TextButton
, textButton
, tbOnClick
, tbText
, Thread
, thread
, tName
, UserMentionMetadata
, userMentionMetadata
, ummUser
, ummType
, ImageButton
, imageButton
, ibOnClick
, ibIcon
, ibName
, ibIconURL
, Section
, section
, sWidgets
, sHeader
, UserType (..)
) where
import Network.Google.Chat.Types.Product
import Network.Google.Chat.Types.Sum
import Network.Google.Prelude
chatService :: ServiceConfig
chatService
= defaultService (ServiceId "chat:v1")
"chat.googleapis.com"