func()

in responses.go [35:42]


func (res *WebhookResponse) initializeFulfillments() {
	if res.FulfillmentResponse == nil {
		res.FulfillmentResponse = new(cx.WebhookResponse_FulfillmentResponse)
	}
	if res.FulfillmentResponse.Messages == nil {
		res.FulfillmentResponse.Messages = make([]*cx.ResponseMessage, 0)
	}
}