customerintelligence

package
v1.0.0-b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	// [Preview API]
	PublishEvents(context.Context, PublishEventsArgs) error
}

func NewClient

func NewClient(ctx context.Context, connection *azuredevops.Connection) Client

type ClientImpl

type ClientImpl struct {
	Client azuredevops.Client
}

func (*ClientImpl) PublishEvents

func (client *ClientImpl) PublishEvents(ctx context.Context, args PublishEventsArgs) error

[Preview API]

type CustomerIntelligenceEvent

type CustomerIntelligenceEvent struct {
	Area       *string                 `json:"area,omitempty"`
	Feature    *string                 `json:"feature,omitempty"`
	Properties *map[string]interface{} `json:"properties,omitempty"`
}

type PublishEventsArgs

type PublishEventsArgs struct {
	// (required)
	Events *[]CustomerIntelligenceEvent
}

Arguments for the PublishEvents function

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL