> For the complete documentation index, see [llms.txt](https://developers.incidents.cloud.solarwinds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.incidents.cloud.solarwinds.com/go-sdk/docs/models/operations/workflowsupdateworkflowactionresponsebody.md).

# WorkflowsUpdateWorkflowActionResponseBody

The request has succeeded.

## Supported Types

### SqAttachRunbooks

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodySqAttachRunbooks(operations.SqAttachRunbooks{/* values here */})
```

### V3WorkflowsSqMarkIncidentSLOAffecting

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSqMarkIncidentSLOAffecting(components.V3WorkflowsSqMarkIncidentSLOAffecting{/* values here */})
```

### V3WorkflowsSqTriggerManualWebhook

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSqTriggerManualWebhook(components.V3WorkflowsSqTriggerManualWebhook{/* values here */})
```

### V3WorkflowsUpdateIncidentPriority

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsUpdateIncidentPriority(components.V3WorkflowsUpdateIncidentPriority{/* values here */})
```

### V3WorkflowsSqCreateStatusPageIssue

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSqCreateStatusPageIssue(components.V3WorkflowsSqCreateStatusPageIssue{/* values here */})
```

### V3WorkflowsSqAddIncidentNote

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSqAddIncidentNote(components.V3WorkflowsSqAddIncidentNote{/* values here */})
```

### V3WorkflowsSlackArchiveChannel

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSlackArchiveChannel(components.V3WorkflowsSlackArchiveChannel{/* values here */})
```

### V3WorkflowsSqAddCommunicationChannel

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSqAddCommunicationChannel(components.V3WorkflowsSqAddCommunicationChannel{/* values here */})
```

### V3WorkflowsSlackMessageChannel

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSlackMessageChannel(components.V3WorkflowsSlackMessageChannel{/* values here */})
```

### V3WorkflowsSlackMessageUser

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSlackMessageUser(components.V3WorkflowsSlackMessageUser{/* values here */})
```

### V3WorkflowsSqMakeHTTPCall

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSqMakeHTTPCall(components.V3WorkflowsSqMakeHTTPCall{/* values here */})
```

### V3WorkflowsSlackCreateIncidentChannel

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSlackCreateIncidentChannel(components.V3WorkflowsSlackCreateIncidentChannel{/* values here */})
```

### V3WorkflowsJiraCreateTicket

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsJiraCreateTicket(components.V3WorkflowsJiraCreateTicket{/* values here */})
```

### V3WorkflowsMsTeamsMessageChannel

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsMsTeamsMessageChannel(components.V3WorkflowsMsTeamsMessageChannel{/* values here */})
```

### V3WorkflowsMsTeamsMessageUser

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsMsTeamsMessageUser(components.V3WorkflowsMsTeamsMessageUser{/* values here */})
```

### V3WorkflowsSqSendEmail

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsSqSendEmail(components.V3WorkflowsSqSendEmail{/* values here */})
```

### V3WorkflowsMsTeamsCreateMeetingLink

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyV3WorkflowsMsTeamsCreateMeetingLink(components.V3WorkflowsMsTeamsCreateMeetingLink{/* values here */})
```

###

```go
workflowsUpdateWorkflowActionResponseBody := operations.CreateWorkflowsUpdateWorkflowActionResponseBodyAny(any{/* values here */})
```

## Union Discrimination

Use the `Type` field to determine which variant is active, then access the corresponding field:

```go
switch workflowsUpdateWorkflowActionResponseBody.Type {
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeSqAttachRunbooks:
		// workflowsUpdateWorkflowActionResponseBody.SqAttachRunbooks is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSqMarkIncidentSLOAffecting:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSqMarkIncidentSLOAffecting is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSqTriggerManualWebhook:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSqTriggerManualWebhook is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsUpdateIncidentPriority:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsUpdateIncidentPriority is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSqCreateStatusPageIssue:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSqCreateStatusPageIssue is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSqAddIncidentNote:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSqAddIncidentNote is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSlackArchiveChannel:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSlackArchiveChannel is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSqAddCommunicationChannel:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSqAddCommunicationChannel is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSlackMessageChannel:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSlackMessageChannel is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSlackMessageUser:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSlackMessageUser is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSqMakeHTTPCall:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSqMakeHTTPCall is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSlackCreateIncidentChannel:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSlackCreateIncidentChannel is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsJiraCreateTicket:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsJiraCreateTicket is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsMsTeamsMessageChannel:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsMsTeamsMessageChannel is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsMsTeamsMessageUser:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsMsTeamsMessageUser is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsSqSendEmail:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsSqSendEmail is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeV3WorkflowsMsTeamsCreateMeetingLink:
		// workflowsUpdateWorkflowActionResponseBody.V3WorkflowsMsTeamsCreateMeetingLink is populated
	case operations.WorkflowsUpdateWorkflowActionResponseBodyTypeAny:
		// workflowsUpdateWorkflowActionResponseBody.Any is populated
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers.incidents.cloud.solarwinds.com/go-sdk/docs/models/operations/workflowsupdateworkflowactionresponsebody.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
