Documentation ¶
Index ¶
- type Client
- func (a *Client) ConversationsCreateConversation(params *ConversationsCreateConversationParams) (*ConversationsCreateConversationOK, *ConversationsCreateConversationCreated, ...)
- func (a *Client) ConversationsDeleteActivity(params *ConversationsDeleteActivityParams) (*ConversationsDeleteActivityOK, *ConversationsDeleteActivityAccepted, error)
- func (a *Client) ConversationsGetActivityMembers(params *ConversationsGetActivityMembersParams) (*ConversationsGetActivityMembersOK, error)
- func (a *Client) ConversationsGetConversationMembers(params *ConversationsGetConversationMembersParams) (*ConversationsGetConversationMembersOK, error)
- func (a *Client) ConversationsReplyToActivity(params *ConversationsReplyToActivityParams) (*ConversationsReplyToActivityOK, *ConversationsReplyToActivityCreated, ...)
- func (a *Client) ConversationsSendToConversation(params *ConversationsSendToConversationParams) (*ConversationsSendToConversationOK, *ConversationsSendToConversationCreated, ...)
- func (a *Client) ConversationsUpdateActivity(params *ConversationsUpdateActivityParams) (*ConversationsUpdateActivityOK, *ConversationsUpdateActivityCreated, ...)
- func (a *Client) ConversationsUploadAttachment(params *ConversationsUploadAttachmentParams) (*ConversationsUploadAttachmentOK, *ConversationsUploadAttachmentCreated, ...)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ConversationsCreateConversationAccepted
- type ConversationsCreateConversationBadRequest
- type ConversationsCreateConversationCreated
- type ConversationsCreateConversationForbidden
- type ConversationsCreateConversationInternalServerError
- type ConversationsCreateConversationMethodNotAllowed
- type ConversationsCreateConversationNotFound
- type ConversationsCreateConversationOK
- type ConversationsCreateConversationParams
- func NewConversationsCreateConversationParams() *ConversationsCreateConversationParams
- func NewConversationsCreateConversationParamsWithContext(ctx context.Context) *ConversationsCreateConversationParams
- func NewConversationsCreateConversationParamsWithTimeout(timeout time.Duration) *ConversationsCreateConversationParams
- func (o *ConversationsCreateConversationParams) SetContext(ctx context.Context)
- func (o *ConversationsCreateConversationParams) SetParameters(parameters *models.ConversationParameters)
- func (o *ConversationsCreateConversationParams) SetTimeout(timeout time.Duration)
- func (o *ConversationsCreateConversationParams) WithContext(ctx context.Context) *ConversationsCreateConversationParams
- func (o *ConversationsCreateConversationParams) WithParameters(parameters *models.ConversationParameters) *ConversationsCreateConversationParams
- func (o *ConversationsCreateConversationParams) WithTimeout(timeout time.Duration) *ConversationsCreateConversationParams
- func (o *ConversationsCreateConversationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConversationsCreateConversationReader
- type ConversationsCreateConversationServiceUnavailable
- type ConversationsCreateConversationUnauthorized
- type ConversationsDeleteActivityAccepted
- type ConversationsDeleteActivityBadRequest
- type ConversationsDeleteActivityForbidden
- type ConversationsDeleteActivityInternalServerError
- type ConversationsDeleteActivityMethodNotAllowed
- type ConversationsDeleteActivityNotFound
- type ConversationsDeleteActivityOK
- type ConversationsDeleteActivityParams
- func (o *ConversationsDeleteActivityParams) SetActivityID(activityID string)
- func (o *ConversationsDeleteActivityParams) SetContext(ctx context.Context)
- func (o *ConversationsDeleteActivityParams) SetConversationID(conversationID string)
- func (o *ConversationsDeleteActivityParams) SetTimeout(timeout time.Duration)
- func (o *ConversationsDeleteActivityParams) WithActivityID(activityID string) *ConversationsDeleteActivityParams
- func (o *ConversationsDeleteActivityParams) WithContext(ctx context.Context) *ConversationsDeleteActivityParams
- func (o *ConversationsDeleteActivityParams) WithConversationID(conversationID string) *ConversationsDeleteActivityParams
- func (o *ConversationsDeleteActivityParams) WithTimeout(timeout time.Duration) *ConversationsDeleteActivityParams
- func (o *ConversationsDeleteActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConversationsDeleteActivityReader
- type ConversationsDeleteActivityServiceUnavailable
- type ConversationsDeleteActivityUnauthorized
- type ConversationsGetActivityMembersBadRequest
- type ConversationsGetActivityMembersForbidden
- type ConversationsGetActivityMembersInternalServerError
- type ConversationsGetActivityMembersMethodNotAllowed
- type ConversationsGetActivityMembersNotFound
- type ConversationsGetActivityMembersOK
- type ConversationsGetActivityMembersParams
- func NewConversationsGetActivityMembersParams() *ConversationsGetActivityMembersParams
- func NewConversationsGetActivityMembersParamsWithContext(ctx context.Context) *ConversationsGetActivityMembersParams
- func NewConversationsGetActivityMembersParamsWithTimeout(timeout time.Duration) *ConversationsGetActivityMembersParams
- func (o *ConversationsGetActivityMembersParams) SetActivityID(activityID string)
- func (o *ConversationsGetActivityMembersParams) SetContext(ctx context.Context)
- func (o *ConversationsGetActivityMembersParams) SetConversationID(conversationID string)
- func (o *ConversationsGetActivityMembersParams) SetTimeout(timeout time.Duration)
- func (o *ConversationsGetActivityMembersParams) WithActivityID(activityID string) *ConversationsGetActivityMembersParams
- func (o *ConversationsGetActivityMembersParams) WithContext(ctx context.Context) *ConversationsGetActivityMembersParams
- func (o *ConversationsGetActivityMembersParams) WithConversationID(conversationID string) *ConversationsGetActivityMembersParams
- func (o *ConversationsGetActivityMembersParams) WithTimeout(timeout time.Duration) *ConversationsGetActivityMembersParams
- func (o *ConversationsGetActivityMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConversationsGetActivityMembersReader
- type ConversationsGetActivityMembersServiceUnavailable
- type ConversationsGetActivityMembersUnauthorized
- type ConversationsGetConversationMembersBadRequest
- type ConversationsGetConversationMembersForbidden
- type ConversationsGetConversationMembersInternalServerError
- type ConversationsGetConversationMembersMethodNotAllowed
- type ConversationsGetConversationMembersNotFound
- type ConversationsGetConversationMembersOK
- type ConversationsGetConversationMembersParams
- func NewConversationsGetConversationMembersParams() *ConversationsGetConversationMembersParams
- func NewConversationsGetConversationMembersParamsWithContext(ctx context.Context) *ConversationsGetConversationMembersParams
- func NewConversationsGetConversationMembersParamsWithTimeout(timeout time.Duration) *ConversationsGetConversationMembersParams
- func (o *ConversationsGetConversationMembersParams) SetContext(ctx context.Context)
- func (o *ConversationsGetConversationMembersParams) SetConversationID(conversationID string)
- func (o *ConversationsGetConversationMembersParams) SetTimeout(timeout time.Duration)
- func (o *ConversationsGetConversationMembersParams) WithContext(ctx context.Context) *ConversationsGetConversationMembersParams
- func (o *ConversationsGetConversationMembersParams) WithConversationID(conversationID string) *ConversationsGetConversationMembersParams
- func (o *ConversationsGetConversationMembersParams) WithTimeout(timeout time.Duration) *ConversationsGetConversationMembersParams
- func (o *ConversationsGetConversationMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConversationsGetConversationMembersReader
- type ConversationsGetConversationMembersServiceUnavailable
- type ConversationsGetConversationMembersUnauthorized
- type ConversationsReplyToActivityAccepted
- type ConversationsReplyToActivityBadRequest
- type ConversationsReplyToActivityCreated
- type ConversationsReplyToActivityForbidden
- type ConversationsReplyToActivityInternalServerError
- type ConversationsReplyToActivityNotFound
- type ConversationsReplyToActivityOK
- type ConversationsReplyToActivityParams
- func NewConversationsReplyToActivityParams() *ConversationsReplyToActivityParams
- func NewConversationsReplyToActivityParamsWithContext(ctx context.Context) *ConversationsReplyToActivityParams
- func NewConversationsReplyToActivityParamsWithTimeout(timeout time.Duration) *ConversationsReplyToActivityParams
- func (o *ConversationsReplyToActivityParams) SetActivity(activity *models.Activity)
- func (o *ConversationsReplyToActivityParams) SetActivityID(activityID string)
- func (o *ConversationsReplyToActivityParams) SetContext(ctx context.Context)
- func (o *ConversationsReplyToActivityParams) SetConversationID(conversationID string)
- func (o *ConversationsReplyToActivityParams) SetTimeout(timeout time.Duration)
- func (o *ConversationsReplyToActivityParams) WithActivity(activity *models.Activity) *ConversationsReplyToActivityParams
- func (o *ConversationsReplyToActivityParams) WithActivityID(activityID string) *ConversationsReplyToActivityParams
- func (o *ConversationsReplyToActivityParams) WithContext(ctx context.Context) *ConversationsReplyToActivityParams
- func (o *ConversationsReplyToActivityParams) WithConversationID(conversationID string) *ConversationsReplyToActivityParams
- func (o *ConversationsReplyToActivityParams) WithTimeout(timeout time.Duration) *ConversationsReplyToActivityParams
- func (o *ConversationsReplyToActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConversationsReplyToActivityReader
- type ConversationsReplyToActivityServiceUnavailable
- type ConversationsReplyToActivityUnauthorized
- type ConversationsSendToConversationAccepted
- type ConversationsSendToConversationBadRequest
- type ConversationsSendToConversationCreated
- type ConversationsSendToConversationForbidden
- type ConversationsSendToConversationInternalServerError
- type ConversationsSendToConversationNotFound
- type ConversationsSendToConversationOK
- type ConversationsSendToConversationParams
- func NewConversationsSendToConversationParams() *ConversationsSendToConversationParams
- func NewConversationsSendToConversationParamsWithContext(ctx context.Context) *ConversationsSendToConversationParams
- func NewConversationsSendToConversationParamsWithTimeout(timeout time.Duration) *ConversationsSendToConversationParams
- func (o *ConversationsSendToConversationParams) SetActivity(activity *models.Activity)
- func (o *ConversationsSendToConversationParams) SetContext(ctx context.Context)
- func (o *ConversationsSendToConversationParams) SetConversationID(conversationID string)
- func (o *ConversationsSendToConversationParams) SetTimeout(timeout time.Duration)
- func (o *ConversationsSendToConversationParams) WithActivity(activity *models.Activity) *ConversationsSendToConversationParams
- func (o *ConversationsSendToConversationParams) WithContext(ctx context.Context) *ConversationsSendToConversationParams
- func (o *ConversationsSendToConversationParams) WithConversationID(conversationID string) *ConversationsSendToConversationParams
- func (o *ConversationsSendToConversationParams) WithTimeout(timeout time.Duration) *ConversationsSendToConversationParams
- func (o *ConversationsSendToConversationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConversationsSendToConversationReader
- type ConversationsSendToConversationServiceUnavailable
- type ConversationsSendToConversationUnauthorized
- type ConversationsUpdateActivityAccepted
- type ConversationsUpdateActivityBadRequest
- type ConversationsUpdateActivityCreated
- type ConversationsUpdateActivityForbidden
- type ConversationsUpdateActivityInternalServerError
- type ConversationsUpdateActivityMethodNotAllowed
- type ConversationsUpdateActivityNotFound
- type ConversationsUpdateActivityOK
- type ConversationsUpdateActivityParams
- func (o *ConversationsUpdateActivityParams) SetActivity(activity *models.Activity)
- func (o *ConversationsUpdateActivityParams) SetActivityID(activityID string)
- func (o *ConversationsUpdateActivityParams) SetContext(ctx context.Context)
- func (o *ConversationsUpdateActivityParams) SetConversationID(conversationID string)
- func (o *ConversationsUpdateActivityParams) SetTimeout(timeout time.Duration)
- func (o *ConversationsUpdateActivityParams) WithActivity(activity *models.Activity) *ConversationsUpdateActivityParams
- func (o *ConversationsUpdateActivityParams) WithActivityID(activityID string) *ConversationsUpdateActivityParams
- func (o *ConversationsUpdateActivityParams) WithContext(ctx context.Context) *ConversationsUpdateActivityParams
- func (o *ConversationsUpdateActivityParams) WithConversationID(conversationID string) *ConversationsUpdateActivityParams
- func (o *ConversationsUpdateActivityParams) WithTimeout(timeout time.Duration) *ConversationsUpdateActivityParams
- func (o *ConversationsUpdateActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConversationsUpdateActivityReader
- type ConversationsUpdateActivityServiceUnavailable
- type ConversationsUpdateActivityUnauthorized
- type ConversationsUploadAttachmentAccepted
- type ConversationsUploadAttachmentBadRequest
- type ConversationsUploadAttachmentCreated
- type ConversationsUploadAttachmentForbidden
- type ConversationsUploadAttachmentInternalServerError
- type ConversationsUploadAttachmentMethodNotAllowed
- type ConversationsUploadAttachmentNotFound
- type ConversationsUploadAttachmentOK
- type ConversationsUploadAttachmentParams
- func NewConversationsUploadAttachmentParams() *ConversationsUploadAttachmentParams
- func NewConversationsUploadAttachmentParamsWithContext(ctx context.Context) *ConversationsUploadAttachmentParams
- func NewConversationsUploadAttachmentParamsWithTimeout(timeout time.Duration) *ConversationsUploadAttachmentParams
- func (o *ConversationsUploadAttachmentParams) SetAttachmentUpload(attachmentUpload *models.AttachmentData)
- func (o *ConversationsUploadAttachmentParams) SetContext(ctx context.Context)
- func (o *ConversationsUploadAttachmentParams) SetConversationID(conversationID string)
- func (o *ConversationsUploadAttachmentParams) SetTimeout(timeout time.Duration)
- func (o *ConversationsUploadAttachmentParams) WithAttachmentUpload(attachmentUpload *models.AttachmentData) *ConversationsUploadAttachmentParams
- func (o *ConversationsUploadAttachmentParams) WithContext(ctx context.Context) *ConversationsUploadAttachmentParams
- func (o *ConversationsUploadAttachmentParams) WithConversationID(conversationID string) *ConversationsUploadAttachmentParams
- func (o *ConversationsUploadAttachmentParams) WithTimeout(timeout time.Duration) *ConversationsUploadAttachmentParams
- func (o *ConversationsUploadAttachmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConversationsUploadAttachmentReader
- type ConversationsUploadAttachmentServiceUnavailable
- type ConversationsUploadAttachmentUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for conversations API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new conversations API client.
func (*Client) ConversationsCreateConversation ¶
func (a *Client) ConversationsCreateConversation(params *ConversationsCreateConversationParams) (*ConversationsCreateConversationOK, *ConversationsCreateConversationCreated, *ConversationsCreateConversationAccepted, error)
ConversationsCreateConversation creates conversation
Create a new Conversation.
POST to this method with a * Bot being the bot creating the conversation * IsGroup set to true if this is not a direct message (default is false) * Members array contining the members you want to have be in the conversation.
The return value is a ResourceResponse which contains a conversation id which is suitable for use in the message payload and REST API uris.
Most channels only support the semantics of bots initiating a direct message conversation. An example of how to do that would be:
``` var resource = await connector.conversations.CreateConversation(new ConversationParameters(){ Bot = bot, members = new ChannelAccount[] { new ChannelAccount("user1") } ); await connect.Conversations.SendToConversationAsync(resource.Id, new Activity() ... ) ;
```
func (*Client) ConversationsDeleteActivity ¶
func (a *Client) ConversationsDeleteActivity(params *ConversationsDeleteActivityParams) (*ConversationsDeleteActivityOK, *ConversationsDeleteActivityAccepted, error)
ConversationsDeleteActivity deletes activity
Delete an existing activity.
Some channels allow you to delete an existing activity, and if successful this method will remove the specified activity.
func (*Client) ConversationsGetActivityMembers ¶
func (a *Client) ConversationsGetActivityMembers(params *ConversationsGetActivityMembersParams) (*ConversationsGetActivityMembersOK, error)
ConversationsGetActivityMembers gets activity members
Enumerate the members of an activity.
This REST API takes a ConversationId and a ActivityId, returning an array of ChannelAccount objects representing the members of the particular activity in the conversation.
func (*Client) ConversationsGetConversationMembers ¶
func (a *Client) ConversationsGetConversationMembers(params *ConversationsGetConversationMembersParams) (*ConversationsGetConversationMembersOK, error)
ConversationsGetConversationMembers gets conversation members
Enumerate the members of a converstion.
This REST API takes a ConversationId and returns an array of ChannelAccount objects representing the members of the conversation.
func (*Client) ConversationsReplyToActivity ¶
func (a *Client) ConversationsReplyToActivity(params *ConversationsReplyToActivityParams) (*ConversationsReplyToActivityOK, *ConversationsReplyToActivityCreated, *ConversationsReplyToActivityAccepted, error)
ConversationsReplyToActivity replies to activity
This method allows you to reply to an activity.
This is slightly different from SendToConversation(). * SendToConverstion(conversationId) - will append the activity to the end of the conversation according to the timestamp or semantics of the channel. * ReplyToActivity(conversationId,ActivityId) - adds the activity as a reply to another activity, if the channel supports it. If the channel does not support nested replies, ReplyToActivity falls back to SendToConversation.
Use ReplyToActivity when replying to a specific activity in the conversation.
Use SendToConversation in all other cases.
func (*Client) ConversationsSendToConversation ¶
func (a *Client) ConversationsSendToConversation(params *ConversationsSendToConversationParams) (*ConversationsSendToConversationOK, *ConversationsSendToConversationCreated, *ConversationsSendToConversationAccepted, error)
ConversationsSendToConversation sends to conversation
This method allows you to send an activity to the end of a conversation.
This is slightly different from ReplyToActivity(). * SendToConverstion(conversationId) - will append the activity to the end of the conversation according to the timestamp or semantics of the channel. * ReplyToActivity(conversationId,ActivityId) - adds the activity as a reply to another activity, if the channel supports it. If the channel does not support nested replies, ReplyToActivity falls back to SendToConversation.
Use ReplyToActivity when replying to a specific activity in the conversation.
Use SendToConversation in all other cases.
func (*Client) ConversationsUpdateActivity ¶
func (a *Client) ConversationsUpdateActivity(params *ConversationsUpdateActivityParams) (*ConversationsUpdateActivityOK, *ConversationsUpdateActivityCreated, *ConversationsUpdateActivityAccepted, error)
ConversationsUpdateActivity updates activity
Edit an existing activity.
Some channels allow you to edit an existing activity to reflect the new state of a bot conversation.
For example, you can remove buttons after someone has clicked "Approve" button.
func (*Client) ConversationsUploadAttachment ¶
func (a *Client) ConversationsUploadAttachment(params *ConversationsUploadAttachmentParams) (*ConversationsUploadAttachmentOK, *ConversationsUploadAttachmentCreated, *ConversationsUploadAttachmentAccepted, error)
ConversationsUploadAttachment uploads attachment
Upload an attachment directly into a channel's blob storage.
This is useful because it allows you to store data in a compliant store when dealing with enterprises.
The response is a ResourceResponse which contains an AttachmentId which is suitable for using with the attachments API.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ConversationsCreateConversationAccepted ¶
type ConversationsCreateConversationAccepted struct {
Payload *models.ConversationResourceResponse
}
ConversationsCreateConversationAccepted handles this case with default header values.
ConversationsCreateConversationAccepted conversations create conversation accepted
func NewConversationsCreateConversationAccepted ¶
func NewConversationsCreateConversationAccepted() *ConversationsCreateConversationAccepted
NewConversationsCreateConversationAccepted creates a ConversationsCreateConversationAccepted with default headers values
func (*ConversationsCreateConversationAccepted) Error ¶
func (o *ConversationsCreateConversationAccepted) Error() string
type ConversationsCreateConversationBadRequest ¶
type ConversationsCreateConversationBadRequest struct {
Payload *models.ErrorResponse
}
ConversationsCreateConversationBadRequest handles this case with default header values.
The request was malformed or otherwise incorrect. Inspect the message for a more detailed description.
func NewConversationsCreateConversationBadRequest ¶
func NewConversationsCreateConversationBadRequest() *ConversationsCreateConversationBadRequest
NewConversationsCreateConversationBadRequest creates a ConversationsCreateConversationBadRequest with default headers values
func (*ConversationsCreateConversationBadRequest) Error ¶
func (o *ConversationsCreateConversationBadRequest) Error() string
type ConversationsCreateConversationCreated ¶
type ConversationsCreateConversationCreated struct {
Payload *models.ConversationResourceResponse
}
ConversationsCreateConversationCreated handles this case with default header values.
ConversationsCreateConversationCreated conversations create conversation created
func NewConversationsCreateConversationCreated ¶
func NewConversationsCreateConversationCreated() *ConversationsCreateConversationCreated
NewConversationsCreateConversationCreated creates a ConversationsCreateConversationCreated with default headers values
func (*ConversationsCreateConversationCreated) Error ¶
func (o *ConversationsCreateConversationCreated) Error() string
type ConversationsCreateConversationForbidden ¶
type ConversationsCreateConversationForbidden struct { }
ConversationsCreateConversationForbidden handles this case with default header values.
The request was a valid request, but the server is refusing to respond to it. The user might be logged in but does not have the necessary permissions for the resource.
func NewConversationsCreateConversationForbidden ¶
func NewConversationsCreateConversationForbidden() *ConversationsCreateConversationForbidden
NewConversationsCreateConversationForbidden creates a ConversationsCreateConversationForbidden with default headers values
func (*ConversationsCreateConversationForbidden) Error ¶
func (o *ConversationsCreateConversationForbidden) Error() string
type ConversationsCreateConversationInternalServerError ¶
type ConversationsCreateConversationInternalServerError struct {
Payload *models.ErrorResponse
}
ConversationsCreateConversationInternalServerError handles this case with default header values.
An internal server has occurred. Inspect the message for a more detailed description.
func NewConversationsCreateConversationInternalServerError ¶
func NewConversationsCreateConversationInternalServerError() *ConversationsCreateConversationInternalServerError
NewConversationsCreateConversationInternalServerError creates a ConversationsCreateConversationInternalServerError with default headers values
func (*ConversationsCreateConversationInternalServerError) Error ¶
func (o *ConversationsCreateConversationInternalServerError) Error() string
type ConversationsCreateConversationMethodNotAllowed ¶
type ConversationsCreateConversationMethodNotAllowed struct {
Payload *models.ErrorResponse
}
ConversationsCreateConversationMethodNotAllowed handles this case with default header values.
The method and URI you are trying to use is not allowed on this service. For example, not all services support the DELETE or PUT verbs on an activity URI.
func NewConversationsCreateConversationMethodNotAllowed ¶
func NewConversationsCreateConversationMethodNotAllowed() *ConversationsCreateConversationMethodNotAllowed
NewConversationsCreateConversationMethodNotAllowed creates a ConversationsCreateConversationMethodNotAllowed with default headers values
func (*ConversationsCreateConversationMethodNotAllowed) Error ¶
func (o *ConversationsCreateConversationMethodNotAllowed) Error() string
type ConversationsCreateConversationNotFound ¶
type ConversationsCreateConversationNotFound struct {
Payload *models.ErrorResponse
}
ConversationsCreateConversationNotFound handles this case with default header values.
The resource was not found.
func NewConversationsCreateConversationNotFound ¶
func NewConversationsCreateConversationNotFound() *ConversationsCreateConversationNotFound
NewConversationsCreateConversationNotFound creates a ConversationsCreateConversationNotFound with default headers values
func (*ConversationsCreateConversationNotFound) Error ¶
func (o *ConversationsCreateConversationNotFound) Error() string
type ConversationsCreateConversationOK ¶
type ConversationsCreateConversationOK struct {
Payload *models.ConversationResourceResponse
}
ConversationsCreateConversationOK handles this case with default header values.
ConversationsCreateConversationOK conversations create conversation o k
func NewConversationsCreateConversationOK ¶
func NewConversationsCreateConversationOK() *ConversationsCreateConversationOK
NewConversationsCreateConversationOK creates a ConversationsCreateConversationOK with default headers values
func (*ConversationsCreateConversationOK) Error ¶
func (o *ConversationsCreateConversationOK) Error() string
type ConversationsCreateConversationParams ¶
type ConversationsCreateConversationParams struct { /*Parameters Parameters to create the conversation from */ Parameters *models.ConversationParameters Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConversationsCreateConversationParams contains all the parameters to send to the API endpoint for the conversations create conversation operation typically these are written to a http.Request
func NewConversationsCreateConversationParams ¶
func NewConversationsCreateConversationParams() *ConversationsCreateConversationParams
NewConversationsCreateConversationParams creates a new ConversationsCreateConversationParams object with the default values initialized.
func NewConversationsCreateConversationParamsWithContext ¶
func NewConversationsCreateConversationParamsWithContext(ctx context.Context) *ConversationsCreateConversationParams
NewConversationsCreateConversationParamsWithContext creates a new ConversationsCreateConversationParams object with the default values initialized, and the ability to set a context for a request
func NewConversationsCreateConversationParamsWithTimeout ¶
func NewConversationsCreateConversationParamsWithTimeout(timeout time.Duration) *ConversationsCreateConversationParams
NewConversationsCreateConversationParamsWithTimeout creates a new ConversationsCreateConversationParams object with the default values initialized, and the ability to set a timeout on a request
func (*ConversationsCreateConversationParams) SetContext ¶
func (o *ConversationsCreateConversationParams) SetContext(ctx context.Context)
SetContext adds the context to the conversations create conversation params
func (*ConversationsCreateConversationParams) SetParameters ¶
func (o *ConversationsCreateConversationParams) SetParameters(parameters *models.ConversationParameters)
SetParameters adds the parameters to the conversations create conversation params
func (*ConversationsCreateConversationParams) SetTimeout ¶
func (o *ConversationsCreateConversationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the conversations create conversation params
func (*ConversationsCreateConversationParams) WithContext ¶
func (o *ConversationsCreateConversationParams) WithContext(ctx context.Context) *ConversationsCreateConversationParams
WithContext adds the context to the conversations create conversation params
func (*ConversationsCreateConversationParams) WithParameters ¶
func (o *ConversationsCreateConversationParams) WithParameters(parameters *models.ConversationParameters) *ConversationsCreateConversationParams
WithParameters adds the parameters to the conversations create conversation params
func (*ConversationsCreateConversationParams) WithTimeout ¶
func (o *ConversationsCreateConversationParams) WithTimeout(timeout time.Duration) *ConversationsCreateConversationParams
WithTimeout adds the timeout to the conversations create conversation params
func (*ConversationsCreateConversationParams) WriteToRequest ¶
func (o *ConversationsCreateConversationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConversationsCreateConversationReader ¶
type ConversationsCreateConversationReader struct {
// contains filtered or unexported fields
}
ConversationsCreateConversationReader is a Reader for the ConversationsCreateConversation structure.
func (*ConversationsCreateConversationReader) ReadResponse ¶
func (o *ConversationsCreateConversationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConversationsCreateConversationServiceUnavailable ¶
type ConversationsCreateConversationServiceUnavailable struct {
}ConversationsCreateConversationServiceUnavailable handles this case with default header values.
The service you are trying to communciate with is unavailable.
func NewConversationsCreateConversationServiceUnavailable ¶
func NewConversationsCreateConversationServiceUnavailable() *ConversationsCreateConversationServiceUnavailable
NewConversationsCreateConversationServiceUnavailable creates a ConversationsCreateConversationServiceUnavailable with default headers values
func (*ConversationsCreateConversationServiceUnavailable) Error ¶
func (o *ConversationsCreateConversationServiceUnavailable) Error() string
type ConversationsCreateConversationUnauthorized ¶
type ConversationsCreateConversationUnauthorized struct { }
ConversationsCreateConversationUnauthorized handles this case with default header values.
The bot is not authorized to make this request. Please check your Microsoft App ID and Microsoft App password.
func NewConversationsCreateConversationUnauthorized ¶
func NewConversationsCreateConversationUnauthorized() *ConversationsCreateConversationUnauthorized
NewConversationsCreateConversationUnauthorized creates a ConversationsCreateConversationUnauthorized with default headers values
func (*ConversationsCreateConversationUnauthorized) Error ¶
func (o *ConversationsCreateConversationUnauthorized) Error() string
type ConversationsDeleteActivityAccepted ¶
type ConversationsDeleteActivityAccepted struct { }
ConversationsDeleteActivityAccepted handles this case with default header values.
The request has been accepted for processing, but the processing has not been completed
func NewConversationsDeleteActivityAccepted ¶
func NewConversationsDeleteActivityAccepted() *ConversationsDeleteActivityAccepted
NewConversationsDeleteActivityAccepted creates a ConversationsDeleteActivityAccepted with default headers values
func (*ConversationsDeleteActivityAccepted) Error ¶
func (o *ConversationsDeleteActivityAccepted) Error() string
type ConversationsDeleteActivityBadRequest ¶
type ConversationsDeleteActivityBadRequest struct {
Payload *models.ErrorResponse
}
ConversationsDeleteActivityBadRequest handles this case with default header values.
The request was malformed or otherwise incorrect. Inspect the message for a more detailed description.
func NewConversationsDeleteActivityBadRequest ¶
func NewConversationsDeleteActivityBadRequest() *ConversationsDeleteActivityBadRequest
NewConversationsDeleteActivityBadRequest creates a ConversationsDeleteActivityBadRequest with default headers values
func (*ConversationsDeleteActivityBadRequest) Error ¶
func (o *ConversationsDeleteActivityBadRequest) Error() string
type ConversationsDeleteActivityForbidden ¶
type ConversationsDeleteActivityForbidden struct { }
ConversationsDeleteActivityForbidden handles this case with default header values.
The request was a valid request, but the server is refusing to respond to it. The user might be logged in but does not have the necessary permissions for the resource.
func NewConversationsDeleteActivityForbidden ¶
func NewConversationsDeleteActivityForbidden() *ConversationsDeleteActivityForbidden
NewConversationsDeleteActivityForbidden creates a ConversationsDeleteActivityForbidden with default headers values
func (*ConversationsDeleteActivityForbidden) Error ¶
func (o *ConversationsDeleteActivityForbidden) Error() string
type ConversationsDeleteActivityInternalServerError ¶
type ConversationsDeleteActivityInternalServerError struct {
Payload *models.ErrorResponse
}
ConversationsDeleteActivityInternalServerError handles this case with default header values.
An internal server has occurred. Inspect the message for a more detailed description.
func NewConversationsDeleteActivityInternalServerError ¶
func NewConversationsDeleteActivityInternalServerError() *ConversationsDeleteActivityInternalServerError
NewConversationsDeleteActivityInternalServerError creates a ConversationsDeleteActivityInternalServerError with default headers values
func (*ConversationsDeleteActivityInternalServerError) Error ¶
func (o *ConversationsDeleteActivityInternalServerError) Error() string
type ConversationsDeleteActivityMethodNotAllowed ¶
type ConversationsDeleteActivityMethodNotAllowed struct {
Payload *models.ErrorResponse
}
ConversationsDeleteActivityMethodNotAllowed handles this case with default header values.
The method and URI you are trying to use is not allowed on this service. For example, not all services support the DELETE or PUT verbs on an activity URI.
func NewConversationsDeleteActivityMethodNotAllowed ¶
func NewConversationsDeleteActivityMethodNotAllowed() *ConversationsDeleteActivityMethodNotAllowed
NewConversationsDeleteActivityMethodNotAllowed creates a ConversationsDeleteActivityMethodNotAllowed with default headers values
func (*ConversationsDeleteActivityMethodNotAllowed) Error ¶
func (o *ConversationsDeleteActivityMethodNotAllowed) Error() string
type ConversationsDeleteActivityNotFound ¶
type ConversationsDeleteActivityNotFound struct {
Payload *models.ErrorResponse
}
ConversationsDeleteActivityNotFound handles this case with default header values.
The resource was not found.
func NewConversationsDeleteActivityNotFound ¶
func NewConversationsDeleteActivityNotFound() *ConversationsDeleteActivityNotFound
NewConversationsDeleteActivityNotFound creates a ConversationsDeleteActivityNotFound with default headers values
func (*ConversationsDeleteActivityNotFound) Error ¶
func (o *ConversationsDeleteActivityNotFound) Error() string
type ConversationsDeleteActivityOK ¶
type ConversationsDeleteActivityOK struct { }
ConversationsDeleteActivityOK handles this case with default header values.
The operation succeeded, there is no response.
func NewConversationsDeleteActivityOK ¶
func NewConversationsDeleteActivityOK() *ConversationsDeleteActivityOK
NewConversationsDeleteActivityOK creates a ConversationsDeleteActivityOK with default headers values
func (*ConversationsDeleteActivityOK) Error ¶
func (o *ConversationsDeleteActivityOK) Error() string
type ConversationsDeleteActivityParams ¶
type ConversationsDeleteActivityParams struct { /*ActivityID activityId to delete */ ActivityID string /*ConversationID Conversation ID */ ConversationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConversationsDeleteActivityParams contains all the parameters to send to the API endpoint for the conversations delete activity operation typically these are written to a http.Request
func NewConversationsDeleteActivityParams ¶
func NewConversationsDeleteActivityParams() *ConversationsDeleteActivityParams
NewConversationsDeleteActivityParams creates a new ConversationsDeleteActivityParams object with the default values initialized.
func NewConversationsDeleteActivityParamsWithContext ¶
func NewConversationsDeleteActivityParamsWithContext(ctx context.Context) *ConversationsDeleteActivityParams
NewConversationsDeleteActivityParamsWithContext creates a new ConversationsDeleteActivityParams object with the default values initialized, and the ability to set a context for a request
func NewConversationsDeleteActivityParamsWithTimeout ¶
func NewConversationsDeleteActivityParamsWithTimeout(timeout time.Duration) *ConversationsDeleteActivityParams
NewConversationsDeleteActivityParamsWithTimeout creates a new ConversationsDeleteActivityParams object with the default values initialized, and the ability to set a timeout on a request
func (*ConversationsDeleteActivityParams) SetActivityID ¶
func (o *ConversationsDeleteActivityParams) SetActivityID(activityID string)
SetActivityID adds the activityId to the conversations delete activity params
func (*ConversationsDeleteActivityParams) SetContext ¶
func (o *ConversationsDeleteActivityParams) SetContext(ctx context.Context)
SetContext adds the context to the conversations delete activity params
func (*ConversationsDeleteActivityParams) SetConversationID ¶
func (o *ConversationsDeleteActivityParams) SetConversationID(conversationID string)
SetConversationID adds the conversationId to the conversations delete activity params
func (*ConversationsDeleteActivityParams) SetTimeout ¶
func (o *ConversationsDeleteActivityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the conversations delete activity params
func (*ConversationsDeleteActivityParams) WithActivityID ¶
func (o *ConversationsDeleteActivityParams) WithActivityID(activityID string) *ConversationsDeleteActivityParams
WithActivityID adds the activityID to the conversations delete activity params
func (*ConversationsDeleteActivityParams) WithContext ¶
func (o *ConversationsDeleteActivityParams) WithContext(ctx context.Context) *ConversationsDeleteActivityParams
WithContext adds the context to the conversations delete activity params
func (*ConversationsDeleteActivityParams) WithConversationID ¶
func (o *ConversationsDeleteActivityParams) WithConversationID(conversationID string) *ConversationsDeleteActivityParams
WithConversationID adds the conversationID to the conversations delete activity params
func (*ConversationsDeleteActivityParams) WithTimeout ¶
func (o *ConversationsDeleteActivityParams) WithTimeout(timeout time.Duration) *ConversationsDeleteActivityParams
WithTimeout adds the timeout to the conversations delete activity params
func (*ConversationsDeleteActivityParams) WriteToRequest ¶
func (o *ConversationsDeleteActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConversationsDeleteActivityReader ¶
type ConversationsDeleteActivityReader struct {
// contains filtered or unexported fields
}
ConversationsDeleteActivityReader is a Reader for the ConversationsDeleteActivity structure.
func (*ConversationsDeleteActivityReader) ReadResponse ¶
func (o *ConversationsDeleteActivityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConversationsDeleteActivityServiceUnavailable ¶
type ConversationsDeleteActivityServiceUnavailable struct {
}ConversationsDeleteActivityServiceUnavailable handles this case with default header values.
The service you are trying to communciate with is unavailable.
func NewConversationsDeleteActivityServiceUnavailable ¶
func NewConversationsDeleteActivityServiceUnavailable() *ConversationsDeleteActivityServiceUnavailable
NewConversationsDeleteActivityServiceUnavailable creates a ConversationsDeleteActivityServiceUnavailable with default headers values
func (*ConversationsDeleteActivityServiceUnavailable) Error ¶
func (o *ConversationsDeleteActivityServiceUnavailable) Error() string
type ConversationsDeleteActivityUnauthorized ¶
type ConversationsDeleteActivityUnauthorized struct { }
ConversationsDeleteActivityUnauthorized handles this case with default header values.
The bot is not authorized to make this request. Please check your Microsoft App ID and Microsoft App password.
func NewConversationsDeleteActivityUnauthorized ¶
func NewConversationsDeleteActivityUnauthorized() *ConversationsDeleteActivityUnauthorized
NewConversationsDeleteActivityUnauthorized creates a ConversationsDeleteActivityUnauthorized with default headers values
func (*ConversationsDeleteActivityUnauthorized) Error ¶
func (o *ConversationsDeleteActivityUnauthorized) Error() string
type ConversationsGetActivityMembersBadRequest ¶
type ConversationsGetActivityMembersBadRequest struct {
Payload *models.ErrorResponse
}
ConversationsGetActivityMembersBadRequest handles this case with default header values.
The request was malformed or otherwise incorrect. Inspect the message for a more detailed description.
func NewConversationsGetActivityMembersBadRequest ¶
func NewConversationsGetActivityMembersBadRequest() *ConversationsGetActivityMembersBadRequest
NewConversationsGetActivityMembersBadRequest creates a ConversationsGetActivityMembersBadRequest with default headers values
func (*ConversationsGetActivityMembersBadRequest) Error ¶
func (o *ConversationsGetActivityMembersBadRequest) Error() string
type ConversationsGetActivityMembersForbidden ¶
type ConversationsGetActivityMembersForbidden struct { }
ConversationsGetActivityMembersForbidden handles this case with default header values.
The request was a valid request, but the server is refusing to respond to it. The user might be logged in but does not have the necessary permissions for the resource.
func NewConversationsGetActivityMembersForbidden ¶
func NewConversationsGetActivityMembersForbidden() *ConversationsGetActivityMembersForbidden
NewConversationsGetActivityMembersForbidden creates a ConversationsGetActivityMembersForbidden with default headers values
func (*ConversationsGetActivityMembersForbidden) Error ¶
func (o *ConversationsGetActivityMembersForbidden) Error() string
type ConversationsGetActivityMembersInternalServerError ¶
type ConversationsGetActivityMembersInternalServerError struct {
Payload *models.ErrorResponse
}
ConversationsGetActivityMembersInternalServerError handles this case with default header values.
An internal server has occurred. Inspect the message for a more detailed description.
func NewConversationsGetActivityMembersInternalServerError ¶
func NewConversationsGetActivityMembersInternalServerError() *ConversationsGetActivityMembersInternalServerError
NewConversationsGetActivityMembersInternalServerError creates a ConversationsGetActivityMembersInternalServerError with default headers values
func (*ConversationsGetActivityMembersInternalServerError) Error ¶
func (o *ConversationsGetActivityMembersInternalServerError) Error() string
type ConversationsGetActivityMembersMethodNotAllowed ¶
type ConversationsGetActivityMembersMethodNotAllowed struct {
Payload *models.ErrorResponse
}
ConversationsGetActivityMembersMethodNotAllowed handles this case with default header values.
The method and URI you are trying to use is not allowed on this service. For example, not all services support the DELETE or PUT verbs on an activity URI.
func NewConversationsGetActivityMembersMethodNotAllowed ¶
func NewConversationsGetActivityMembersMethodNotAllowed() *ConversationsGetActivityMembersMethodNotAllowed
NewConversationsGetActivityMembersMethodNotAllowed creates a ConversationsGetActivityMembersMethodNotAllowed with default headers values
func (*ConversationsGetActivityMembersMethodNotAllowed) Error ¶
func (o *ConversationsGetActivityMembersMethodNotAllowed) Error() string
type ConversationsGetActivityMembersNotFound ¶
type ConversationsGetActivityMembersNotFound struct {
Payload *models.ErrorResponse
}
ConversationsGetActivityMembersNotFound handles this case with default header values.
The resource was not found.
func NewConversationsGetActivityMembersNotFound ¶
func NewConversationsGetActivityMembersNotFound() *ConversationsGetActivityMembersNotFound
NewConversationsGetActivityMembersNotFound creates a ConversationsGetActivityMembersNotFound with default headers values
func (*ConversationsGetActivityMembersNotFound) Error ¶
func (o *ConversationsGetActivityMembersNotFound) Error() string
type ConversationsGetActivityMembersOK ¶
type ConversationsGetActivityMembersOK struct {
Payload []*models.ChannelAccount
}
ConversationsGetActivityMembersOK handles this case with default header values.
An array of ChannelAccount objects
func NewConversationsGetActivityMembersOK ¶
func NewConversationsGetActivityMembersOK() *ConversationsGetActivityMembersOK
NewConversationsGetActivityMembersOK creates a ConversationsGetActivityMembersOK with default headers values
func (*ConversationsGetActivityMembersOK) Error ¶
func (o *ConversationsGetActivityMembersOK) Error() string
type ConversationsGetActivityMembersParams ¶
type ConversationsGetActivityMembersParams struct { /*ActivityID Activity ID */ ActivityID string /*ConversationID Conversation ID */ ConversationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConversationsGetActivityMembersParams contains all the parameters to send to the API endpoint for the conversations get activity members operation typically these are written to a http.Request
func NewConversationsGetActivityMembersParams ¶
func NewConversationsGetActivityMembersParams() *ConversationsGetActivityMembersParams
NewConversationsGetActivityMembersParams creates a new ConversationsGetActivityMembersParams object with the default values initialized.
func NewConversationsGetActivityMembersParamsWithContext ¶
func NewConversationsGetActivityMembersParamsWithContext(ctx context.Context) *ConversationsGetActivityMembersParams
NewConversationsGetActivityMembersParamsWithContext creates a new ConversationsGetActivityMembersParams object with the default values initialized, and the ability to set a context for a request
func NewConversationsGetActivityMembersParamsWithTimeout ¶
func NewConversationsGetActivityMembersParamsWithTimeout(timeout time.Duration) *ConversationsGetActivityMembersParams
NewConversationsGetActivityMembersParamsWithTimeout creates a new ConversationsGetActivityMembersParams object with the default values initialized, and the ability to set a timeout on a request
func (*ConversationsGetActivityMembersParams) SetActivityID ¶
func (o *ConversationsGetActivityMembersParams) SetActivityID(activityID string)
SetActivityID adds the activityId to the conversations get activity members params
func (*ConversationsGetActivityMembersParams) SetContext ¶
func (o *ConversationsGetActivityMembersParams) SetContext(ctx context.Context)
SetContext adds the context to the conversations get activity members params
func (*ConversationsGetActivityMembersParams) SetConversationID ¶
func (o *ConversationsGetActivityMembersParams) SetConversationID(conversationID string)
SetConversationID adds the conversationId to the conversations get activity members params
func (*ConversationsGetActivityMembersParams) SetTimeout ¶
func (o *ConversationsGetActivityMembersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the conversations get activity members params
func (*ConversationsGetActivityMembersParams) WithActivityID ¶
func (o *ConversationsGetActivityMembersParams) WithActivityID(activityID string) *ConversationsGetActivityMembersParams
WithActivityID adds the activityID to the conversations get activity members params
func (*ConversationsGetActivityMembersParams) WithContext ¶
func (o *ConversationsGetActivityMembersParams) WithContext(ctx context.Context) *ConversationsGetActivityMembersParams
WithContext adds the context to the conversations get activity members params
func (*ConversationsGetActivityMembersParams) WithConversationID ¶
func (o *ConversationsGetActivityMembersParams) WithConversationID(conversationID string) *ConversationsGetActivityMembersParams
WithConversationID adds the conversationID to the conversations get activity members params
func (*ConversationsGetActivityMembersParams) WithTimeout ¶
func (o *ConversationsGetActivityMembersParams) WithTimeout(timeout time.Duration) *ConversationsGetActivityMembersParams
WithTimeout adds the timeout to the conversations get activity members params
func (*ConversationsGetActivityMembersParams) WriteToRequest ¶
func (o *ConversationsGetActivityMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConversationsGetActivityMembersReader ¶
type ConversationsGetActivityMembersReader struct {
// contains filtered or unexported fields
}
ConversationsGetActivityMembersReader is a Reader for the ConversationsGetActivityMembers structure.
func (*ConversationsGetActivityMembersReader) ReadResponse ¶
func (o *ConversationsGetActivityMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConversationsGetActivityMembersServiceUnavailable ¶
type ConversationsGetActivityMembersServiceUnavailable struct {
}ConversationsGetActivityMembersServiceUnavailable handles this case with default header values.
The service you are trying to communciate with is unavailable.
func NewConversationsGetActivityMembersServiceUnavailable ¶
func NewConversationsGetActivityMembersServiceUnavailable() *ConversationsGetActivityMembersServiceUnavailable
NewConversationsGetActivityMembersServiceUnavailable creates a ConversationsGetActivityMembersServiceUnavailable with default headers values
func (*ConversationsGetActivityMembersServiceUnavailable) Error ¶
func (o *ConversationsGetActivityMembersServiceUnavailable) Error() string
type ConversationsGetActivityMembersUnauthorized ¶
type ConversationsGetActivityMembersUnauthorized struct { }
ConversationsGetActivityMembersUnauthorized handles this case with default header values.
The bot is not authorized to make this request. Please check your Microsoft App ID and Microsoft App password.
func NewConversationsGetActivityMembersUnauthorized ¶
func NewConversationsGetActivityMembersUnauthorized() *ConversationsGetActivityMembersUnauthorized
NewConversationsGetActivityMembersUnauthorized creates a ConversationsGetActivityMembersUnauthorized with default headers values
func (*ConversationsGetActivityMembersUnauthorized) Error ¶
func (o *ConversationsGetActivityMembersUnauthorized) Error() string
type ConversationsGetConversationMembersBadRequest ¶
type ConversationsGetConversationMembersBadRequest struct {
Payload *models.ErrorResponse
}
ConversationsGetConversationMembersBadRequest handles this case with default header values.
The request was malformed or otherwise incorrect. Inspect the message for a more detailed description.
func NewConversationsGetConversationMembersBadRequest ¶
func NewConversationsGetConversationMembersBadRequest() *ConversationsGetConversationMembersBadRequest
NewConversationsGetConversationMembersBadRequest creates a ConversationsGetConversationMembersBadRequest with default headers values
func (*ConversationsGetConversationMembersBadRequest) Error ¶
func (o *ConversationsGetConversationMembersBadRequest) Error() string
type ConversationsGetConversationMembersForbidden ¶
type ConversationsGetConversationMembersForbidden struct { }
ConversationsGetConversationMembersForbidden handles this case with default header values.
The request was a valid request, but the server is refusing to respond to it. The user might be logged in but does not have the necessary permissions for the resource.
func NewConversationsGetConversationMembersForbidden ¶
func NewConversationsGetConversationMembersForbidden() *ConversationsGetConversationMembersForbidden
NewConversationsGetConversationMembersForbidden creates a ConversationsGetConversationMembersForbidden with default headers values
func (*ConversationsGetConversationMembersForbidden) Error ¶
func (o *ConversationsGetConversationMembersForbidden) Error() string
type ConversationsGetConversationMembersInternalServerError ¶
type ConversationsGetConversationMembersInternalServerError struct {
Payload *models.ErrorResponse
}
ConversationsGetConversationMembersInternalServerError handles this case with default header values.
An internal server has occurred. Inspect the message for a more detailed description.
func NewConversationsGetConversationMembersInternalServerError ¶
func NewConversationsGetConversationMembersInternalServerError() *ConversationsGetConversationMembersInternalServerError
NewConversationsGetConversationMembersInternalServerError creates a ConversationsGetConversationMembersInternalServerError with default headers values
func (*ConversationsGetConversationMembersInternalServerError) Error ¶
func (o *ConversationsGetConversationMembersInternalServerError) Error() string
type ConversationsGetConversationMembersMethodNotAllowed ¶
type ConversationsGetConversationMembersMethodNotAllowed struct {
Payload *models.ErrorResponse
}
ConversationsGetConversationMembersMethodNotAllowed handles this case with default header values.
The method and URI you are trying to use is not allowed on this service. For example, not all services support the DELETE or PUT verbs on an activity URI.
func NewConversationsGetConversationMembersMethodNotAllowed ¶
func NewConversationsGetConversationMembersMethodNotAllowed() *ConversationsGetConversationMembersMethodNotAllowed
NewConversationsGetConversationMembersMethodNotAllowed creates a ConversationsGetConversationMembersMethodNotAllowed with default headers values
func (*ConversationsGetConversationMembersMethodNotAllowed) Error ¶
func (o *ConversationsGetConversationMembersMethodNotAllowed) Error() string
type ConversationsGetConversationMembersNotFound ¶
type ConversationsGetConversationMembersNotFound struct {
Payload *models.ErrorResponse
}
ConversationsGetConversationMembersNotFound handles this case with default header values.
The resource was not found.
func NewConversationsGetConversationMembersNotFound ¶
func NewConversationsGetConversationMembersNotFound() *ConversationsGetConversationMembersNotFound
NewConversationsGetConversationMembersNotFound creates a ConversationsGetConversationMembersNotFound with default headers values
func (*ConversationsGetConversationMembersNotFound) Error ¶
func (o *ConversationsGetConversationMembersNotFound) Error() string
type ConversationsGetConversationMembersOK ¶
type ConversationsGetConversationMembersOK struct {
Payload []*models.ChannelAccount
}
ConversationsGetConversationMembersOK handles this case with default header values.
An array of ChannelAccount objects
func NewConversationsGetConversationMembersOK ¶
func NewConversationsGetConversationMembersOK() *ConversationsGetConversationMembersOK
NewConversationsGetConversationMembersOK creates a ConversationsGetConversationMembersOK with default headers values
func (*ConversationsGetConversationMembersOK) Error ¶
func (o *ConversationsGetConversationMembersOK) Error() string
type ConversationsGetConversationMembersParams ¶
type ConversationsGetConversationMembersParams struct { /*ConversationID Conversation ID */ ConversationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConversationsGetConversationMembersParams contains all the parameters to send to the API endpoint for the conversations get conversation members operation typically these are written to a http.Request
func NewConversationsGetConversationMembersParams ¶
func NewConversationsGetConversationMembersParams() *ConversationsGetConversationMembersParams
NewConversationsGetConversationMembersParams creates a new ConversationsGetConversationMembersParams object with the default values initialized.
func NewConversationsGetConversationMembersParamsWithContext ¶
func NewConversationsGetConversationMembersParamsWithContext(ctx context.Context) *ConversationsGetConversationMembersParams
NewConversationsGetConversationMembersParamsWithContext creates a new ConversationsGetConversationMembersParams object with the default values initialized, and the ability to set a context for a request
func NewConversationsGetConversationMembersParamsWithTimeout ¶
func NewConversationsGetConversationMembersParamsWithTimeout(timeout time.Duration) *ConversationsGetConversationMembersParams
NewConversationsGetConversationMembersParamsWithTimeout creates a new ConversationsGetConversationMembersParams object with the default values initialized, and the ability to set a timeout on a request
func (*ConversationsGetConversationMembersParams) SetContext ¶
func (o *ConversationsGetConversationMembersParams) SetContext(ctx context.Context)
SetContext adds the context to the conversations get conversation members params
func (*ConversationsGetConversationMembersParams) SetConversationID ¶
func (o *ConversationsGetConversationMembersParams) SetConversationID(conversationID string)
SetConversationID adds the conversationId to the conversations get conversation members params
func (*ConversationsGetConversationMembersParams) SetTimeout ¶
func (o *ConversationsGetConversationMembersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the conversations get conversation members params
func (*ConversationsGetConversationMembersParams) WithContext ¶
func (o *ConversationsGetConversationMembersParams) WithContext(ctx context.Context) *ConversationsGetConversationMembersParams
WithContext adds the context to the conversations get conversation members params
func (*ConversationsGetConversationMembersParams) WithConversationID ¶
func (o *ConversationsGetConversationMembersParams) WithConversationID(conversationID string) *ConversationsGetConversationMembersParams
WithConversationID adds the conversationID to the conversations get conversation members params
func (*ConversationsGetConversationMembersParams) WithTimeout ¶
func (o *ConversationsGetConversationMembersParams) WithTimeout(timeout time.Duration) *ConversationsGetConversationMembersParams
WithTimeout adds the timeout to the conversations get conversation members params
func (*ConversationsGetConversationMembersParams) WriteToRequest ¶
func (o *ConversationsGetConversationMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConversationsGetConversationMembersReader ¶
type ConversationsGetConversationMembersReader struct {
// contains filtered or unexported fields
}
ConversationsGetConversationMembersReader is a Reader for the ConversationsGetConversationMembers structure.
func (*ConversationsGetConversationMembersReader) ReadResponse ¶
func (o *ConversationsGetConversationMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConversationsGetConversationMembersServiceUnavailable ¶
type ConversationsGetConversationMembersServiceUnavailable struct {
}ConversationsGetConversationMembersServiceUnavailable handles this case with default header values.
The service you are trying to communciate with is unavailable.
func NewConversationsGetConversationMembersServiceUnavailable ¶
func NewConversationsGetConversationMembersServiceUnavailable() *ConversationsGetConversationMembersServiceUnavailable
NewConversationsGetConversationMembersServiceUnavailable creates a ConversationsGetConversationMembersServiceUnavailable with default headers values
func (*ConversationsGetConversationMembersServiceUnavailable) Error ¶
func (o *ConversationsGetConversationMembersServiceUnavailable) Error() string
type ConversationsGetConversationMembersUnauthorized ¶
type ConversationsGetConversationMembersUnauthorized struct { }
ConversationsGetConversationMembersUnauthorized handles this case with default header values.
The bot is not authorized to make this request. Please check your Microsoft App ID and Microsoft App password.
func NewConversationsGetConversationMembersUnauthorized ¶
func NewConversationsGetConversationMembersUnauthorized() *ConversationsGetConversationMembersUnauthorized
NewConversationsGetConversationMembersUnauthorized creates a ConversationsGetConversationMembersUnauthorized with default headers values
func (*ConversationsGetConversationMembersUnauthorized) Error ¶
func (o *ConversationsGetConversationMembersUnauthorized) Error() string
type ConversationsReplyToActivityAccepted ¶
type ConversationsReplyToActivityAccepted struct {
Payload *models.ResourceResponse
}
ConversationsReplyToActivityAccepted handles this case with default header values.
An object will be returned containing the ID for the resource.
func NewConversationsReplyToActivityAccepted ¶
func NewConversationsReplyToActivityAccepted() *ConversationsReplyToActivityAccepted
NewConversationsReplyToActivityAccepted creates a ConversationsReplyToActivityAccepted with default headers values
func (*ConversationsReplyToActivityAccepted) Error ¶
func (o *ConversationsReplyToActivityAccepted) Error() string
type ConversationsReplyToActivityBadRequest ¶
type ConversationsReplyToActivityBadRequest struct {
Payload *models.ErrorResponse
}
ConversationsReplyToActivityBadRequest handles this case with default header values.
The request was malformed or otherwise incorrect. Inspect the message for a more detailed description.
func NewConversationsReplyToActivityBadRequest ¶
func NewConversationsReplyToActivityBadRequest() *ConversationsReplyToActivityBadRequest
NewConversationsReplyToActivityBadRequest creates a ConversationsReplyToActivityBadRequest with default headers values
func (*ConversationsReplyToActivityBadRequest) Error ¶
func (o *ConversationsReplyToActivityBadRequest) Error() string
type ConversationsReplyToActivityCreated ¶
type ConversationsReplyToActivityCreated struct {
Payload *models.ResourceResponse
}
ConversationsReplyToActivityCreated handles this case with default header values.
A ResourceResponse object will be returned containing the ID for the resource.
func NewConversationsReplyToActivityCreated ¶
func NewConversationsReplyToActivityCreated() *ConversationsReplyToActivityCreated
NewConversationsReplyToActivityCreated creates a ConversationsReplyToActivityCreated with default headers values
func (*ConversationsReplyToActivityCreated) Error ¶
func (o *ConversationsReplyToActivityCreated) Error() string
type ConversationsReplyToActivityForbidden ¶
type ConversationsReplyToActivityForbidden struct { }
ConversationsReplyToActivityForbidden handles this case with default header values.
The request was a valid request, but the server is refusing to respond to it. The user might be logged in but does not have the necessary permissions for the resource.
func NewConversationsReplyToActivityForbidden ¶
func NewConversationsReplyToActivityForbidden() *ConversationsReplyToActivityForbidden
NewConversationsReplyToActivityForbidden creates a ConversationsReplyToActivityForbidden with default headers values
func (*ConversationsReplyToActivityForbidden) Error ¶
func (o *ConversationsReplyToActivityForbidden) Error() string
type ConversationsReplyToActivityInternalServerError ¶
type ConversationsReplyToActivityInternalServerError struct {
Payload *models.ErrorResponse
}
ConversationsReplyToActivityInternalServerError handles this case with default header values.
An internal server has occurred. Inspect the message for a more detailed description.
func NewConversationsReplyToActivityInternalServerError ¶
func NewConversationsReplyToActivityInternalServerError() *ConversationsReplyToActivityInternalServerError
NewConversationsReplyToActivityInternalServerError creates a ConversationsReplyToActivityInternalServerError with default headers values
func (*ConversationsReplyToActivityInternalServerError) Error ¶
func (o *ConversationsReplyToActivityInternalServerError) Error() string
type ConversationsReplyToActivityNotFound ¶
type ConversationsReplyToActivityNotFound struct {
Payload *models.ErrorResponse
}
ConversationsReplyToActivityNotFound handles this case with default header values.
The resource was not found.
func NewConversationsReplyToActivityNotFound ¶
func NewConversationsReplyToActivityNotFound() *ConversationsReplyToActivityNotFound
NewConversationsReplyToActivityNotFound creates a ConversationsReplyToActivityNotFound with default headers values
func (*ConversationsReplyToActivityNotFound) Error ¶
func (o *ConversationsReplyToActivityNotFound) Error() string
type ConversationsReplyToActivityOK ¶
type ConversationsReplyToActivityOK struct {
Payload *models.ResourceResponse
}
ConversationsReplyToActivityOK handles this case with default header values.
An object will be returned containing the ID for the resource.
func NewConversationsReplyToActivityOK ¶
func NewConversationsReplyToActivityOK() *ConversationsReplyToActivityOK
NewConversationsReplyToActivityOK creates a ConversationsReplyToActivityOK with default headers values
func (*ConversationsReplyToActivityOK) Error ¶
func (o *ConversationsReplyToActivityOK) Error() string
type ConversationsReplyToActivityParams ¶
type ConversationsReplyToActivityParams struct { /*Activity Activity to send */ Activity *models.Activity /*ActivityID activityId the reply is to (OPTIONAL) */ ActivityID string /*ConversationID Conversation ID */ ConversationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConversationsReplyToActivityParams contains all the parameters to send to the API endpoint for the conversations reply to activity operation typically these are written to a http.Request
func NewConversationsReplyToActivityParams ¶
func NewConversationsReplyToActivityParams() *ConversationsReplyToActivityParams
NewConversationsReplyToActivityParams creates a new ConversationsReplyToActivityParams object with the default values initialized.
func NewConversationsReplyToActivityParamsWithContext ¶
func NewConversationsReplyToActivityParamsWithContext(ctx context.Context) *ConversationsReplyToActivityParams
NewConversationsReplyToActivityParamsWithContext creates a new ConversationsReplyToActivityParams object with the default values initialized, and the ability to set a context for a request
func NewConversationsReplyToActivityParamsWithTimeout ¶
func NewConversationsReplyToActivityParamsWithTimeout(timeout time.Duration) *ConversationsReplyToActivityParams
NewConversationsReplyToActivityParamsWithTimeout creates a new ConversationsReplyToActivityParams object with the default values initialized, and the ability to set a timeout on a request
func (*ConversationsReplyToActivityParams) SetActivity ¶
func (o *ConversationsReplyToActivityParams) SetActivity(activity *models.Activity)
SetActivity adds the activity to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) SetActivityID ¶
func (o *ConversationsReplyToActivityParams) SetActivityID(activityID string)
SetActivityID adds the activityId to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) SetContext ¶
func (o *ConversationsReplyToActivityParams) SetContext(ctx context.Context)
SetContext adds the context to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) SetConversationID ¶
func (o *ConversationsReplyToActivityParams) SetConversationID(conversationID string)
SetConversationID adds the conversationId to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) SetTimeout ¶
func (o *ConversationsReplyToActivityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) WithActivity ¶
func (o *ConversationsReplyToActivityParams) WithActivity(activity *models.Activity) *ConversationsReplyToActivityParams
WithActivity adds the activity to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) WithActivityID ¶
func (o *ConversationsReplyToActivityParams) WithActivityID(activityID string) *ConversationsReplyToActivityParams
WithActivityID adds the activityID to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) WithContext ¶
func (o *ConversationsReplyToActivityParams) WithContext(ctx context.Context) *ConversationsReplyToActivityParams
WithContext adds the context to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) WithConversationID ¶
func (o *ConversationsReplyToActivityParams) WithConversationID(conversationID string) *ConversationsReplyToActivityParams
WithConversationID adds the conversationID to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) WithTimeout ¶
func (o *ConversationsReplyToActivityParams) WithTimeout(timeout time.Duration) *ConversationsReplyToActivityParams
WithTimeout adds the timeout to the conversations reply to activity params
func (*ConversationsReplyToActivityParams) WriteToRequest ¶
func (o *ConversationsReplyToActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConversationsReplyToActivityReader ¶
type ConversationsReplyToActivityReader struct {
// contains filtered or unexported fields
}
ConversationsReplyToActivityReader is a Reader for the ConversationsReplyToActivity structure.
func (*ConversationsReplyToActivityReader) ReadResponse ¶
func (o *ConversationsReplyToActivityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConversationsReplyToActivityServiceUnavailable ¶
type ConversationsReplyToActivityServiceUnavailable struct {
}ConversationsReplyToActivityServiceUnavailable handles this case with default header values.
The service you are trying to communciate with is unavailable.
func NewConversationsReplyToActivityServiceUnavailable ¶
func NewConversationsReplyToActivityServiceUnavailable() *ConversationsReplyToActivityServiceUnavailable
NewConversationsReplyToActivityServiceUnavailable creates a ConversationsReplyToActivityServiceUnavailable with default headers values
func (*ConversationsReplyToActivityServiceUnavailable) Error ¶
func (o *ConversationsReplyToActivityServiceUnavailable) Error() string
type ConversationsReplyToActivityUnauthorized ¶
type ConversationsReplyToActivityUnauthorized struct { }
ConversationsReplyToActivityUnauthorized handles this case with default header values.
The bot is not authorized to make this request. Please check your Microsoft App ID and Microsoft App password.
func NewConversationsReplyToActivityUnauthorized ¶
func NewConversationsReplyToActivityUnauthorized() *ConversationsReplyToActivityUnauthorized
NewConversationsReplyToActivityUnauthorized creates a ConversationsReplyToActivityUnauthorized with default headers values
func (*ConversationsReplyToActivityUnauthorized) Error ¶
func (o *ConversationsReplyToActivityUnauthorized) Error() string
type ConversationsSendToConversationAccepted ¶
type ConversationsSendToConversationAccepted struct {
Payload *models.ResourceResponse
}
ConversationsSendToConversationAccepted handles this case with default header values.
An object will be returned containing the ID for the resource.
func NewConversationsSendToConversationAccepted ¶
func NewConversationsSendToConversationAccepted() *ConversationsSendToConversationAccepted
NewConversationsSendToConversationAccepted creates a ConversationsSendToConversationAccepted with default headers values
func (*ConversationsSendToConversationAccepted) Error ¶
func (o *ConversationsSendToConversationAccepted) Error() string
type ConversationsSendToConversationBadRequest ¶
type ConversationsSendToConversationBadRequest struct {
Payload *models.ErrorResponse
}
ConversationsSendToConversationBadRequest handles this case with default header values.
The request was malformed or otherwise incorrect. Inspect the message for a more detailed description.
func NewConversationsSendToConversationBadRequest ¶
func NewConversationsSendToConversationBadRequest() *ConversationsSendToConversationBadRequest
NewConversationsSendToConversationBadRequest creates a ConversationsSendToConversationBadRequest with default headers values
func (*ConversationsSendToConversationBadRequest) Error ¶
func (o *ConversationsSendToConversationBadRequest) Error() string
type ConversationsSendToConversationCreated ¶
type ConversationsSendToConversationCreated struct {
Payload *models.ResourceResponse
}
ConversationsSendToConversationCreated handles this case with default header values.
A ResourceResponse object will be returned containing the ID for the resource.
func NewConversationsSendToConversationCreated ¶
func NewConversationsSendToConversationCreated() *ConversationsSendToConversationCreated
NewConversationsSendToConversationCreated creates a ConversationsSendToConversationCreated with default headers values
func (*ConversationsSendToConversationCreated) Error ¶
func (o *ConversationsSendToConversationCreated) Error() string
type ConversationsSendToConversationForbidden ¶
type ConversationsSendToConversationForbidden struct { }
ConversationsSendToConversationForbidden handles this case with default header values.
The request was a valid request, but the server is refusing to respond to it. The user might be logged in but does not have the necessary permissions for the resource.
func NewConversationsSendToConversationForbidden ¶
func NewConversationsSendToConversationForbidden() *ConversationsSendToConversationForbidden
NewConversationsSendToConversationForbidden creates a ConversationsSendToConversationForbidden with default headers values
func (*ConversationsSendToConversationForbidden) Error ¶
func (o *ConversationsSendToConversationForbidden) Error() string
type ConversationsSendToConversationInternalServerError ¶
type ConversationsSendToConversationInternalServerError struct {
Payload *models.ErrorResponse
}
ConversationsSendToConversationInternalServerError handles this case with default header values.
An internal server has occurred. Inspect the message for a more detailed description.
func NewConversationsSendToConversationInternalServerError ¶
func NewConversationsSendToConversationInternalServerError() *ConversationsSendToConversationInternalServerError
NewConversationsSendToConversationInternalServerError creates a ConversationsSendToConversationInternalServerError with default headers values
func (*ConversationsSendToConversationInternalServerError) Error ¶
func (o *ConversationsSendToConversationInternalServerError) Error() string
type ConversationsSendToConversationNotFound ¶
type ConversationsSendToConversationNotFound struct {
Payload *models.ErrorResponse
}
ConversationsSendToConversationNotFound handles this case with default header values.
The resource was not found.
func NewConversationsSendToConversationNotFound ¶
func NewConversationsSendToConversationNotFound() *ConversationsSendToConversationNotFound
NewConversationsSendToConversationNotFound creates a ConversationsSendToConversationNotFound with default headers values
func (*ConversationsSendToConversationNotFound) Error ¶
func (o *ConversationsSendToConversationNotFound) Error() string
type ConversationsSendToConversationOK ¶
type ConversationsSendToConversationOK struct {
Payload *models.ResourceResponse
}
ConversationsSendToConversationOK handles this case with default header values.
An object will be returned containing the ID for the resource.
func NewConversationsSendToConversationOK ¶
func NewConversationsSendToConversationOK() *ConversationsSendToConversationOK
NewConversationsSendToConversationOK creates a ConversationsSendToConversationOK with default headers values
func (*ConversationsSendToConversationOK) Error ¶
func (o *ConversationsSendToConversationOK) Error() string
type ConversationsSendToConversationParams ¶
type ConversationsSendToConversationParams struct { /*Activity Activity to send */ Activity *models.Activity /*ConversationID Conversation ID */ ConversationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConversationsSendToConversationParams contains all the parameters to send to the API endpoint for the conversations send to conversation operation typically these are written to a http.Request
func NewConversationsSendToConversationParams ¶
func NewConversationsSendToConversationParams() *ConversationsSendToConversationParams
NewConversationsSendToConversationParams creates a new ConversationsSendToConversationParams object with the default values initialized.
func NewConversationsSendToConversationParamsWithContext ¶
func NewConversationsSendToConversationParamsWithContext(ctx context.Context) *ConversationsSendToConversationParams
NewConversationsSendToConversationParamsWithContext creates a new ConversationsSendToConversationParams object with the default values initialized, and the ability to set a context for a request
func NewConversationsSendToConversationParamsWithTimeout ¶
func NewConversationsSendToConversationParamsWithTimeout(timeout time.Duration) *ConversationsSendToConversationParams
NewConversationsSendToConversationParamsWithTimeout creates a new ConversationsSendToConversationParams object with the default values initialized, and the ability to set a timeout on a request
func (*ConversationsSendToConversationParams) SetActivity ¶
func (o *ConversationsSendToConversationParams) SetActivity(activity *models.Activity)
SetActivity adds the activity to the conversations send to conversation params
func (*ConversationsSendToConversationParams) SetContext ¶
func (o *ConversationsSendToConversationParams) SetContext(ctx context.Context)
SetContext adds the context to the conversations send to conversation params
func (*ConversationsSendToConversationParams) SetConversationID ¶
func (o *ConversationsSendToConversationParams) SetConversationID(conversationID string)
SetConversationID adds the conversationId to the conversations send to conversation params
func (*ConversationsSendToConversationParams) SetTimeout ¶
func (o *ConversationsSendToConversationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the conversations send to conversation params
func (*ConversationsSendToConversationParams) WithActivity ¶
func (o *ConversationsSendToConversationParams) WithActivity(activity *models.Activity) *ConversationsSendToConversationParams
WithActivity adds the activity to the conversations send to conversation params
func (*ConversationsSendToConversationParams) WithContext ¶
func (o *ConversationsSendToConversationParams) WithContext(ctx context.Context) *ConversationsSendToConversationParams
WithContext adds the context to the conversations send to conversation params
func (*ConversationsSendToConversationParams) WithConversationID ¶
func (o *ConversationsSendToConversationParams) WithConversationID(conversationID string) *ConversationsSendToConversationParams
WithConversationID adds the conversationID to the conversations send to conversation params
func (*ConversationsSendToConversationParams) WithTimeout ¶
func (o *ConversationsSendToConversationParams) WithTimeout(timeout time.Duration) *ConversationsSendToConversationParams
WithTimeout adds the timeout to the conversations send to conversation params
func (*ConversationsSendToConversationParams) WriteToRequest ¶
func (o *ConversationsSendToConversationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConversationsSendToConversationReader ¶
type ConversationsSendToConversationReader struct {
// contains filtered or unexported fields
}
ConversationsSendToConversationReader is a Reader for the ConversationsSendToConversation structure.
func (*ConversationsSendToConversationReader) ReadResponse ¶
func (o *ConversationsSendToConversationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConversationsSendToConversationServiceUnavailable ¶
type ConversationsSendToConversationServiceUnavailable struct {
}ConversationsSendToConversationServiceUnavailable handles this case with default header values.
The service you are trying to communciate with is unavailable.
func NewConversationsSendToConversationServiceUnavailable ¶
func NewConversationsSendToConversationServiceUnavailable() *ConversationsSendToConversationServiceUnavailable
NewConversationsSendToConversationServiceUnavailable creates a ConversationsSendToConversationServiceUnavailable with default headers values
func (*ConversationsSendToConversationServiceUnavailable) Error ¶
func (o *ConversationsSendToConversationServiceUnavailable) Error() string
type ConversationsSendToConversationUnauthorized ¶
type ConversationsSendToConversationUnauthorized struct { }
ConversationsSendToConversationUnauthorized handles this case with default header values.
The bot is not authorized to make this request. Please check your Microsoft App ID and Microsoft App password.
func NewConversationsSendToConversationUnauthorized ¶
func NewConversationsSendToConversationUnauthorized() *ConversationsSendToConversationUnauthorized
NewConversationsSendToConversationUnauthorized creates a ConversationsSendToConversationUnauthorized with default headers values
func (*ConversationsSendToConversationUnauthorized) Error ¶
func (o *ConversationsSendToConversationUnauthorized) Error() string
type ConversationsUpdateActivityAccepted ¶
type ConversationsUpdateActivityAccepted struct {
Payload *models.ResourceResponse
}
ConversationsUpdateActivityAccepted handles this case with default header values.
An object will be returned containing the ID for the resource.
func NewConversationsUpdateActivityAccepted ¶
func NewConversationsUpdateActivityAccepted() *ConversationsUpdateActivityAccepted
NewConversationsUpdateActivityAccepted creates a ConversationsUpdateActivityAccepted with default headers values
func (*ConversationsUpdateActivityAccepted) Error ¶
func (o *ConversationsUpdateActivityAccepted) Error() string
type ConversationsUpdateActivityBadRequest ¶
type ConversationsUpdateActivityBadRequest struct {
Payload *models.ErrorResponse
}
ConversationsUpdateActivityBadRequest handles this case with default header values.
The request was malformed or otherwise incorrect. Inspect the message for a more detailed description.
func NewConversationsUpdateActivityBadRequest ¶
func NewConversationsUpdateActivityBadRequest() *ConversationsUpdateActivityBadRequest
NewConversationsUpdateActivityBadRequest creates a ConversationsUpdateActivityBadRequest with default headers values
func (*ConversationsUpdateActivityBadRequest) Error ¶
func (o *ConversationsUpdateActivityBadRequest) Error() string
type ConversationsUpdateActivityCreated ¶
type ConversationsUpdateActivityCreated struct {
Payload *models.ResourceResponse
}
ConversationsUpdateActivityCreated handles this case with default header values.
A ResourceResponse object will be returned containing the ID for the resource.
func NewConversationsUpdateActivityCreated ¶
func NewConversationsUpdateActivityCreated() *ConversationsUpdateActivityCreated
NewConversationsUpdateActivityCreated creates a ConversationsUpdateActivityCreated with default headers values
func (*ConversationsUpdateActivityCreated) Error ¶
func (o *ConversationsUpdateActivityCreated) Error() string
type ConversationsUpdateActivityForbidden ¶
type ConversationsUpdateActivityForbidden struct { }
ConversationsUpdateActivityForbidden handles this case with default header values.
The request was a valid request, but the server is refusing to respond to it. The user might be logged in but does not have the necessary permissions for the resource.
func NewConversationsUpdateActivityForbidden ¶
func NewConversationsUpdateActivityForbidden() *ConversationsUpdateActivityForbidden
NewConversationsUpdateActivityForbidden creates a ConversationsUpdateActivityForbidden with default headers values
func (*ConversationsUpdateActivityForbidden) Error ¶
func (o *ConversationsUpdateActivityForbidden) Error() string
type ConversationsUpdateActivityInternalServerError ¶
type ConversationsUpdateActivityInternalServerError struct {
Payload *models.ErrorResponse
}
ConversationsUpdateActivityInternalServerError handles this case with default header values.
An internal server has occurred. Inspect the message for a more detailed description.
func NewConversationsUpdateActivityInternalServerError ¶
func NewConversationsUpdateActivityInternalServerError() *ConversationsUpdateActivityInternalServerError
NewConversationsUpdateActivityInternalServerError creates a ConversationsUpdateActivityInternalServerError with default headers values
func (*ConversationsUpdateActivityInternalServerError) Error ¶
func (o *ConversationsUpdateActivityInternalServerError) Error() string
type ConversationsUpdateActivityMethodNotAllowed ¶
type ConversationsUpdateActivityMethodNotAllowed struct {
Payload *models.ErrorResponse
}
ConversationsUpdateActivityMethodNotAllowed handles this case with default header values.
The method and URI you are trying to use is not allowed on this service. For example, not all services support the DELETE or PUT verbs on an activity URI.
func NewConversationsUpdateActivityMethodNotAllowed ¶
func NewConversationsUpdateActivityMethodNotAllowed() *ConversationsUpdateActivityMethodNotAllowed
NewConversationsUpdateActivityMethodNotAllowed creates a ConversationsUpdateActivityMethodNotAllowed with default headers values
func (*ConversationsUpdateActivityMethodNotAllowed) Error ¶
func (o *ConversationsUpdateActivityMethodNotAllowed) Error() string
type ConversationsUpdateActivityNotFound ¶
type ConversationsUpdateActivityNotFound struct {
Payload *models.ErrorResponse
}
ConversationsUpdateActivityNotFound handles this case with default header values.
The resource was not found.
func NewConversationsUpdateActivityNotFound ¶
func NewConversationsUpdateActivityNotFound() *ConversationsUpdateActivityNotFound
NewConversationsUpdateActivityNotFound creates a ConversationsUpdateActivityNotFound with default headers values
func (*ConversationsUpdateActivityNotFound) Error ¶
func (o *ConversationsUpdateActivityNotFound) Error() string
type ConversationsUpdateActivityOK ¶
type ConversationsUpdateActivityOK struct {
Payload *models.ResourceResponse
}
ConversationsUpdateActivityOK handles this case with default header values.
An object will be returned containing the ID for the resource.
func NewConversationsUpdateActivityOK ¶
func NewConversationsUpdateActivityOK() *ConversationsUpdateActivityOK
NewConversationsUpdateActivityOK creates a ConversationsUpdateActivityOK with default headers values
func (*ConversationsUpdateActivityOK) Error ¶
func (o *ConversationsUpdateActivityOK) Error() string
type ConversationsUpdateActivityParams ¶
type ConversationsUpdateActivityParams struct { /*Activity replacement Activity */ Activity *models.Activity /*ActivityID activityId to update */ ActivityID string /*ConversationID Conversation ID */ ConversationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConversationsUpdateActivityParams contains all the parameters to send to the API endpoint for the conversations update activity operation typically these are written to a http.Request
func NewConversationsUpdateActivityParams ¶
func NewConversationsUpdateActivityParams() *ConversationsUpdateActivityParams
NewConversationsUpdateActivityParams creates a new ConversationsUpdateActivityParams object with the default values initialized.
func NewConversationsUpdateActivityParamsWithContext ¶
func NewConversationsUpdateActivityParamsWithContext(ctx context.Context) *ConversationsUpdateActivityParams
NewConversationsUpdateActivityParamsWithContext creates a new ConversationsUpdateActivityParams object with the default values initialized, and the ability to set a context for a request
func NewConversationsUpdateActivityParamsWithTimeout ¶
func NewConversationsUpdateActivityParamsWithTimeout(timeout time.Duration) *ConversationsUpdateActivityParams
NewConversationsUpdateActivityParamsWithTimeout creates a new ConversationsUpdateActivityParams object with the default values initialized, and the ability to set a timeout on a request
func (*ConversationsUpdateActivityParams) SetActivity ¶
func (o *ConversationsUpdateActivityParams) SetActivity(activity *models.Activity)
SetActivity adds the activity to the conversations update activity params
func (*ConversationsUpdateActivityParams) SetActivityID ¶
func (o *ConversationsUpdateActivityParams) SetActivityID(activityID string)
SetActivityID adds the activityId to the conversations update activity params
func (*ConversationsUpdateActivityParams) SetContext ¶
func (o *ConversationsUpdateActivityParams) SetContext(ctx context.Context)
SetContext adds the context to the conversations update activity params
func (*ConversationsUpdateActivityParams) SetConversationID ¶
func (o *ConversationsUpdateActivityParams) SetConversationID(conversationID string)
SetConversationID adds the conversationId to the conversations update activity params
func (*ConversationsUpdateActivityParams) SetTimeout ¶
func (o *ConversationsUpdateActivityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the conversations update activity params
func (*ConversationsUpdateActivityParams) WithActivity ¶
func (o *ConversationsUpdateActivityParams) WithActivity(activity *models.Activity) *ConversationsUpdateActivityParams
WithActivity adds the activity to the conversations update activity params
func (*ConversationsUpdateActivityParams) WithActivityID ¶
func (o *ConversationsUpdateActivityParams) WithActivityID(activityID string) *ConversationsUpdateActivityParams
WithActivityID adds the activityID to the conversations update activity params
func (*ConversationsUpdateActivityParams) WithContext ¶
func (o *ConversationsUpdateActivityParams) WithContext(ctx context.Context) *ConversationsUpdateActivityParams
WithContext adds the context to the conversations update activity params
func (*ConversationsUpdateActivityParams) WithConversationID ¶
func (o *ConversationsUpdateActivityParams) WithConversationID(conversationID string) *ConversationsUpdateActivityParams
WithConversationID adds the conversationID to the conversations update activity params
func (*ConversationsUpdateActivityParams) WithTimeout ¶
func (o *ConversationsUpdateActivityParams) WithTimeout(timeout time.Duration) *ConversationsUpdateActivityParams
WithTimeout adds the timeout to the conversations update activity params
func (*ConversationsUpdateActivityParams) WriteToRequest ¶
func (o *ConversationsUpdateActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConversationsUpdateActivityReader ¶
type ConversationsUpdateActivityReader struct {
// contains filtered or unexported fields
}
ConversationsUpdateActivityReader is a Reader for the ConversationsUpdateActivity structure.
func (*ConversationsUpdateActivityReader) ReadResponse ¶
func (o *ConversationsUpdateActivityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConversationsUpdateActivityServiceUnavailable ¶
type ConversationsUpdateActivityServiceUnavailable struct {
}ConversationsUpdateActivityServiceUnavailable handles this case with default header values.
The service you are trying to communciate with is unavailable.
func NewConversationsUpdateActivityServiceUnavailable ¶
func NewConversationsUpdateActivityServiceUnavailable() *ConversationsUpdateActivityServiceUnavailable
NewConversationsUpdateActivityServiceUnavailable creates a ConversationsUpdateActivityServiceUnavailable with default headers values
func (*ConversationsUpdateActivityServiceUnavailable) Error ¶
func (o *ConversationsUpdateActivityServiceUnavailable) Error() string
type ConversationsUpdateActivityUnauthorized ¶
type ConversationsUpdateActivityUnauthorized struct { }
ConversationsUpdateActivityUnauthorized handles this case with default header values.
The bot is not authorized to make this request. Please check your Microsoft App ID and Microsoft App password.
func NewConversationsUpdateActivityUnauthorized ¶
func NewConversationsUpdateActivityUnauthorized() *ConversationsUpdateActivityUnauthorized
NewConversationsUpdateActivityUnauthorized creates a ConversationsUpdateActivityUnauthorized with default headers values
func (*ConversationsUpdateActivityUnauthorized) Error ¶
func (o *ConversationsUpdateActivityUnauthorized) Error() string
type ConversationsUploadAttachmentAccepted ¶
type ConversationsUploadAttachmentAccepted struct {
Payload *models.ResourceResponse
}
ConversationsUploadAttachmentAccepted handles this case with default header values.
An object will be returned containing the ID for the resource.
func NewConversationsUploadAttachmentAccepted ¶
func NewConversationsUploadAttachmentAccepted() *ConversationsUploadAttachmentAccepted
NewConversationsUploadAttachmentAccepted creates a ConversationsUploadAttachmentAccepted with default headers values
func (*ConversationsUploadAttachmentAccepted) Error ¶
func (o *ConversationsUploadAttachmentAccepted) Error() string
type ConversationsUploadAttachmentBadRequest ¶
type ConversationsUploadAttachmentBadRequest struct {
Payload *models.ErrorResponse
}
ConversationsUploadAttachmentBadRequest handles this case with default header values.
The request was malformed or otherwise incorrect. Inspect the message for a more detailed description.
func NewConversationsUploadAttachmentBadRequest ¶
func NewConversationsUploadAttachmentBadRequest() *ConversationsUploadAttachmentBadRequest
NewConversationsUploadAttachmentBadRequest creates a ConversationsUploadAttachmentBadRequest with default headers values
func (*ConversationsUploadAttachmentBadRequest) Error ¶
func (o *ConversationsUploadAttachmentBadRequest) Error() string
type ConversationsUploadAttachmentCreated ¶
type ConversationsUploadAttachmentCreated struct {
Payload *models.ResourceResponse
}
ConversationsUploadAttachmentCreated handles this case with default header values.
A ResourceResponse object will be returned containing the ID for the resource.
func NewConversationsUploadAttachmentCreated ¶
func NewConversationsUploadAttachmentCreated() *ConversationsUploadAttachmentCreated
NewConversationsUploadAttachmentCreated creates a ConversationsUploadAttachmentCreated with default headers values
func (*ConversationsUploadAttachmentCreated) Error ¶
func (o *ConversationsUploadAttachmentCreated) Error() string
type ConversationsUploadAttachmentForbidden ¶
type ConversationsUploadAttachmentForbidden struct { }
ConversationsUploadAttachmentForbidden handles this case with default header values.
The request was a valid request, but the server is refusing to respond to it. The user might be logged in but does not have the necessary permissions for the resource.
func NewConversationsUploadAttachmentForbidden ¶
func NewConversationsUploadAttachmentForbidden() *ConversationsUploadAttachmentForbidden
NewConversationsUploadAttachmentForbidden creates a ConversationsUploadAttachmentForbidden with default headers values
func (*ConversationsUploadAttachmentForbidden) Error ¶
func (o *ConversationsUploadAttachmentForbidden) Error() string
type ConversationsUploadAttachmentInternalServerError ¶
type ConversationsUploadAttachmentInternalServerError struct {
Payload *models.ErrorResponse
}
ConversationsUploadAttachmentInternalServerError handles this case with default header values.
An internal server has occurred. Inspect the message for a more detailed description.
func NewConversationsUploadAttachmentInternalServerError ¶
func NewConversationsUploadAttachmentInternalServerError() *ConversationsUploadAttachmentInternalServerError
NewConversationsUploadAttachmentInternalServerError creates a ConversationsUploadAttachmentInternalServerError with default headers values
func (*ConversationsUploadAttachmentInternalServerError) Error ¶
func (o *ConversationsUploadAttachmentInternalServerError) Error() string
type ConversationsUploadAttachmentMethodNotAllowed ¶
type ConversationsUploadAttachmentMethodNotAllowed struct {
Payload *models.ErrorResponse
}
ConversationsUploadAttachmentMethodNotAllowed handles this case with default header values.
The method and URI you are trying to use is not allowed on this service. For example, not all services support the DELETE or PUT verbs on an activity URI.
func NewConversationsUploadAttachmentMethodNotAllowed ¶
func NewConversationsUploadAttachmentMethodNotAllowed() *ConversationsUploadAttachmentMethodNotAllowed
NewConversationsUploadAttachmentMethodNotAllowed creates a ConversationsUploadAttachmentMethodNotAllowed with default headers values
func (*ConversationsUploadAttachmentMethodNotAllowed) Error ¶
func (o *ConversationsUploadAttachmentMethodNotAllowed) Error() string
type ConversationsUploadAttachmentNotFound ¶
type ConversationsUploadAttachmentNotFound struct {
Payload *models.ErrorResponse
}
ConversationsUploadAttachmentNotFound handles this case with default header values.
The resource was not found.
func NewConversationsUploadAttachmentNotFound ¶
func NewConversationsUploadAttachmentNotFound() *ConversationsUploadAttachmentNotFound
NewConversationsUploadAttachmentNotFound creates a ConversationsUploadAttachmentNotFound with default headers values
func (*ConversationsUploadAttachmentNotFound) Error ¶
func (o *ConversationsUploadAttachmentNotFound) Error() string
type ConversationsUploadAttachmentOK ¶
type ConversationsUploadAttachmentOK struct {
Payload *models.ResourceResponse
}
ConversationsUploadAttachmentOK handles this case with default header values.
An object will be returned containing the ID for the resource.
func NewConversationsUploadAttachmentOK ¶
func NewConversationsUploadAttachmentOK() *ConversationsUploadAttachmentOK
NewConversationsUploadAttachmentOK creates a ConversationsUploadAttachmentOK with default headers values
func (*ConversationsUploadAttachmentOK) Error ¶
func (o *ConversationsUploadAttachmentOK) Error() string
type ConversationsUploadAttachmentParams ¶
type ConversationsUploadAttachmentParams struct { /*AttachmentUpload Attachment data */ AttachmentUpload *models.AttachmentData /*ConversationID Conversation ID */ ConversationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConversationsUploadAttachmentParams contains all the parameters to send to the API endpoint for the conversations upload attachment operation typically these are written to a http.Request
func NewConversationsUploadAttachmentParams ¶
func NewConversationsUploadAttachmentParams() *ConversationsUploadAttachmentParams
NewConversationsUploadAttachmentParams creates a new ConversationsUploadAttachmentParams object with the default values initialized.
func NewConversationsUploadAttachmentParamsWithContext ¶
func NewConversationsUploadAttachmentParamsWithContext(ctx context.Context) *ConversationsUploadAttachmentParams
NewConversationsUploadAttachmentParamsWithContext creates a new ConversationsUploadAttachmentParams object with the default values initialized, and the ability to set a context for a request
func NewConversationsUploadAttachmentParamsWithTimeout ¶
func NewConversationsUploadAttachmentParamsWithTimeout(timeout time.Duration) *ConversationsUploadAttachmentParams
NewConversationsUploadAttachmentParamsWithTimeout creates a new ConversationsUploadAttachmentParams object with the default values initialized, and the ability to set a timeout on a request
func (*ConversationsUploadAttachmentParams) SetAttachmentUpload ¶
func (o *ConversationsUploadAttachmentParams) SetAttachmentUpload(attachmentUpload *models.AttachmentData)
SetAttachmentUpload adds the attachmentUpload to the conversations upload attachment params
func (*ConversationsUploadAttachmentParams) SetContext ¶
func (o *ConversationsUploadAttachmentParams) SetContext(ctx context.Context)
SetContext adds the context to the conversations upload attachment params
func (*ConversationsUploadAttachmentParams) SetConversationID ¶
func (o *ConversationsUploadAttachmentParams) SetConversationID(conversationID string)
SetConversationID adds the conversationId to the conversations upload attachment params
func (*ConversationsUploadAttachmentParams) SetTimeout ¶
func (o *ConversationsUploadAttachmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the conversations upload attachment params
func (*ConversationsUploadAttachmentParams) WithAttachmentUpload ¶
func (o *ConversationsUploadAttachmentParams) WithAttachmentUpload(attachmentUpload *models.AttachmentData) *ConversationsUploadAttachmentParams
WithAttachmentUpload adds the attachmentUpload to the conversations upload attachment params
func (*ConversationsUploadAttachmentParams) WithContext ¶
func (o *ConversationsUploadAttachmentParams) WithContext(ctx context.Context) *ConversationsUploadAttachmentParams
WithContext adds the context to the conversations upload attachment params
func (*ConversationsUploadAttachmentParams) WithConversationID ¶
func (o *ConversationsUploadAttachmentParams) WithConversationID(conversationID string) *ConversationsUploadAttachmentParams
WithConversationID adds the conversationID to the conversations upload attachment params
func (*ConversationsUploadAttachmentParams) WithTimeout ¶
func (o *ConversationsUploadAttachmentParams) WithTimeout(timeout time.Duration) *ConversationsUploadAttachmentParams
WithTimeout adds the timeout to the conversations upload attachment params
func (*ConversationsUploadAttachmentParams) WriteToRequest ¶
func (o *ConversationsUploadAttachmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConversationsUploadAttachmentReader ¶
type ConversationsUploadAttachmentReader struct {
// contains filtered or unexported fields
}
ConversationsUploadAttachmentReader is a Reader for the ConversationsUploadAttachment structure.
func (*ConversationsUploadAttachmentReader) ReadResponse ¶
func (o *ConversationsUploadAttachmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConversationsUploadAttachmentServiceUnavailable ¶
type ConversationsUploadAttachmentServiceUnavailable struct {
}ConversationsUploadAttachmentServiceUnavailable handles this case with default header values.
The service you are trying to communciate with is unavailable.
func NewConversationsUploadAttachmentServiceUnavailable ¶
func NewConversationsUploadAttachmentServiceUnavailable() *ConversationsUploadAttachmentServiceUnavailable
NewConversationsUploadAttachmentServiceUnavailable creates a ConversationsUploadAttachmentServiceUnavailable with default headers values
func (*ConversationsUploadAttachmentServiceUnavailable) Error ¶
func (o *ConversationsUploadAttachmentServiceUnavailable) Error() string
type ConversationsUploadAttachmentUnauthorized ¶
type ConversationsUploadAttachmentUnauthorized struct { }
ConversationsUploadAttachmentUnauthorized handles this case with default header values.
The bot is not authorized to make this request. Please check your Microsoft App ID and Microsoft App password.
func NewConversationsUploadAttachmentUnauthorized ¶
func NewConversationsUploadAttachmentUnauthorized() *ConversationsUploadAttachmentUnauthorized
NewConversationsUploadAttachmentUnauthorized creates a ConversationsUploadAttachmentUnauthorized with default headers values
func (*ConversationsUploadAttachmentUnauthorized) Error ¶
func (o *ConversationsUploadAttachmentUnauthorized) Error() string
Source Files ¶
- conversations_client.go
- conversations_create_conversation_parameters.go
- conversations_create_conversation_responses.go
- conversations_delete_activity_parameters.go
- conversations_delete_activity_responses.go
- conversations_get_activity_members_parameters.go
- conversations_get_activity_members_responses.go
- conversations_get_conversation_members_parameters.go
- conversations_get_conversation_members_responses.go
- conversations_reply_to_activity_parameters.go
- conversations_reply_to_activity_responses.go
- conversations_send_to_conversation_parameters.go
- conversations_send_to_conversation_responses.go
- conversations_update_activity_parameters.go
- conversations_update_activity_responses.go
- conversations_upload_attachment_parameters.go
- conversations_upload_attachment_responses.go