()
| 984 | } |
| 985 | |
| 986 | func (x *FunctionResultContent) GetResponse() *structpb.Struct { |
| 987 | if x != nil { |
| 988 | if x, ok := x.Result.(*FunctionResultContent_Response); ok { |
| 989 | return x.Response |
| 990 | } |
| 991 | } |
| 992 | return nil |
| 993 | } |
| 994 | |
| 995 | type isFunctionResultContent_Result interface { |
| 996 | isFunctionResultContent_Result() |
no outgoing calls