# Functions
New returns new introduce controller command instance.
# Constants
constants for command introduce.
AcceptProblemReportErrorCode is for failures in accept problem report command.
constants for command introduce.
AcceptProposalErrorCode is for failures in accept proposal command.
constants for command introduce.
AcceptProposalWithOOBRequestErrorCode is for failures in accept proposal with OOBRequest command.
constants for command introduce.
AcceptRequestWithPublicOOBInvitationErrorCode is for failures in accept request with public OOBRequest command.
constants for command introduce.
AcceptRequestWithRecipientsErrorCode is for failures in accept request with recipients command.
constants for command introduce.
ActionsErrorCode failures in actions command.
constants for command introduce.
constants for command introduce.
DeclineProposalErrorCode failures in decline proposal command.
constants for command introduce.
DeclineRequestErrorCode failures in decline request command.
InvalidRequestErrorCode is typically a code for validation errors for invalid introduce controller requests.
constants for command introduce.
SendProposalErrorCode is for failures in send proposal command.
constants for command introduce.
SendProposalWithOOBRequestErrorCode is for failures in send proposal with OOBRequest command.
constants for command introduce.
SendRequestErrorCode is for failures in send request command.
# Structs
AcceptProblemReportArgs model
This is used for accepting a problem report.
AcceptProblemReportResponse model
Represents a AcceptProblemReport response message.
AcceptProposalArgs model
This is used for accepting a proposal.
AcceptProposalResponse model
Represents a AcceptProposal response message.
AcceptProposalWithOOBInvitationArgs model
This is used for accepting a proposal with public OOBRequest.
AcceptProposalWithOOBInvitationResponse model
Represents a AcceptProposalWithOOBInvitation response message.
AcceptRequestWithPublicOOBInvitationArgs model
This is used for accepting a request with public OOBRequest.
AcceptRequestWithPublicOOBInvitationResponse model
Represents a AcceptRequestWithPublicOOBInvitation response message.
AcceptRequestWithRecipientsArgs model
This is used for accepting a request with recipients.
AcceptRequestWithRecipientsResponse model
Represents a AcceptRequestWithRecipients response message.
ActionsResponse model
Represents Actions response message.
Command is controller command for introduce.
DeclineProposalArgs model
This is used when proposal needs to be rejected.
DeclineProposalResponse model
Represents a DeclineProposal response message.
DeclineRequestArgs model
This is used when request needs to be rejected.
DeclineRequestResponse model
Represents a DeclineRequest response message.
SendProposalArgs model
This is used for sending a proposal.
SendProposalResponse model
Represents a SendProposal response message.
SendProposalWithOOBInvitationArgs model
This is used for sending a proposal with OOBRequest.
SendProposalWithOOBRequestResponse model
Represents a SendProposalWithOOBInvitation response message.
SendRequestArgs model
This is used for sending a request.
SendRequestResponse model
Represents a SendRequest response message.