Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CompleteAttachmentUpload(ctx workflow.Context, input *connectparticipant.CompleteAttachmentUploadInput) (*connectparticipant.CompleteAttachmentUploadOutput, error) CompleteAttachmentUploadAsync(ctx workflow.Context, input *connectparticipant.CompleteAttachmentUploadInput) *CompleteAttachmentUploadFuture CreateParticipantConnection(ctx workflow.Context, input *connectparticipant.CreateParticipantConnectionInput) (*connectparticipant.CreateParticipantConnectionOutput, error) CreateParticipantConnectionAsync(ctx workflow.Context, input *connectparticipant.CreateParticipantConnectionInput) *CreateParticipantConnectionFuture DisconnectParticipant(ctx workflow.Context, input *connectparticipant.DisconnectParticipantInput) (*connectparticipant.DisconnectParticipantOutput, error) DisconnectParticipantAsync(ctx workflow.Context, input *connectparticipant.DisconnectParticipantInput) *DisconnectParticipantFuture GetAttachment(ctx workflow.Context, input *connectparticipant.GetAttachmentInput) (*connectparticipant.GetAttachmentOutput, error) GetAttachmentAsync(ctx workflow.Context, input *connectparticipant.GetAttachmentInput) *GetAttachmentFuture GetTranscript(ctx workflow.Context, input *connectparticipant.GetTranscriptInput) (*connectparticipant.GetTranscriptOutput, error) GetTranscriptAsync(ctx workflow.Context, input *connectparticipant.GetTranscriptInput) *GetTranscriptFuture SendEvent(ctx workflow.Context, input *connectparticipant.SendEventInput) (*connectparticipant.SendEventOutput, error) SendEventAsync(ctx workflow.Context, input *connectparticipant.SendEventInput) *SendEventFuture SendMessage(ctx workflow.Context, input *connectparticipant.SendMessageInput) (*connectparticipant.SendMessageOutput, error) SendMessageAsync(ctx workflow.Context, input *connectparticipant.SendMessageInput) *SendMessageFuture StartAttachmentUpload(ctx workflow.Context, input *connectparticipant.StartAttachmentUploadInput) (*connectparticipant.StartAttachmentUploadOutput, error) StartAttachmentUploadAsync(ctx workflow.Context, input *connectparticipant.StartAttachmentUploadInput) *StartAttachmentUploadFuture }
type CompleteAttachmentUploadFuture ¶
type CompleteAttachmentUploadFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CompleteAttachmentUploadFuture) Get ¶
func (r *CompleteAttachmentUploadFuture) Get(ctx workflow.Context) (*connectparticipant.CompleteAttachmentUploadOutput, error)
type CreateParticipantConnectionFuture ¶
type CreateParticipantConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateParticipantConnectionFuture) Get ¶
func (r *CreateParticipantConnectionFuture) Get(ctx workflow.Context) (*connectparticipant.CreateParticipantConnectionOutput, error)
type DisconnectParticipantFuture ¶
type DisconnectParticipantFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisconnectParticipantFuture) Get ¶
func (r *DisconnectParticipantFuture) Get(ctx workflow.Context) (*connectparticipant.DisconnectParticipantOutput, error)
type GetAttachmentFuture ¶
func (*GetAttachmentFuture) Get ¶
func (r *GetAttachmentFuture) Get(ctx workflow.Context) (*connectparticipant.GetAttachmentOutput, error)
type GetTranscriptFuture ¶
func (*GetTranscriptFuture) Get ¶
func (r *GetTranscriptFuture) Get(ctx workflow.Context) (*connectparticipant.GetTranscriptOutput, error)
type SendEventFuture ¶
func (*SendEventFuture) Get ¶
func (r *SendEventFuture) Get(ctx workflow.Context) (*connectparticipant.SendEventOutput, error)
type SendMessageFuture ¶
func (*SendMessageFuture) Get ¶
func (r *SendMessageFuture) Get(ctx workflow.Context) (*connectparticipant.SendMessageOutput, error)
type StartAttachmentUploadFuture ¶
type StartAttachmentUploadFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartAttachmentUploadFuture) Get ¶
func (r *StartAttachmentUploadFuture) Get(ctx workflow.Context) (*connectparticipant.StartAttachmentUploadOutput, error)
Click to show internal directories.
Click to hide internal directories.