Alpha: This endpoint is in active development and may change without notice.
func (
r *ProductFeedbackService) New(ctx context.Context,
params ProductFeedbackNewParams,
opts ...option.RequestOption) (res *ProductFeedbackNewResponse,
err error
)Alpha: This endpoint is in active development and may change without notice.
Submits concise product feedback with optional non-sensitive client details.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
params* | ProductFeedbackNewParams | |
opts* | ...option.RequestOption |