()
| 471 | } |
| 472 | |
| 473 | func (x *UpdatePromptRequest) GetPromptId() string { |
| 474 | if x != nil { |
| 475 | return x.PromptId |
| 476 | } |
| 477 | return "" |
| 478 | } |
| 479 | |
| 480 | func (x *UpdatePromptRequest) GetTitle() string { |
| 481 | if x != nil { |
no outgoing calls
no test coverage detected